我有一些图像,我想用 ffmpeg 制作动画 gif。图像的名称为:
837_1.png
838_1.png
...
Run Code Online (Sandbox Code Playgroud)
我正在尝试取消ffmpeg的-i命令行选项,但我遇到了一些问题。
如果我没有指定任何内容,它会要求我替换文件:
ffmpeg -i * -vcodec libx264 out.mp4
ffmpeg version 1.2.1 Copyright (c) 2000-2013 the FFmpeg developers
built on Jul 26 2013 20:18:03 with Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn)
configuration: --prefix=/usr/local/Cellar/ffmpeg/1.2.1 --enable-shared --enable-pthreads --enable-gpl --enable-version3 --enable-nonfree --enable-hardcoded-tables --enable-avresample --enable-vda --cc=cc --host-cflags= --host-ldflags= --enable-libx264 --enable-libfaac --enable-libmp3lame --enable-libxvid
libavutil 52. 18.100 / 52. 18.100
libavcodec 54. 92.100 / 54. 92.100
libavformat 54. 63.104 / 54. 63.104
libavdevice 54. 3.103 …Run Code Online (Sandbox Code Playgroud) 我怎样才能达到这种情况?
:!ls命令并查看 NERDTree 显示的目录内容