diff --git a/index.html b/index.html index 81838cb..c75be69 100644 --- a/index.html +++ b/index.html @@ -517,6 +517,34 @@ Change the above data-target field, the button text, and the below div class (th + +Generate 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