From 2ea8112772c1090fe7d1f743b6e121f013eab119 Mon Sep 17 00:00:00 2001 From: Ashley Blewer Date: Wed, 25 Nov 2015 19:38:01 -0500 Subject: [PATCH] create iso --- index.html | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 6705cac..0563fea 100644 --- a/index.html +++ b/index.html @@ -556,7 +556,7 @@ Change the above data-target field, the button text, and the below div class (th

H.264 from DCP

ffmpeg -i video.mxf -i audio.mxf -c:v libx264 -pix_fmt yuv420p output.mp4

-

This will transcode mxf wrapped video and audio files to an h.264 encoded .mp4 file

+

This will transcode mxf wrapped video and audio files to an h.264 encoded .mp4 file.