ffmpeg 10.04 找不到编解码器参数 [英] ffmpeg 10.04 Could Not Find Codec Parameters

查看:45
本文介绍了ffmpeg 10.04 找不到编解码器参数的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在执行命令时遇到错误ffmpeg -i/path/to/video.mp4 :

I am getting an error while executing the command ffmpeg -i /path/to/video.mp4 :

  ffmpeg version git-2012-07-24-93342de Copyright (c) 2000-2012 the FFmpeg developers
      built on Jul 24 2012 23:55:41 with gcc 4.4.3 (Ubuntu 4.4.3-4ubuntu5.1)
      configuration: --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libx264 --enable-gpl --enable-nonfree --enable-postproc --enable-swscale --enable-vdpau --enable-version3 --enable-libtheora --enable-libvorbis --enable-libvpx --enable-x11grab
      libavutil      51. 65.100 / 51. 65.100
      libavcodec     54. 44.100 / 54. 44.100
      libavformat    54. 20.100 / 54. 20.100
      libavdevice    54.  2.100 / 54.  2.100
      libavfilter     3.  3.100 /  3.  3.100
      libswscale      2.  1.100 /  2.  1.100
      libswresample   0. 15.100 /  0. 15.100
      libpostproc    52.  0.100 / 52.  0.100
    [mov,mp4,m4a,3gp,3g2,mj2 @ 0x2a1b240] Could not find codec parameters for stream 0 (Video: h264 (avc1 / 0x31637661), 1280x720): unspecified pixel format
    Consider increasing the value for the 'analyzeduration' and 'probesize' options
    /path/to/video.mp4: could not find codec parameters

推荐答案

调整 -probesize 和/或 -analyzeduration.

我正在测试的文件实际上已损坏.但是如果有人遇到这个问题,例如将 -probesize-analyzeduration 设置为 10010000000 可能会有所帮助.

Adjust -probesize and/or -analyzeduration.

The files I was testing were in fact damaged. But if anyone faces this problem, setting -probesize and -analyzeduration to 100 and 10000000 for example might help.

来自@DiverseAndRemote.com 的热门评论

我的解决方案是

ffmpeg -analyzeduration 2147483647 -probesize 2147483647 -i /path/to/video.mp4 

2147483647 是 max_int

2147483647 is max_int

这篇关于ffmpeg 10.04 找不到编解码器参数的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