PDA

View Full Version : [SOLVED] Command required to convert OGG and OGV to MPG!


Rytron
April 24th, 2009, 03:57 PM
Hi.
Does anyone know of a command that will convert OGG & OGV to MPG?
Thanks.

FakeOutdoorsman
April 24th, 2009, 04:05 PM
This should do it:
ffmpeg -i input.ogg -sameq output.mpg

Rytron
April 24th, 2009, 05:15 PM
This should do it:
ffmpeg -i input.ogg -sameq output.mpg

Perfect. Thank you FakeOutdoorsman.