Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Beitrag zum Thema:

http://www.linuxquestions.org/questions/linux-software-2/how-to-convert-kaffeine-m2t-mpeg-ts-to-mp3-509477/

Video und audio mit ffmpeg unter linux umwandeln:

Code Block
ffmpeg -i inputfile.m2t outputfile.mpg

Leider bricht das der Vorgang "gerne" ab, jedenfalls auf meinem SuSE 11.0 System.

Unter Windows kann man das Tool mencoder.exe verwenden:

Code Block
mencoder inputfile.m2t -o outputfile.mpg -of mpeg -ofps 25 -forceidx -oac lavc -ovc lavc -srate 44100 -lavcopts acodec=mp2:vcodec=mpeg2video:vhq:keyint=25:vbitrate=10000:abitrate=192:scplx_mask=0.2 -vf pp=hb/vb/dr,hqdn3d