Log in

View Full Version : Problem using videora to convert to MPEG 4


johnsonb
5th April 2006, 20:14
I'm using videora to convert my script to MPEG 4 to get it on my iPod but I keep getting this message in the debug log

*** Queue Empty
*** Transcoding: C:\Documents\Audio Files\Harry Potter\Good Script 1.avs
### C:\Program Files\VideoraiPodConverter\apps\ffmpeg.exe -y -maxfr 30 -i "C:\Documents\Audio Files\Harry Potter\Good Script 1.avs" -title "Good Script 1" -timestamp "2006-04-05 03:10:50" -bitexact -vol 256 -vcodec xvid -s 320x240 -b 768 -acodec aac -ac 2 -ab 64 -f mp4 "C:\Program Files\VideoraiPodConverter\Videos\Good Script 1.mp4"

ffmpeg version CVS, build 4759, Copyright (c) 2000-2004 Fabrice Bellard
configuration: --enable-mp3lame --enable-faac --enable-faad --enable-amr_nb --enable-amr_wb --disable-ffplay --enable-small --enable-memalign-hack --enable-gpl --enable-xvid --enable-dts --enable-a52 --disable-vhook --enable-pthread --enable-x264
built on Nov 7 2005 09:41:59, gcc: 3.4.4 (cygming special) (gdc 0.12, using dmd 0.125)
[avs @ 0x6d8984]failed to open avs : MPEG2Source: couldn't open source file, or obsolete D2V file[/B][/B][/B][/B][/B](C:\Documents\Audio Files\Harry Potter\Good Script 1.avs, line 4)
C:\Documents\Audio Files\Harry Potter\Good Script 1.avs:Error while opening file


:thanks:

neutrogenik
5th April 2006, 20:44
What's your avs script ? :)

johnsonb
5th April 2006, 21:12
Here's my script:

LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\DGDecode.dll")

video = Mpeg2source("C:\Documents\Audio Files\Harry Potter\VTS_01_2.d2v")
audio = Wavsource("C:\Documents\Audio Files\Harry Potter\VTS_01_1 T01 3_2ch 384Kbps DELAY -21ms.wav")
AudioDub(video, audio)

