LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   DivX to mpg video converter (https://www.linuxquestions.org/questions/linux-software-2/divx-to-mpg-video-converter-186994/)

ugenn 05-28-2004 12:19 PM

DivX to mpg video converter
 
Anyone knows what any software for converting DivX files to mpg (VCD format)? mencoder has problems with mpegs according to its docs, so that option is out. It also has to run off the command-line w/o an X server.

Inexactitude 05-28-2004 12:44 PM

I think transcode would do what you're looking for. It's a relatively simple program to use, and I've created many successful dvds with it.

ugenn 05-30-2004 04:18 AM

Thanks, transcode works. Running into problems with asf files though.

Electro 05-30-2004 06:00 AM

Use mencoder to convert it into a raw video and raw audio.

There is also ffmpeg.

ugenn 05-30-2004 07:33 AM

I already have the ffmpeg filter installed but it doesn't work on asf. Maybe I'm invoking it wrongly?? :
transcode -i foo.asf -V -y mpeg -F v,1 -E 44100 -b 224 -o bar


All times are GMT -5. The time now is 10:27 PM.