Skip to content

Commit 283756f

Browse files
authored
Merge pull request #390 (Revert "update recipe list")
2 parents d28ae29 + 2be5576 commit 283756f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ffmpeg -i input_file -f rawvideo -c:v copy output_file.dv
77
# Transcode to deinterlaced Apple ProRes LT
88
ffmpeg -i input_file -c:v prores -profile:v 1 -vf yadif -c:a pcm_s16le output_file.mov
99
# Transcode to an H.264 access file
10-
ffmpeg -i input_file -c:v libx264 -pix_fmt yuv420p -c:a aac -map 0:a output_file
10+
ffmpeg -i input_file -c:v libx264 -pix_fmt yuv420p -c:a aac output_file
1111
# Transcode from DCP to an H.264 access file
1212
ffmpeg -i input_video_file.mxf -i input_audio_file.mxf -c:v libx264 -pix_fmt yuv420p -c:a aac output_file.mp4
1313
# Transcode your file with the FFV1 Version 3 Codec in a Matroska container

0 commit comments

Comments
 (0)