From b905b18f568e1fa447e011764ace27de94b4ae56 Mon Sep 17 00:00:00 2001 From: emersion Date: Sun, 4 Oct 2015 10:56:27 +0200 Subject: [PATCH] Adds codeblock --- README.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.markdown b/README.markdown index e5a60d49..bc88b105 100644 --- a/README.markdown +++ b/README.markdown @@ -31,7 +31,9 @@ Encoding Video The decoder expects an .mp4 file and does not support weighted prediction for P-frames and CABAC entropy encoding. To create such bitstreams use ffmpeg and x264 with the following command line options: +``` ffmpeg -y -i sourceFile -r 30000/1001 -b:a 2M -bt 4M -vcodec libx264 -pass 1 -coder 0 -bf 0 -flags -loop -wpredp 0 -an targetFile.mp4 +``` API ===