[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: ffmpeg



Prinzipiell sollte

    ffmpeg -i input.mov output.mp4

ausreichen. Das erstellt bei mir Dateien des Formats "ISO Media, MP4 Base Media v1 [IS0 14496-12:2003]", die universell kompatibel sind.

Um viele Clips umzuwandeln, nutze ich ganz gerne Befehle wie etwa

    find . -type f -name '*.mov' -exec ffmpeg -i {} {}.mp4 \;

Attachment: signature.asc
Description: PGP signature


Reply to: