Liquidfusion
25th July 2008, 07:12
Noticed DGIndex can't make ac3 to wav audio in versions higher than dgmpgdec149b9.
Version 152 couldn't make wav files and didn't work in the script below. Is there something I didn't see?
Thanks / Brewer
Background: have ON2 Flix Std. Needed FLV direct from VOB.
Method I worked out: VOB to FLV Shortcut
1. Copy Video_TS file to harddrive
2. With AVISynth create .d2v video file and 48Hz wav audio file
3. Save the script below as Myvideo.avs
MyVideo.avs
LoadPlugin(........Dgmpgdec148DGDecode.dll)
video=MPEG2Source( ........d2v)
audio=WAVSource( .......... 2_0ch 192Kbps 48KHz.wav)
AudioDub(video,audio)
4. Start up Flix. Open All Files
5. Load Myvideo.avs into Flix On2 Flv as your input file
6. Set FlixOn2 for FLV encoding Run Flix
.. FLV that looks great one step from the VOB
Version 152 couldn't make wav files and didn't work in the script below. Is there something I didn't see?
Thanks / Brewer
Background: have ON2 Flix Std. Needed FLV direct from VOB.
Method I worked out: VOB to FLV Shortcut
1. Copy Video_TS file to harddrive
2. With AVISynth create .d2v video file and 48Hz wav audio file
3. Save the script below as Myvideo.avs
MyVideo.avs
LoadPlugin(........Dgmpgdec148DGDecode.dll)
video=MPEG2Source( ........d2v)
audio=WAVSource( .......... 2_0ch 192Kbps 48KHz.wav)
AudioDub(video,audio)
4. Start up Flix. Open All Files
5. Load Myvideo.avs into Flix On2 Flv as your input file
6. Set FlixOn2 for FLV encoding Run Flix
.. FLV that looks great one step from the VOB