In VirtualDub2, there's Steam Copy and Direct Stream Copy. What's the difference between them? Are they both lossless?
Also, for the latter I can't change priority back to internal AVI driver or switch the default driver to it. How do I fix that? My videos are AVC/HEVC in mp4/mkv/mov files.
+ Reply to Thread
Results 1 to 16 of 16
-
-
Depends on what format you are processing to, If outputing as HuFFYUV for instance, the processing will be lossless compression, if a lossy format is chosen then the output will be lossy.
-
For Stream Copy?
By the way, can you answer this?
https://forum.videohelp.com/threads/413904-Different-Sounding-Audio -
For full processing.
I don't know what you are asking for in those audio clips, what is it that you are looking for? and why does it matter if they are different? -
-
In VirtualDub2, there's Steam Copy and Direct Stream Copy. What's the difference between them? Are they both lossless?
-
-
I beg your pardon, you're right; I don't use that menu much. I suspect that "Stream Copy" is not lossless if you're "copying" a lossy format (as Dellsam alluded-to in the second post). As you've probably found, you cannot do a Direct Stream Copy on a MP4-type file, only a lossless AVI eg LAGS, HUFF.
I did a quick test on an MP4; using "Stream Copy", the video bitrate was around 700kb/sec whereas the original file was 500kb/sec, so I think it is fair to say that that is not a lossless copy. -
Both Export -> Stream Copy and Video->Direct Stream Copy are lossless. You can easily verify this by comparing the two output videos.
-
MediaInfo isn't reliable as far as bitrates are concerned. Sometimes it reports the bitrate flagged by the container metadata. Sometimes it computes it via other parameters.
A simple AviSynth will show you the are the same:
Code:v1 = LWLibavVideoSource("video.mkv") v2 = LWLibavVideoSource("video.mp4") Subtract(v1, v2).Levels(120,1,136,0,255)
-
This Stream Copy "lossless" copying appears to be not frame-accurate. I selected 253 frames for export and got 263 frames. I assume it's cutting only on the I Frames.
-
Last edited by Sound Master; 5th Apr 2024 at 21:19.
-
Similar Threads
-
Loosing Overall Bitrate in Direct Copy Mode both in Virtualdub and Avidemux
By DBCOOPER1990 in forum EditingReplies: 1Last Post: 16th Mar 2023, 05:45 -
ffmpeg VFR to CFR in stream copy is possible?
By marcorocchini in forum Newbie / General discussionsReplies: 1Last Post: 4th Dec 2021, 16:13 -
Direct stream copy in Premiere Pro CC
By savvyguy in forum Newbie / General discussionsReplies: 3Last Post: 15th Sep 2021, 19:18 -
Stream Copy or Direct Stream Copy?
By Guernsey in forum Newbie / General discussionsReplies: 0Last Post: 27th Aug 2021, 21:03 -
Direct copy of DVD
By FEP1@yahoo in forum Authoring (DVD)Replies: 7Last Post: 30th Nov 2020, 11:21