gpt4 book ai didi

ffmpeg - 使用 FFMPEG 将 VOB 转换为 MPEG-2 时丢失音频

转载 作者:行者123 更新时间:2023-12-04 22:51:48 26 4
gpt4 key购买 nike

关闭。这个问题是off-topic .它目前不接受答案。












想改进这个问题? Update the question所以它是on-topic对于堆栈溢出。


9年前关闭。







Improve this question




我正在使用 FFMPEG 使用 ffmpeg -i file.vob -c copy
out.mpg
将 VOB 文件转换为 MPEG2 .

它可以很好地转换视频,但音频无法在结果中播放
文件。我明白了

[mpeg @ 0x118afc0] max_analyze_duration 5000000 reached at 5005000

错误,但设置 -analyzeduration到 9999999 或更高不会得到
摆脱错误。

我认为它正在正确读取流:

元数据:
编码器:Lavf53.32.100
流 #0:0:视频:mpeg2video,yuv420p,720x480 [SAR 8:9 DAR 4:3],q=2-31,
6124 kb/s,29.97 fps,90k tbn,29.97 tbc
流 #0:1:音频:ac3,48000 Hz,立体声,256 kb/s`

这是我的安装信息

ffmpeg 版本 0.10.6 版权所有 (c) 2000-2012 FFmpeg 开发者
使用 gcc 4.4.6 20110731 (Red Hat 4.4.6-3) 于 2012 年 12 月 11 日 23:58:43 构建
配置: --prefix=/usr --bindir=/usr/bin --datadir=/usr/share/ffmpeg
--incdir=/usr/include/ffmpeg --libdir=/usr/lib64 --mandir=/usr/share/man
--arch=x86_64 --extra-cflags='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2
-fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic'
--enable-bzlib --disable-crystalhd --enable-gnutls --enable-libass
--enable-libcdio --enable-libcelt --enable-libdc1394 --disable-indev=jack
--enable-libfreetype --enable-libgsm --enable-libmp3lame --enable-openal
--enable-libopenjpeg --enable-libpulse --enable-librtmp --enable-libschroedinger
--enable-libspeex --enable-libtheora --enable-libvorbis --enable-libv4l2
--enable-libx264 --enable-libxvid --enable-x11grab --enable-avfilter
--enable-postproc --enable-pthreads --disable-static --enable-shared
--enable-gpl --disable-debug --disable-stripping --shlibdir=/usr/lib64
--enable-runtime-cpudetect
libavutil 51. 35.100/51. 35.100
libavcodec 53. 61.100/53. 61.100
libavformat 53. 32.100/53. 32.100
libav 设备 53. 4.100/53. 4.100
libavfilter 2. 61.100/2. 61.100
libswscale 2. 1.100/2. 1.100
libswresample 0. 6.100/0. 6.100
libpostproc 52. 0.100/52. 0.100

最佳答案

Stream #0:1: Audio: ac3, 48000 Hz, stereo, 256 kb/s

You are trying to mux an AC3 stream into an MPEG container. Youcannot do this.You could use a different container

ffmpeg -i file.vob -c copy out.mkv

或者也许允许 FFmpeg 对音频进行转码
ffmpeg -i file.vob -c:v copy out.mpg

关于ffmpeg - 使用 FFMPEG 将 VOB 转换为 MPEG-2 时丢失音频,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16321607/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com