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.
我想用 ffmpeg 将 h.264 基本流编码为传输流。该命令ffmpeg -i in.264 -c copy out.ts给了我一个 *ts 文件,但它不能从 VCL 解码,它也是 0kb。是否有非成本替代方案?
ffmpeg -i in.264 -c copy out.ts
使用 mp4box 或 ffmpeg 先复用到 MP4,然后再复用到 TS。