If you import a video into VirtualDub using AviSynth with minimal parameters, set the compression to direct stream copy and export it, will the quality be affected at all?
+ Reply to Thread
Results 1 to 9 of 9
-
-
Oh, you're right. Hmm, let me put it this way. If you take an AVC file, throw it straight into VirtualDub and recompress it into Xvid, and then do the exact same with the same source file, but this time import using AviSynth (minimal parameters), will there be a difference in quality between the two resulting files?
-
In both case you have decoded the video to a sequence of video frames and then reencoded when you save it.
An Avisynth source command just decodes the video from whatever format, creating a virtual uncompressed AVI file.
You can't do DirectStreamCopy unless you are saving in the same format as the input, which is true on neither case. -
So AviSynth itself takes no part in the encoding/conversion equation whatsoever as long as no special parameters are specified? But when importing using AviSynth, doesn't the encoder use the AviSynth decoded version of the file as the source? Wouldn't that alter the process or at least result in a different outcome?
-
But when importing using AviSynth, doesn't the encoder use the AviSynth decoded version of the file as the source?
Wouldn't that alter the process or at least result in a different outcome?
Decoding a file should end up with the same video frames no matter how you do it.
Encoding has quality differences; decoding there is only one (right) way to do it.
But usually the whole point of using Avisynth is to apply various filters and transformations, so of course if you do anything beyond a XXXSource("video file"), it will be different. -
But usually the whole point of using Avisynth is to apply various filters and transformations, so of course if you do anything beyond a XXXSource("video file"), it will be different.
I don't think I even reinstalled it after my last reformat.
Similar Threads
-
Does packaging format of videos affect rendering quality?
By MarcMiller in forum Newbie / General discussionsReplies: 6Last Post: 1st Nov 2011, 16:27 -
AviSynth script to increase picture quality of VHS to DVD?
By VideoFanatic in forum RestorationReplies: 5Last Post: 30th Sep 2011, 07:33 -
How to make the best quality TV RIP in Avisynth-Megui?????HELP please
By rijubrata in forum Video ConversionReplies: 10Last Post: 5th Feb 2011, 04:26 -
Does simultaneous computer usage affect capture quality w/USB capture?
By miamicanes in forum Capturing and VCRReplies: 3Last Post: 19th Sep 2007, 18:05 -
Digital antenna v analogue antenna - does it affect quality?
By Rudyard in forum DVB / IPTVReplies: 14Last Post: 13th Sep 2007, 04:51