From a6dd9c203c5ef75a06da44b959cd673b761e9056 Mon Sep 17 00:00:00 2001 From: Reto Kromer Date: Wed, 31 Jul 2019 16:50:39 +0200 Subject: [PATCH] update recipe list --- recipes.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/recipes.txt b/recipes.txt index ec099df..52c11b6 100644 --- a/recipes.txt +++ b/recipes.txt @@ -1,7 +1,5 @@ # Basic rewrap command ffmpeg -i input_file.ext -c copy -map 0 output_file.ext -# Convert Matroska (MKV) to MP4 -ffmpeg -i input_file.mkv -c:v copy -c:a aac output_file.mp4 # Rewrap DV video to .dv file ffmpeg -i input_file -f rawvideo -c:v copy output_file.dv # Transcode to deinterlaced Apple ProRes LT