or am i stupid or sth?
im trying to make a lossless hls playlist, but for some reason it doesnt work for all flacs:
Delay between the first packet and last packet in the muxing queue is 10069333 > 10000000: forcing output
it causes the output to only have one m4s file instead of making multiple as it should based on -hls_time flag
the command i used:
ffmpeg -i .\audio4.flac -c:a flac -vf pad="width=ceil(iw/2)*2:height=ceil(ih/2)*2" -ar 96000 -f hls -hls_time 6 -hls_playlist_type vod -strict -2 -hls_segment_type fmp4 -hls_segment_filename "idk%d.m4s" playlist.m3u8
first one doesnt work but second one does work for some reason
Обсуждают сегодня