Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
systemverwaltung:user_info:howto:videoedit [2016/02/16 10:27]
admin [CLI Tools: avconv, mp4box, ffmpeg]
systemverwaltung:user_info:howto:videoedit [2021/12/02 11:27] (aktuell)
Zeile 37: Zeile 37:
 esac esac
 </code> </code>
-==== Handbrake ====+====== Handbrake ======
  
 Tool in ubuntu packages from [[https://handbrake.fr/]] Tool in ubuntu packages from [[https://handbrake.fr/]]
 Intermediate format on Linux is MKV because this is the most free video package Intermediate format on Linux is MKV because this is the most free video package
  
-==== xmodulo ====+====== xmodulo ======
  
 .... ....
  
-==== CLI Tools: avconv, mp4box, ffmpeg ===+====== CLI Tools: avconv, mp4box, ffmpeg ======
- +
-=== avconv ===+
  
 +===== avconv =====
  
 <code bash> <code bash>
Zeile 65: Zeile 64:
  winff - graphical video and audio batch converter using ffmpeg or avconv  winff - graphical video and audio batch converter using ffmpeg or avconv
  
-=== mp4box ===+===== mp4box =====
  
  apt-get install gpac  apt-get install gpac
Zeile 80: Zeile 79:
 </code> </code>
  
-=== ffmpeg ===+===== ffmpeg ===== 
 + 
 +//obsolete// use avconv instead
  
 This package is very common but discontinued. This package is very common but discontinued.
Zeile 111: Zeile 112:
 http://stackoverflow.com/questions/24720063/how-can-i-convert-mts-file-avchd-to-mp4-by-ffmpeg-without-re-encoding-h264-v http://stackoverflow.com/questions/24720063/how-can-i-convert-mts-file-avchd-to-mp4-by-ffmpeg-without-re-encoding-h264-v
  
-=== mencoder ===+===== mencoder =====
  
 Question: How to convert AVCHD (MTS/M2TS) to MP4 __losslessly__. Question: How to convert AVCHD (MTS/M2TS) to MP4 __losslessly__.
  
 I'll start with the end: I'll start with the end:
 +
 <code bash> <code bash>
 mencoder infile.mts -demuxer lavf -oac copy -ovc copy -of lavf=mp4 -o outfile.mp4 mencoder infile.mts -demuxer lavf -oac copy -ovc copy -of lavf=mp4 -o outfile.mp4
 </code> </code>
 +
 and now to explain myself: and now to explain myself:
  
Zeile 231: Zeile 234:
     Stream size                      : 1.71 MiB (3%)     Stream size                      : 1.71 MiB (3%)
 </code> </code>
 +
 Note that the final video will still be interlaced. __Removing the interlacing requires re-encoding.__ Note that the final video will still be interlaced. __Removing the interlacing requires re-encoding.__
 (This was tested on 10.04 with the VDPAU team's cutting-edge-multimedia PPA installed.) (This was tested on 10.04 with the VDPAU team's cutting-edge-multimedia PPA installed.)
Zeile 360: Zeile 364:
 >> Re: How to convert AVCHD (MTS/M2TS) to MP4 losslessly.>Y >> Re: How to convert AVCHD (MTS/M2TS) to MP4 losslessly.>Y
 >> Unknown encoder 'libmp3lame' >> Unknown encoder 'libmp3lame'
->> Looks like your copy of FFmpeg has not been compiled for mp3 encoding, have a look here for the fix:+>> Looks like your copy of FFmpeg has not been compiled for mp3 encoding,  
 +>> have a look here for the fix:
 >> HOWTO: Easily enable MP3, MPEG4, AAC, and other restricted encoders in FFmpeg >> HOWTO: Easily enable MP3, MPEG4, AAC, and other restricted encoders in FFmpeg
 >> http://ubuntuforums.org/showthread.php?t=1117283 >> http://ubuntuforums.org/showthread.php?t=1117283
  

QR-Code
QR-Code systemverwaltung:user_info:howto:videoedit (erstellt für aktuelle Seite)