VideoHelp Forum




+ Reply to Thread
Results 1 to 16 of 16
  1. 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.
    Quote Quote  
  2. Capturing Memories dellsam34's Avatar
    Join Date
    Jan 2016
    Location
    Member Since 2005, Re-joined in 2016
    Search PM
    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.
    Quote Quote  
  3. Originally Posted by dellsam34 View Post
    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
    Quote Quote  
  4. Capturing Memories dellsam34's Avatar
    Join Date
    Jan 2016
    Location
    Member Since 2005, Re-joined in 2016
    Search PM
    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?
    Quote Quote  
  5. Originally Posted by dellsam34 View Post
    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?
    I want to know why they sound different. And what about my other questions about stream copy and direct stream copy?
    Quote Quote  
  6. Member
    Join Date
    May 2005
    Location
    Australia-PAL Land
    Search Comp PM
    In VirtualDub2, there's Steam Copy and Direct Stream Copy. What's the difference between them? Are they both lossless?
    I have VDub2 and mine doesn't have "Steam" (or Stream) Copy. It only has Direct Stream Copy. Direct Stream Copy is lossless.
    Quote Quote  
  7. Member Cornucopia's Avatar
    Join Date
    Oct 2001
    Location
    Deep in the Heart of Texas
    Search PM
    Originally Posted by Sound Master View Post
    Originally Posted by dellsam34 View Post
    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?
    I want to know why they sound different. And what about my other questions about stream copy and direct stream copy?
    From what I can tell, they all sound similarly average/mediocre.


    Scott
    Quote Quote  
  8. Originally Posted by Alwyn View Post
    In VirtualDub2, there's Steam Copy and Direct Stream Copy. What's the difference between them? Are they both lossless?
    I have VDub2 and mine doesn't have "Steam" (or Stream) Copy. It only has Direct Stream Copy. Direct Stream Copy is lossless.
    https://sourceforge.net/p/vdfiltermod/wiki/direct_copy/
    Image
    [Attachment 78158 - Click to enlarge]
    Quote Quote  
  9. Member
    Join Date
    May 2005
    Location
    Australia-PAL Land
    Search Comp PM
    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.
    Quote Quote  
  10. Originally Posted by Alwyn View Post
    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.
    How do I find the video bitrate?
    Quote Quote  
  11. Both Export -> Stream Copy and Video->Direct Stream Copy are lossless. You can easily verify this by comparing the two output videos.
    Quote Quote  
  12. Member
    Join Date
    May 2005
    Location
    Australia-PAL Land
    Search Comp PM
    Originally Posted by Sound Master
    How do I find the video bitrate?
    Open the file in Mediainfo. Choose the "Text" view.

    @Jagabo, I'm getting different video bitrates on an MP4 with Stream Copy. How can that be lossless? I can't Direct Stream Copy an MP4.
    Quote Quote  
  13. 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)
    Any differences will be very obvious.
    Quote Quote  
  14. Member
    Join Date
    May 2005
    Location
    Australia-PAL Land
    Search Comp PM
    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.
    Quote Quote  
  15. Originally Posted by Alwyn View Post
    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.
    It adds extra frames when cutting at I-frames. But when I'm not, Stream Copy is not frame accurate.
    Last edited by Sound Master; 5th Apr 2024 at 21:19.
    Quote Quote  
  16. Originally Posted by Alwyn View Post
    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.
    Of course. Every "lossless" cutter can only cut at i-frames.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!