Hi Experts,
What's the best way to open a Avisynth script and get DVD output(VIDEO_TS Folder)?
VirtualDubMod:
Can the output video only be saved as an AVI file?
What color space is it in?
HCGui:
Color space: yv12
This is what I tried. I entered the video(d2v) and the audio(ac3), etc and it encoded it to m2v. Does this combine both video and audio? I thought m2v was only video. Am I wrong?
Then I used muxman and selected both the video and audio file again and it mixed them into a VIDEO_TS folder.
Thanks,
Chris
+ Reply to Thread
Results 1 to 5 of 5
-
-
I'm trying to convert my m2v(Interlaced) movie and audio(AC3) using avs to video_ts.
Do I have to add the ac3 in my avs script via AudioDub(video, audio) or can I wait until I mux it?
Do I have to deinterlace the video in my AVS script? (I'm only using interlaced supported filters)
I need to delay the start of the sound by 132 ms. Anyway to do this using AviSynth?
Thanks a lot for your time!
Chris -
LoadPlugin("DGDecode.dll")
LoadPlugin("NicAudio.dll")
video=MPEG2Source("file.d2v")
audio=NicAC3Source("file.ac3",2).DelayAudio(-0.132)
AudioDub(video,audio)
Similar Threads
-
Pros/Cons of M2TS with PS3
By figdog in forum Video ConversionReplies: 4Last Post: 19th Oct 2010, 18:37 -
Need help understanding pros and cons of different codecs
By shira in forum Video ConversionReplies: 4Last Post: 5th May 2010, 03:41 -
HDV vs. SD - Pros and Cons
By pooty13901 in forum Camcorders (DV/HDV/AVCHD/HD)Replies: 22Last Post: 19th Jan 2009, 06:54 -
LCD TV as Monitor- Pros and Cons?
By enter8 in forum ComputerReplies: 15Last Post: 22nd Nov 2008, 18:55 -
media pros cons...
By dvnoob in forum Camcorders (DV/HDV/AVCHD/HD)Replies: 4Last Post: 18th Aug 2008, 22:07