[FFmpeg-user] Adding Borders

Indian Maiden theindianmaiden at gmail.com
Wed Jan 30 22:29:24 CET 2013


I upgraded but now what I got to work in the ffmpeg does not work in FFmepg:


sudo ffmpeg -y -i ./1080bars.mov -timestamp now -s 1728x864 -vf
'pad=1920:1080' -ss 5.00 -vcodec tiff ./test1/file%4d.tiff

Any ideas?

ffmpeg version git-2013-01-30-033f164 built on Jan 30 2013 13:18:44 with
gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5) configuration: --enable-gpl
--enable-libass --enable-libfaac --enable-libfdk-aac --enable-libmp3lame
--enable-libopencore-amrnb --enable-libopencore-amrwb --enable-librtmp
--enable-libtheora --enable-libvorbis --enable-libvpx --enable-x11grab
--enable-libx264 --enable-nonfree --enable-version3 libavutil 52. 17.100 /
52. 17.100 libavcodec 54. 91.100 / 54. 91.100 libavformat 54. 61.104 / 54.
61.104 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 34.101 / 3. 34.101
libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102
libpostproc 52. 2.100 / 52. 2.100



On Wed, Jan 30, 2013 at 11:49 AM, Lou <lou at lrcd.com> wrote:

> On Wed, 30 Jan 2013 11:03:14 -0800
> Indian Maiden <theindianmaiden at gmail.com> wrote:
>
> > Thanks I will swith distros.
>
> You don't need to switch to a different distro to use ffmpeg. What you
> are using is not ffmpeg from FFmpeg, but ffmpeg from a fork of FFmpeg.
> It is an unfortunate and confusing situation for users, but this mailing
> list is for user questions and discussions about the tools from the
> FFmpeg project.
>
> You have several options:
>
> * Compile ffmpeg as shown here:
> https://ffmpeg.org/trac/ffmpeg/wiki/UbuntuCompilationGuide
>
> This is the recommended option, but we recognize that not all users are
> willing or able to compile.
>
> * Use a static build. See links to burek's and relaxed's static builds:
> http://ffmpeg.org/download.html#LinuxBuilds
>
> * Use a PPA. This provides real ffmpeg, but is dated:
> https://launchpad.net/~jon-severinsson/+archive/ffmpeg
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>


More information about the ffmpeg-user mailing list