ffmpeg : md5 of m3u8 playlists generated from same input video with different segment durations (after applying video filter) don't match
问题 Here are a few commands I am using to convert and transize a video in mp4 format to a m3u8 playlist. For a given input video (mp4 format), generate multiple video only segments with segment duration 30s ffmpeg -loglevel error -i input.mp4 -dn -sn -an -c:v copy -bsf:v h264_mp4toannexb -copyts -start_at_zero -f segment -segment_time 30 30%03d.mp4 -dn -sn -vn -c:a copy audio.aac Apply video filter (in this case scaling) on each segment and convert it to a m3u8 format ls 30*.mp4 | parallel