From 1f75fe2b7d35f5711fc1b1cb010c73b6262cd149 Mon Sep 17 00:00:00 2001 From: Kieran O'Leary Date: Sun, 10 Jul 2016 10:03:28 +0100 Subject: [PATCH] dcp to h264 - html fixes/typos. --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 123dc8c..d89a6ec 100644 --- a/index.html +++ b/index.html @@ -143,8 +143,8 @@
-c:v libx264
transcodes video to H.264
-pix_fmt yuv420p
sets pixel format to yuv420p for greater compatibility with media players
-c:a aac
re-encodes using the AAC audio codec
- Note that sadly MP4 cannot contain sound encoded by a PCM (Pulse-Code Modulation) audio codec
-
output_file.mp4
path, name and mp4 extension of the output file
+ Note that sadly MP4 cannot contain sound encoded by a PCM (Pulse-Code Modulation) audio codec +
output_file.mp4
path, name and .mp4 extension of the output file

Variation: Copy PCM audio streams by using Matroska instead of the MP4 container

ffmpeg -i input_video_file.mxf -i input_audio_file.mxf -c:v libx264 -pix_fmt yuv420p -c:a copy output_file.mkv