我有一堆预编码的文件,我想用ffmpeg创建HLS。
h264_baseline_144p_150.mp4
h264_baseline_360p_400.mp4
h264_main_480p_800.mp4
h264_main_720p_1500.mp4
h264_high_1080p_3000.mp4
audio.mp4
视频文件只有1个视频流(无音频)。 这是我要使用的一些标志。
-hls_flags single_file -hls_time 1
我花了一些时间阅读文档https://ffmpeg.org/ffmpeg-formats.html#toc-hls-2,但应该有一定的背景知识可以利用它...
我在编写命令时需要帮助。