From 494b309693d55f73223bfff279f38977be5a9dcd Mon Sep 17 00:00:00 2001 From: Joshua Seigler Date: Thu, 25 Nov 2021 09:43:36 -0500 Subject: [PATCH] fix: improve ffmpeg command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1acc4bc..d52b0a2 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ ffmpeg -i "../$1" -profile:v baseline -level 3.0 -start_number 0 -hls_time 5 -hl popd ``` -(If you add that to your path as `recode-to-hls` you can convert a folder of MP4 files with the command `ls *.mp4 -1 | xargs -d "\n" recode-to-hls`.) +(If you add that to your path as `recode-to-hls` you can convert a folder of MP4 files with the command `ls *.mp4 -1 | xargs -d "\n" -n1 recode-to-hls`.) A folder produced this way can be posted to IPFS, and that hash is used in this page URL. Here are two hashes created following this format: