From 2be557601289d1d398f9b56fcc053434fe90c432 Mon Sep 17 00:00:00 2001 From: Reto Kromer Date: Fri, 19 Jul 2019 19:25:01 +0200 Subject: [PATCH] Revert "update recipe list" --- recipes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes.txt b/recipes.txt index 31cd7d8..ec099df 100644 --- a/recipes.txt +++ b/recipes.txt @@ -7,7 +7,7 @@ ffmpeg -i input_file -f rawvideo -c:v copy output_file.dv # Transcode to deinterlaced Apple ProRes LT ffmpeg -i input_file -c:v prores -profile:v 1 -vf yadif -c:a pcm_s16le output_file.mov # Transcode to an H.264 access file -ffmpeg -i input_file -c:v libx264 -pix_fmt yuv420p -c:a aac -map 0:a output_file +ffmpeg -i input_file -c:v libx264 -pix_fmt yuv420p -c:a aac output_file # Transcode from DCP to an H.264 access file ffmpeg -i input_video_file.mxf -i input_audio_file.mxf -c:v libx264 -pix_fmt yuv420p -c:a aac output_file.mp4 # Transcode your file with the FFV1 Version 3 Codec in a Matroska container