Convert AVI to MPEG?

Is there anything in OpenSUSE’s repositories to convert avi to mpg video? What does everyone here use?

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Can VLC do this? videolan.org

Good luck.

6tr6tr wrote:
> Is there anything in OpenSUSE’s repositories to convert avi to mpg
> video? What does everyone here use?
>
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBAgAGBQJKiZWFAAoJEF+XTK08PnB542EP/i5EEoXi1VuQFP5K78n9AkKq
M3bW3p2WcwJIaGU1Q1XVKJb6t3hjReGqmLkle1/Ka6TQP57NhGnrGdlnRZzaly8x
WJLuWRg7/iTmZpzKeHB2oH4bkaoaaj7Dm4BTgPHysLsq60BJViEMazziR7s3knlU
1X23/4rYIoCVWKHIApUMKarXG1IywXknGqpVE/K5Q+KETpEfFOkWONWdA0nzPwC/
9E5KbodoRp2OIv9xMwGZpQb27jxOKqmlawFheCYTP3h6sNkFVgRlivj/VxvHskVe
QyvWq1xTkbDRcuw3+nVSJ0ySGGnV3Nj2f0PkBKFuNu/5UcLqIzO5UINJd41S/sOk
XtX24zQfklF/MzYcGWJjX0Odsv6l1osBay4/Yfi8QAGWtCbutUNWchP8b6BLP6Zg
uyyD7KtUmjy+5MgozNYs2yZpXcgWKHsW2VBqw6RdX06Pq/FFTF2XdueIrQybIt8v
0zIxAHNt+yOpVdr0+LCWefNqehMksoSWW9fqnEjSpHhX3KrOvp75+n2EWt1XMygO
rkDL85yyMI2+iMeaAKFMQ07PEtCfCJWe+M+ygWv8oHtWCZlNHKiqj+9xgUYXl1HH
M0OVO56yzByJ9TvVhtxXt8YBt29CZGSJ1a4bnNGXltIgGMHAYRfnozBT1Te1PiXp
i5tg1mG9L5WDtk9Z3Ug0
=BoNV
-----END PGP SIGNATURE-----

I use tovid to create DVD compatible mpeg files. I do not use its GUI. I do it from command line. PackMan :: Informationen zum Paket tovid

To convert the file oldcpu.avi to a PAL compatible mpeg I might type:

tovid -dvd -pal -normalize -quality 9 -in oldcpu.avi -out oldcpu

for NTSC:

tovid -dvd -ntsc -normalize -quality 9 -in oldcpu.avi -out oldcpu

one can also use avidemux: PackMan :: Informationen zum Paket avidemux

I typically only use avidemux with mpeg files if tovid has lost video/audio-sync, in which case I use avidemux to resync the audio with the video.

Thanks! i ended up using ffmpeg. It took some time figuring out its quirks but it worked.

Glad to read it worked.

Tovid, dependant on its setting, will call either ffmpeg or mencoder.

i have installed tovid 0.33. please inform how to convert .flv files to .mp4?

You reopened a very old thread. If you want your question to have members’ attention, better start a new thread, title somthing like “how to convert …using tovid”