Answers for "ffmpeg convert finished live hls to mp4"

0

ffmpeg convert finished live hls to mp4

ffmpeg -f concat -safe 0 -i <(for f in ./*.ts; do echo "file '$PWD/$f'"; done) -c copy playlist.mp4
Posted by: Guest on February-09-2021

Browse Popular Code Answers by Language