diff --git a/index.html b/index.html
index 4110ff3..b108dd5 100644
--- a/index.html
+++ b/index.html
@@ -131,7 +131,7 @@ Change the above data-target field, the button text, and the below div class (th
-i for input
[inputfile.wav] : file you would like to convert to mp3
-sample_fmt s16p: sample format. This will give you 16 bit audio (To see a list of supported sample formats, type: ffmpeg -sample_fmts)
- -ar 44100 : audio sampling frequency
+ -ar 44100: Sets the audio sampling frequency to 44.1 kH (CD quality).
[outputfile.mp3] : outputname and format
@@ -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. Please note this only works for non-encrypted DCPs.
- ffmpeg: Calls the program ffmpeg