avconv 在约 3 分钟后崩溃 - 可能是源回归,如何在 git 中获取最后一个稳定版本?

avconv 在约 3 分钟后崩溃 - 可能是源回归,如何在 git 中获取最后一个稳定版本?
Application provided invalid, non monotonically increasing dts to muxer in stream 1: 8657 >= 8657
av_interleaved_write_frame(): Invalid argument
[pulse @ 0x2a03400] pa_simple_read failed: Bad state
Assertion 'pa_atomic_load(&(s)->_ref) >= 1' failed at pulse/stream.c:335, function pa_stream_get_state(). Aborting.

上次发生这种情况时,最后一行不存在,并且文件已损坏但可以打开。

git clone从 avconv git repo 中下载了源代码,这可能是它无法正常工作的原因。如何在 git 中获取最新稳定版本的源代码?(我对版本控制的想法是apt-get source

我下载了“发布”源并对其进行了编译,但我无法测试它,因为它给了我:

Preset lossless_ultrafast specified for stream 0:0, but could not be opened.

答案1

libav 的“发布”版本可以解决问题,但我必须放入我的预设,~/.avconv因为旧版本的预设与新版本不兼容。

相关内容