Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Capturing and Editing Video > Avisynth Usage
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
Old 5th November 2016, 19:06   #1  |  Link
Kein
Registered User
 
Kein's Avatar
 
Join Date: Mar 2010
Posts: 79
What do you use for direct stream processing with AVS?

I have 2-3 recordings (mp4/yv12) I want to merge with some light processing (subtitles, etc) through FFMS2. Format is the same, so is encoding method i.e they are identical.

In order to minimize any loss I want to do direct stream copy/processing. Since Vdub does not understand MP4 and avs_proxy has some limitations - what do you use for direct processing? I mean, besides going full extreme with custom virtual FS setup (which I won't be doing).
Kein is offline   Reply With Quote
Old 5th November 2016, 19:22   #2  |  Link
Groucho2004
 
Join Date: Mar 2006
Location: Barcelona
Posts: 5,034
Quote:
Originally Posted by Kein View Post
Since Vdub does not understand MP4
Have you tried this?
__________________
Groucho's Avisynth Stuff
Groucho2004 is offline   Reply With Quote
Old 5th November 2016, 19:26   #3  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
Can you clarify for members what it is that you are trying to do.
Does 'merge' mean concatenate (join together) ?
Does 'light processing (subtitles, etc)' mean that you do not actually want to do any processing at all and just want to add subtitles to clip
as a text file eg Srt file, and not to hard render onto the video ?
Avisynth can only process fully decoded/decompressed video, so Direct Stream Processing is not possible.

If you do not want to actually process the video at all, then maybe "Yamb" or some other MP4Box GUI (Yamb is a bit buggy but what I usually use).
EDIT: Advanced Search "Yamb", select "Seach Titles Only".

Or Mp4Box GUI via Google https://www.google.com/?gfe_rd=cr&ei...1#q=mp4box+gui

EDIT: VirtualDubFilterMod opens Mp4, but you cannot do DirectStreamCopy to AVI as mp4 is not supported for AVI output.
http://forum.doom9.org/showthread.php?t=172021
__________________
I sometimes post sober.
StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace

"Some infinities are bigger than other infinities", but how many of them are infinitely bigger ???

Last edited by StainlessS; 5th November 2016 at 19:46.
StainlessS is offline   Reply With Quote
Old 5th November 2016, 23:15   #4  |  Link
raffriff42
Retried Guesser
 
raffriff42's Avatar
 
Join Date: Jun 2012
Posts: 1,373
There's no such thing as direct stream copy with AVS. The output of an AVS script looks like uncompressed audio/video to the frameserving client.

Please see this recent thread, it may help (or not)
Cutting ProRes Footage (Direct Stream Copy)
raffriff42 is offline   Reply With Quote
Old 5th November 2016, 23:41   #5  |  Link
johnmeyer
Registered User
 
Join Date: Feb 2002
Location: California
Posts: 2,695
VirtualDub uses the term "direct stream copy" to mean that the video will be cut, without creating any new pixels in any video frame. It is useful for video that does not use interframe compression (i.e., no long-GOP compression). For long GOP, some programs can perform the same "cuts-only" (another term that describes roughly the same thing) operation on long GOP video, but only at GOP boundaries.

Anything, including AVISynth, that creates new pixels cannot do direct stream copy.
johnmeyer is offline   Reply With Quote
Old 6th November 2016, 08:58   #6  |  Link
Kein
Registered User
 
Kein's Avatar
 
Join Date: Mar 2010
Posts: 79
Quote:
Originally Posted by raffriff42 View Post
There's no such thing as direct stream copy with AVS. The output of an AVS script looks like uncompressed audio/video to the frameserving client.

Please see this recent thread, it may help (or not)
Cutting ProRes Footage (Direct Stream Copy)
Thanks man, I will take a look.

Quote:
Originally Posted by johnmeyer View Post
VirtualDub uses the term "direct stream copy" to mean that the video will be cut, without creating any new pixels in any video frame. It is useful for video that does not use interframe compression (i.e., no long-GOP compression). For long GOP, some programs can perform the same "cuts-only" (another term that describes roughly the same thing) operation on long GOP video, but only at GOP boundaries.

Anything, including AVISynth, that creates new pixels cannot do direct stream copy.
Yeah, I realized the silliness of the question after asking it but w/e.

I probably will end up using pointless lossless x264 as placebo.

Last edited by Kein; 6th November 2016 at 09:05.
Kein is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 02:23.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.