[FFmpeg-user] Converting numerous files to h264

Boštjan Strojan bostjan.strojan at gmail.com
Tue Nov 13 09:33:37 CET 2012


On Tue, Nov 13, 2012 at 9:05 AM, neoculture23 <neoculture23 at gmail.com> wrote:
> ffmpeg -i "filename.ext" \
>     -vprofile high \
>     -preset veryslow \
>     -map 0 \
>     -threads 0 \
>     -c:a copy -c:s copy -c:d copy -c:t copy \
>     -c:v libx264 \
>     -crf 23 \
>     "filename.mkv"

Perhaps take a look at tune options (i use -tune film most of the
time), crf is up to you really, personally i use 20 and 21 most of the
time.

Boštjan


More information about the ffmpeg-user mailing list