digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   Avisynth: Filters and file size? (http://www.digitalfaq.com/archives/avisynth/13392-avisynth-filters-file.html)

shgr 03-13-2005 10:02 PM

Avisynth: Filters and file size?
 
hi everyone

plz, i need to know which filters affects the output file size.

thank you :wink:

kwag 03-13-2005 11:16 PM

Any filter will affect final file size.
Basically, the heavier you do filtering, the smaller the final file size.
But the heavier the filtering, the more details you will loose.
So you have to experiment with filters to find out the "optimal" tradeoff between quality and final file size ;)

Saludos,
-kwag

shgr 03-13-2005 11:22 PM

Code:

undot()
asharp(1, 4)
STMedianFilter(3, 3, 1, 1 )
MergeChroma(blur(1.5))
MergeLuma(blur(0.1))
TextSub("C:\abc.SRT")

this is my script.
using this script, the final file size was bigger than it was expected.
so, some filters makes your output file bigger.
i would like to know which filters do that.

zenks :wink:
gracias

kwag 03-13-2005 11:38 PM

Ah, you see, the sharpening AND your subtitles will make your final size larger.
Sharp edged will always increase your final file size :)
But if you don't use a script, with the same CQ value you used as reference, your final size will always be larger than if you don't use a script.

-kwag


All times are GMT -5. The time now is 05:44 AM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.