Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经从多媒体设备捕获了视频帧。捕获的流有两个切片数据包。为了测试用例,我需要将其转换为带有一个切片数据包的传输流。
任何建议/指针?
我知道的所有 h264 编码器都默认使用一个切片。使用'ffmpeg -i file.ts our -codec libx264 outfile.ts'</p>