Ac3Dc3
18th July 2005, 09:47
Hi-
Im trying to convert a xvid .avi to mpeg-2 for dvd.
Gspot gives me this for the .avi:
Vid Codec: Xvid
Runtime: 00:43:33 (78,315 fr)
Resolution: 640x480 (1.33:1) [=4:3]
Bitrate: 1048 kb/s
FPS: 29.970
Audio: Mono, 64kbps, MP3, 49KHz
Stream Type: OpenDML AVI
I/L: 1 vid frame (33 ms) NG=120 Split: Yes
I save the mp3 to wav via VDubMod. And process the video with script:
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\decomb.dll")
avisource("C:\myAvi.avi", false)
Telecide(order=1,guide=1).Decimate()
LanczosResize(720,576)
AssumeFPS(25, 1, false)
And when this is played in any player, the runtime is 41:46.
I encode the audio wave file to .mp2 using besweet with this command:
"C:\besweet\BeSweet.exe" -core( -input "C:\Documents and Settings\Administrator\Desktop\audioO.wav" -output "C:\Documents and Settings\Administrator\Desktop\audioO - New.mp2" -logfilea "C:\besweet\BeSweet.log" ) -ota( -r 23976 25000 ) -toolame( -m s -b 192 -e )
and the resulting .mp2 file is 41:45 long. Obviously when i mux the streams (after putting the avs file through cce) the audio is out of sync. Does anyone know why?
thanks,
ac3dc3.
Im trying to convert a xvid .avi to mpeg-2 for dvd.
Gspot gives me this for the .avi:
Vid Codec: Xvid
Runtime: 00:43:33 (78,315 fr)
Resolution: 640x480 (1.33:1) [=4:3]
Bitrate: 1048 kb/s
FPS: 29.970
Audio: Mono, 64kbps, MP3, 49KHz
Stream Type: OpenDML AVI
I/L: 1 vid frame (33 ms) NG=120 Split: Yes
I save the mp3 to wav via VDubMod. And process the video with script:
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\decomb.dll")
avisource("C:\myAvi.avi", false)
Telecide(order=1,guide=1).Decimate()
LanczosResize(720,576)
AssumeFPS(25, 1, false)
And when this is played in any player, the runtime is 41:46.
I encode the audio wave file to .mp2 using besweet with this command:
"C:\besweet\BeSweet.exe" -core( -input "C:\Documents and Settings\Administrator\Desktop\audioO.wav" -output "C:\Documents and Settings\Administrator\Desktop\audioO - New.mp2" -logfilea "C:\besweet\BeSweet.log" ) -ota( -r 23976 25000 ) -toolame( -m s -b 192 -e )
and the resulting .mp2 file is 41:45 long. Obviously when i mux the streams (after putting the avs file through cce) the audio is out of sync. Does anyone know why?
thanks,
ac3dc3.