mirror of
https://github.com/seigler/HLS-over-IPFS-video-player
synced 2025-07-27 01:36:14 +00:00
fix: improve ffmpeg command
This commit is contained in:
parent
372fda4a2c
commit
494b309693
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ ffmpeg -i "../$1" -profile:v baseline -level 3.0 -start_number 0 -hls_time 5 -hl
|
||||||
popd
|
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:
|
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:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue