I'm just wondering if there's a way to feed SVCD2DVD separate audio and video assets, and use it basically as an authoring app? I'm curious because I'm trying out HC Enc new 1 pass variable bitrate to get DVD video, and I can use AviDemux to save the audio stream from the source. If I could plug them into SVCD2DVD, do a menu, and author that could have big advantages over just using something like DVDAuthorGUI.
If this is possible is there a standard or best sequence or any tips tricks?
(Say for example I have an .m2v video file and an .ac3 audio track to make one title.)
+ Reply to Thread
Results 1 to 6 of 6
-
http://milesaheadsoftware.org/
Fully enabled freeware for Windows PCs. -
You could use the AVISynth script approach:
create a script like:
Code:LoadPlugin("G:\Program Files\AviSynth 2.5\plugins\NicAudio.dll") video=MPEG2Source("g:\Britney_Title01Chapter01.m2v") audio=NicAC3Source("g:\Britney_Title01Chapter01 T01 2_0ch 192Kbps DELAY -34ms.ac3") AudioDub(video,audio)
SVCD2DVD v2.5, AVI/MPEG/HDTV/AviSynth/h264->DVD, PAL->NTSC conversion.
VOB2MPG PRO, Extract mpegs from your DVDs - with you in control! -
Thanks.
http://milesaheadsoftware.org/
Fully enabled freeware for Windows PCs. -
I just have one more question, then I'll stop bugging you about this subject..
If I was to use a tool like TMPGEnc Plus mpeg mux to put the files together first, and added the .mpg as an asset, when I added a menu would that force stuff to be reencoded? Even though TMPGEnc without the plugin doesn't have ac3 support the muxer in MPeg Tools menu will happily join .m2v and .ac3 files and I'm familiar with using that technique already. (I hate learning curves.)
Thanks for your insights.http://milesaheadsoftware.org/
Fully enabled freeware for Windows PCs. -
http://milesaheadsoftware.org/
Fully enabled freeware for Windows PCs. -
Nice one!
SVCD2DVD v2.5, AVI/MPEG/HDTV/AviSynth/h264->DVD, PAL->NTSC conversion.
VOB2MPG PRO, Extract mpegs from your DVDs - with you in control!
Similar Threads
-
Demux a Dolby Surround 2.0 file into separate streams?
By Xoanon in forum AudioReplies: 27Last Post: 2nd Jul 2021, 08:21 -
MOV with 25 separate streams.
By sikm in forum Software PlayingReplies: 2Last Post: 14th Oct 2011, 01:52 -
How to Attach Multiple Audio Streams To A Video Clip In Divx Author
By Lucie757 in forum AudioReplies: 0Last Post: 21st Nov 2010, 12:00 -
Separating the channels in a 5.1 stream into separate streams
By FallenAngelII in forum AudioReplies: 2Last Post: 7th May 2010, 02:37 -
DVD author 2 video streams
By 557953 in forum Authoring (DVD)Replies: 3Last Post: 20th Dec 2008, 19:29