neutrogenik
5th April 2006, 21:29
If you are trying to open a .vob file, i suggest you to use Nics filter (http://forum.doom9.org/showthread.php?s=&threadid=53164) to avoid the need of doing a d2v file

video=MPEGSource("C:\Documents\Audio Files\Harry Potter\VTS_01_2.vob",-2,"no2dv")

johnsonb
5th April 2006, 21:47
I'm really too sure on what to do on what you just said neutrogenik, do I just replace my video line with what you said, and donwload Nic's filter and extract that to Avisynth plugins and use the name of that filter in place of my DGdecode.dll in my script??

Wilbert
5th April 2006, 22:12
Line 4 is your WavSource line. Can you open the script in the latest VDub?

johnsonb
5th April 2006, 22:25
No I cannot open in Vdub, When I try to open it it gives me the error:

Avisynth open failure:
MPEG2Source : unable to load D2V file "C:\Documents\Audio Files\Harry Potter\VTS_01_2.d2v" (C:\Documents\Audio Files\Harry Potter\Good Script 1.avs,line 4)

neutrogenik
5th April 2006, 22:36
I'm really too sure on what to do on what you just said neutrogenik, do I just replace my video line with what you said, and donwload Nic's filter and extract that to Avisynth plugins and use the name of that filter in place of my DGdecode.dll in my script??

you got it

Guest
5th April 2006, 22:41
Problem...? Please read and follow forum rules, specifically, rule 9: use a proper thread title. Thank you.

I am editing it for you this time.

johnsonb
5th April 2006, 22:44
To neutrogenik:

I did what you said and there is still an error with Videora
Script and debug log try:

LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\MPEG2Dec3.dll")

video=MPEGSource("C:\Documents\Audio Files\Harry Potter\VTS_01_2.vob",-2,"no2dv")
audio = Wavsource("C:\Documents\Audio Files\Harry Potter\VTS_01_1 T01 3_2ch 384Kbps DELAY -21ms.wav")
AudioDub(video, audio)

Debug:
*** Queue Empty
*** Transcoding: C:\Documents\Audio Files\Harry Potter\Good Script 2.avs
### C:\Program Files\VideoraiPodConverter\apps\ffmpeg.exe -y -maxfr 30 -i "C:\Documents\Audio Files\Harry Potter\Good Script 2.avs" -title "Good Script 2" -timestamp "2006-04-05 05:43:17" -bitexact -vol 256 -vcodec xvid -s 320x240 -b 768 -acodec aac -ac 2 -ab 64 -f mp4 "C:\Program Files\VideoraiPodConverter\Videos\Good Script 2.mp4"

ffmpeg version CVS, build 4759, Copyright (c) 2000-2004 Fabrice Bellard
configuration: --enable-mp3lame --enable-faac --enable-faad --enable-amr_nb --enable-amr_wb --disable-ffplay --enable-small --enable-memalign-hack --enable-gpl --enable-xvid --enable-dts --enable-a52 --disable-vhook --enable-pthread --enable-x264
built on Nov 7 2005 09:41:59, gcc: 3.4.4 (cygming special) (gdc 0.12, using dmd 0.125)
[avs @ 0x6d8984]failed to open avs : Script error: there is no function named "MPEGSource"(C:\Documents\Audio Files\Harry Potter\Good Script 2.avs, line 4)
C:\Documents\Audio Files\Harry Potter\Good Script 2.avs: Error while opening file

neutrogenik
5th April 2006, 23:04
you must put the file Mpeg2dec3.dll in the same directory as your avs script

johnsonb
5th April 2006, 23:20
I now did what you said neutrogenik
Here's the debug log and script

*** Queue Empty
*** Transcoding: C:\Documents\Audio Files\Harry Potter\Good Script 2.avs
### C:\Program Files\VideoraiPodConverter\apps\ffmpeg.exe -y -maxfr 30 -i "C:\Documents\Audio Files\Harry Potter\Good Script 2.avs" -title "Good Script 2" -timestamp "2006-04-05 06:17:29" -bitexact -vol 256 -vcodec xvid -s 320x240 -b 768 -acodec aac -ac 2 -ab 64 -f mp4 "C:\Program Files\VideoraiPodConverter\Videos\Good Script 2.mp4"

ffmpeg version CVS, build 4759, Copyright (c) 2000-2004 Fabrice Bellard
configuration: --enable-mp3lame --enable-faac --enable-faad --enable-amr_nb --enable-amr_wb --disable-ffplay --enable-small --enable-memalign-hack --enable-gpl --enable-xvid --enable-dts --enable-a52 --disable-vhook --enable-pthread --enable-x264
built on Nov 7 2005 09:41:59, gcc: 3.4.4 (cygming special) (gdc 0.12, using dmd 0.125)
[avs @ 0x6d8984]failed to open avs : Script error: there is no function named "MPEGSource"(C:\Documents\Audio Files\Harry Potter\Good Script 2.avs, line 4)
C:\Documents\Audio Files\Harry Potter\Good Script 2.avs: Error while opening file





LoadPlugin("C:\Documents\Audio Files\Harry Potter\MPEG2Dec3.dll")

video=MPEGSource("C:\Documents\Audio Files\Harry Potter\VTS_01_2.vob",-2,"no2dv")
audio = Wavsource("C:\Documents\Audio Files\Harry Potter\VTS_01_1 T01 3_2ch 384Kbps DELAY -21ms.wav")
AudioDub(video, audio)

neutrogenik
5th April 2006, 23:44
change LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\MPEG2Dec3.dll") to LoadPlugin("MPEG2Dec3.dll") if you made sure the dll is in the same dir as avs

johnsonb
6th April 2006, 00:08
tried taking the thing out and replacing it with only LoadPlugin("MPEG2Dec3.dll") and nothing really happened, pretty much the same problem as before


*** Queue Empty
*** Transcoding: C:\Documents\Audio Files\Harry Potter\Good Script 2.avs
### C:\Program Files\VideoraiPodConverter\apps\ffmpeg.exe -y -maxfr 30 -i "C:\Documents\Audio Files\Harry Potter\Good Script 2.avs" -title "Good Script 2" -timestamp "2006-04-05 07:06:28" -bitexact -vol 256 -vcodec xvid -s 320x240 -b 768 -acodec aac -ac 2 -ab 64 -f mp4 "C:\Program Files\VideoraiPodConverter\Videos\Good Script 2.mp4"

ffmpeg version CVS, build 4759, Copyright (c) 2000-2004 Fabrice Bellard
configuration: --enable-mp3lame --enable-faac --enable-faad --enable-amr_nb --enable-amr_wb --disable-ffplay --enable-small --enable-memalign-hack --enable-gpl --enable-xvid --enable-dts --enable-a52 --disable-vhook --enable-pthread --enable-x264
built on Nov 7 2005 09:41:59, gcc: 3.4.4 (cygming special) (gdc 0.12, using dmd 0.125)
[avs @ 0x6d8984]failed to open avs : Script error: there is no function named "MPEGSource"(C:\Documents\Audio Files\Harry Potter\Good Script 2.avs, line 3)
C:\Documents\Audio Files\Harry Potter\Good Script 2.avs: Error while opening file

neutrogenik
6th April 2006, 00:16
Script error: there is no function named "MPEGSource"

it's MPEG2Source

johnsonb
6th April 2006, 00:21
I tried doing that before but here's the debug log anyways and script:


*** Queue Empty
*** Transcoding: C:\Documents\Audio Files\Harry Potter\Good Script 2.avs
### C:\Program Files\VideoraiPodConverter\apps\ffmpeg.exe -y -maxfr 30 -i "C:\Documents\Audio Files\Harry Potter\Good Script 2.avs" -title "Good Script 2" -timestamp "2006-04-05 07:18:53" -bitexact -vol 256 -vcodec xvid -s 320x240 -b 768 -acodec aac -ac 2 -ab 64 -f mp4 "C:\Program Files\VideoraiPodConverter\Videos\Good Script 2.mp4"

ffmpeg version CVS, build 4759, Copyright (c) 2000-2004 Fabrice Bellard
configuration: --enable-mp3lame --enable-faac --enable-faad --enable-amr_nb --enable-amr_wb --disable-ffplay --enable-small --enable-memalign-hack --enable-gpl --enable-xvid --enable-dts --enable-a52 --disable-vhook --enable-pthread --enable-x264
built on Nov 7 2005 09:41:59, gcc: 3.4.4 (cygming special) (gdc 0.12, using dmd 0.125)
[avs @ 0x6d8984]failed to open avs : Script error: Invalid arguments to function "MPEG2Source"(C:\Documents\Audio Files\Harry Potter\Good Script 2.avs, line 3)
C:\Documents\Audio Files\Harry Potter\Good Script 2.avs: Error while opening file



LoadPlugin("MPEG2Dec3.dll")

video=MPEG2Source("C:\Documents\Audio Files\Harry Potter\VTS_01_2.vob",-2,"no2dv")
audio = Wavsource("C:\Documents\Audio Files\Harry Potter\VTS_01_1 T01 3_2ch 384Kbps DELAY -21ms.wav")
AudioDub(video, audio)

Wilbert
6th April 2006, 10:41
When using mpegdecoder.dll, the function is called mpegsource. For dgdecode.dll it is called mpeg2source.

No I cannot open in Vdub, When I try to open it it gives me the error:

Avisynth open failure:
MPEG2Source : unable to load D2V file "C:\Documents\Audio Files\Harry Potter\VTS_01_2.d2v" (C:\Documents\Audio Files\Harry Potter\Good Script 1.avs,line 4)
Let's try to fix this first. Did you use a compatible dgdecode/dgindex (from the same version)? Did you move the d2v file? Did you move the vobs?