This commit is contained in:
Ashley Blewer 2015-11-25 19:24:57 -05:00
parent c225768a41
commit 006e880f3a

View File

@ -517,15 +517,15 @@ Change the above data-target field, the button text, and the below div class (th
</div>
<!-- ends Transcode to h.264 -->
<!-- Generate H.264 from DCP -->
<span data-toggle="modal" data-target=".dcp_to_h264"><button type="button" class="btn btn-default" data-toggle="tooltip" data-placement="bottom" title="Transcode from DCP to an h.264 access file">Generate H.264 from DCP</button></span>
<!-- H.264 from DCP -->
<span data-toggle="modal" data-target=".dcp_to_h264"><button type="button" class="btn btn-default" data-toggle="tooltip" data-placement="bottom" title="Transcode from DCP to an h.264 access file" H.264 from DCP</button></span>
<div class="modal fade dcp_to_h264" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<!-- where the text goes -->
<div class="well">
<h3>Generate H.264 from DCP</h3>
<h3 H.264 from DCP</h3>
<p><code>ffmpeg -i video.mxf -i audio.mxf -c:v libx264 -pix_fmt yuv420p output.mp4</code></p>
<p>This will transcode mxf wrapped video and audio files to an h.264 encoded .mp4 file</p>
@ -542,7 +542,7 @@ Change the above data-target field, the button text, and the below div class (th
</div>
</div>
</div>
<!-- ends Generate H.264 from DCP -->
<!-- ends H.264 from DCP -->