Skip to content

Commit

Permalink
Merge pull request #388 (update recipe list)
Browse files Browse the repository at this point in the history
  • Loading branch information
retokromer authored Jul 17, 2019
2 parents 2a87a12 + f93922a commit 164d757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 output_file
ffmpeg -i input_file -c:v libx264 -pix_fmt yuv420p -c:a aac -map 0:a 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
Expand Down

0 comments on commit 164d757

Please sign in to comment.