dousui3124 2009-12-17 10:23
浏览 88

.mov文件到使用PHP的ffmpeg的.flv文件转换问题

Is there any possible way to convert .mov file to .flv file conversion issue for ffmpeg using PHP. If yes, kindly let me know how to do?

Thanks in advance,

Fero

  • 写回答

1条回答 默认 最新

  • dougao1106 2013-01-24 18:27
    关注

    I agree with Kemo, though following the conventions of Stackoverflow, I'll offer the key bit provided by the link given:

    ffmpeg -i <filename.mpg> -deinterlace -ar 44100 -r 25 -qmin 3 -qmax 6 <filename.flv>
    

    I often transcode with ffmpeg and I don't ever bother to give all those flags, so you may find my typical use works well enough for you too:

    ffmpeg -i inputFile.mov outputFile.flv
    

    That's supposed to just change container formats and it tries to keep everything else as close as possible. I just did that and it seemed to work fine, though I'm uploading my flv somewhere it I'm having an issue, but that's probably totally unrelated to ffmpeg. Any tips?

    评论

报告相同问题?

悬赏问题

  • ¥15 vue3加ant-design-vue无法渲染出页面
  • ¥15 matlab(相关搜索:紧聚焦)
  • ¥15 基于51单片机的厨房煤气泄露检测报警系统设计
  • ¥15 路易威登官网 里边的参数逆向
  • ¥15 Arduino无法同时连接多个hx711模块,如何解决?
  • ¥50 需求一个up主付费课程
  • ¥20 模型在y分布之外的数据上预测能力不好如何解决
  • ¥15 processing提取音乐节奏
  • ¥15 gg加速器加速游戏时,提示不是x86架构
  • ¥15 python按要求编写程序