Log in

View Full Version : .mpg to anything else


gamerchris
3rd January 2003, 19:48
Is there a way to convert the .mpg file that dvd2svcd make to anything else. I've tried TMPGenc and it had an error

htc10825
4th January 2003, 14:10
Read my post in the following thread:
http://forum.doom9.org/showthread.php?s=&threadid=41167

gamerchris
5th January 2003, 06:04
Well actually I wanted to make like an .avi

RadicalEd
5th January 2003, 22:22
virtualdub

gamerchris
5th January 2003, 22:30
I've tried that and I can't even open it because it has an error and it says MPEG IMPORT FILTER: pack synchronization error. oh and the movies a .mpeg is it different then .mpg?

RadicalEd
5th January 2003, 23:10
hmm not sure about the synch error but another way to open it is to create an avisynth script with the line

DirectShowSource("path/file.mpeg", 29.97)

replace 29.97 with whatever the framerate of the mpeg file is (usually 29.97 or 23.976)
and load the avs into virtualdub

gamerchris
5th January 2003, 23:16
Sorry but i'm kinda new to some of this did u mean that file that dvd2svcd make named avisynth?

RadicalEd
6th January 2003, 01:06
open notepad and type

DirectShowSource("path/file.mpeg", 29.97)

then save the file and change the extension to .avs
open it in virtualdub and it should work
obviously change path/file to the real location of the mpeg file

gamerchris
6th January 2003, 06:03
thanks just wondering why does it say it's a mpeg but them in the command line it has to be mpg?

RadicalEd
7th January 2003, 02:32
wha? :O what commandline, nono, the avisynth script (script not commandline) can have .mpeg, although if you want you can change the file name to .mpg (.mpeg and .mpg are interchangeable) and use that. Unless I misunderstood the problem