Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
systemverwaltung:user_info:howto:videoedit [2016/09/07 16:21] admin [Handbrake] |
systemverwaltung:user_info:howto:videoedit [2021/12/02 11:27] (aktuell) |
||
---|---|---|---|
Zeile 42: | Zeile 42: | ||
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 |
| | ||
Zeile 80: | Zeile 79: | ||
</ | </ | ||
- | === ffmpeg === | + | ===== ffmpeg ===== |
+ | |||
+ | // | ||
This package is very common but discontinued. | This package is very common but discontinued. | ||
Zeile 111: | Zeile 112: | ||
http:// | http:// | ||
- | === 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 | ||
</ | </ | ||
+ | |||
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%) | ||
</ | </ | ||
+ | |||
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.> | >> Re: How to convert AVCHD (MTS/M2TS) to MP4 losslessly.> | ||
>> Unknown encoder ' | >> Unknown encoder ' | ||
- | >> 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, |
+ | >> | ||
>> 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:// | >> http:// | ||