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.
这是一个奇怪的问题。我正在将视频从 .mov 转换为流媒体格式,例如 .mp4、.ogv 和 .webm。没有问题,使用 ffmpeg 一切都很好。
问题是在 VLC 中打开视频时,它是正确的方式。当它在浏览器(从服务器)中转换和查看时,它是颠倒的!
好的,所以我使用 ffmpeg 中的 -vf "hflip,vflip" 选项翻转它。再次上传,它仍然翻转!嗯?我也清除了缓存,没有骰子。
我想一定有一些标志可以根据电影的录制和方向保持翻转。我可以以某种方式删除它吗?