Transmuxing
What? the act of converting from one format (container) to another one.
Why? sometimes some devices (TVs, smartphones, console and etc) doesn’t support X but Y and sometimes newer containers provide modern required features.
How? converting a mp4
to a webm
.
- $ ffmpeg \
- -i bunny_1080p_60fps.mp4 \
- -c copy \ # just saying to ffmpeg to skip encoding
- bunny_1080p_60fps.webm
当前内容版权归 leandromoreira 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 leandromoreira .