I found mine at the default settings, too. From which I take, use AviSynth filters when possible and then you can and should always use Fast Recompress.
+ Reply to Thread
Results 91 to 102 of 102
-
-
8Dezember2013
1) How (exactly) does one determine the ColorSpace of any video file?
MediaInfo (& similar utilities) give info likeColor space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
"Chroma subsampling 4:2:0" means that the film "MIGHT BE" YV12?
That's my inference based on wiki/YUV ...
So ... a/ny filter that requires YV12 can work on a 4:2:0 film without C/S conversion?
2) What is the aviSynth syntax for TemporalRepair? - which it seems should be used with RemoveGrain ...
(instead of Repair - which it seems should be used with Cleanse) ... -
-
Keep in mind that only tells you what colorspace the decoder put out. It's not necessarily the same as the colorspace used within the compressed video. For example, if you use Panasonic DV Codec to decompress an NTSC DV AVI Info() will tell you the video is RGB. If you use Cedocida to decode the same NTSC DV AVI Info() will tell you YUY2 (or whatever you have Cedocida set up to output). The NTSC DV video is YUV 4:1:1 internally.
-
That's interesting as I hadn't realized that. I can only hope my codecs are set up correctly.
-
9Dezember2013
Aahh ... thanks ... however ... as with "Repair" I need a simple example ...
I (& others) have already been to that Kassandro page & do not understand what is written there ...
NO EXAMPLES of aviSynth syntax are given there either ...
What is the TemporalRepair avs syntax? -
The syntax is in the documentation for RemoveGrain that was linked earlier. Unfortunately, the entire RemoveGrain process was cut short when the creator left several forums that were involved, and documentation from the author was never updated. You can likely find many examples of usage for RemoveGrain, TemporalRepair, etc., by using Google to search the Doom9 forum for search strings such as "Doom9 RemoveGrain", "Doom9 TemporalRepair", or similar search text.
Last edited by sanlyn; 19th Mar 2014 at 11:28.
-
Similar Threads
-
Improve performance with VirtualDub & AviSynth
By ziggy1971 in forum Video ConversionReplies: 5Last Post: 26th Jan 2012, 17:17 -
How to use sharpen filters with Avisynth & MeGUI??
By jeticson in forum DVD RippingReplies: 10Last Post: 28th Aug 2011, 08:40 -
Order for filters in Avisynth on Virtualdub!!
By Cauptain in forum Video ConversionReplies: 10Last Post: 4th Jun 2011, 14:29 -
Virtualdub filters in avisynth-faster? How to use them?
By salidarius in forum EditingReplies: 10Last Post: 3rd Mar 2011, 21:13 -
Is there a way to use avisynth plugins/filters within Virtualdub?
By Milardo in forum EditingReplies: 5Last Post: 5th Jan 2011, 03:52