From 2dfee85a4cba5685dcc8f88045084fc3f1a64032 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Wed, 27 Apr 2016 00:24:46 +0200 Subject: [PATCH] Add an x264 example to the README. --- README | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README b/README index c941c04..2e6ef3d 100644 --- a/README +++ b/README @@ -105,8 +105,12 @@ The stream saved to disk will still be the Quick Sync-encoded stream, as it is typically higher bitrate and thus also higher quality. Note that if you add ".metacube" at the end of the URL (e.g. "http://127.0.0.1:9095/stream.ts.metacube"), you will get a stream suitable for streaming through the Cubemap video reflector -(cubemap.sesse.net). See --help for more information on options in general. +(cubemap.sesse.net). A typical example would be: + ./nageru --http-x264-video --x264-preset veryfast --x264-tune film \ + --http-mux mp4 --http-audio-codec libfdk_aac --http-audio-bitrate 128 + +See --help for more information on options in general. The name “Nageru” is a play on the Japanese verb 投げる (nageru), which means to throw or cast. (I also later learned that it could mean to face defeat or -- 2.39.2