使用ffmpeg转换媒体类型
谁能帮我将媒体转换为 m4v 格式。我想 ffmpeg 将是一个不错的选择,因为我有一个 Rails 应用程序,我需要在其中进行转换。我谷歌,但找不到解决方案。
顺便说一句,我使用 jplayer 来播放视频,它只需要 m4v 视频文件,这就是我需要转换用户提交的视频的原因。
提前致谢。
Can anyone help me convert media to m4v format. I guess ffmpeg would be a nice choice coz I have a rails application where I need to do the conversion. I google, but could not find the solution.
BTW I am using jplayer for playing video which only takes m4v video file and thats the reason I need to convert video submitted by user.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这就是 FFmpeg 的设计目的。您没有指定输入媒体的类型,但它应该简单如下:
This is what FFmpeg's designed to do. You didn't specify the type of input media, but it should be as simple as: