diff --git a/index.html b/index.html index 3cf4b3c..cfd43de 100644 --- a/index.html +++ b/index.html @@ -276,7 +276,7 @@
ffmpeg -i input_file -c:v prores -profile:v 1 -vf yadif -c:a pcm_s16le output_file.mov
ffmpeg -i input_file -c:v prores -profile:v 1 -vf yadif -c:a pcm_s16le output_file
This command transcodes an input file into a deinterlaced Apple ProRes 422 LT file with 16-bit linear PCM encoded audio. The file is deinterlaced using the yadif filter (Yet Another De-Interlacing Filter).
-vf
is an alias for -filter:v
..mov
..mov
), Matroska (.mkv
) and Material eXchange Format (.mxf
).
FFmpeg comes with more than one ProRes encoder: