小编Chu*_*ute的帖子

ffmpeg 想要覆盖现有图像

我想用 ffmpeg 制作延时摄影电影。现在我使用带有以下命令的 mencoder:mencoder mf://*.jpg -mf fps=12 -nosound -noskip -ovc copy -o Zeitraffer$begin.avi

我正在尝试使用 ffmpeg 制作电影,但 ffmpeg 似乎想要覆盖我现有的快照。信息:

ffmpeg -i *.jpg -vcodec mpeg4 timelapse.avi
ffmpeg version 2.6.2 Copyright (c) 2000-2015 the FFmpeg developers
built with gcc 4.8 (SUSE Linux)
configuration: --shlibdir=/usr/lib64 --prefix=/usr --mandir=/usr /share/man --libdir=/usr/lib64 --enable-shared --disable-static --enable-debug --disable-stripping --extra-cflags='-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -g' --enable-pic --optflags='-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -g' --enable-gpl --enable-x11grab --enable-version3 --enable-pthreads --datadir=/usr/share/ffmpeg --enable-avfilter --enable-libpulse --enable-libwebp --enable-libvpx --enable-libopus --enable-libmp3lame --enable-libvorbis …
Run Code Online (Sandbox Code Playgroud)

video mencoder ffmpeg timelapse

8
推荐指数
2
解决办法
9150
查看次数

标签 统计

ffmpeg ×1

mencoder ×1

timelapse ×1

video ×1