[FFmpeg-user] Adding Borders

Indian Maiden theindianmaiden at gmail.com
Thu Jan 31 00:01:24 CET 2013


On Wed, Jan 30, 2013 at 1:48 PM, Lou <lou at lrcd.com> wrote:

> On Wed, 30 Jan 2013 13:29:24 -0800
> Indian Maiden <theindianmaiden at gmail.com> wrote:
>
> > 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
>
> You are missing the rest of the complete console output resulting from
> your command. It contains useful information.
>
> Are you sure you need to use sudo?
>
> Top-posting is not recommended for this mailing list:
> http://www.idallen.com/topposting.html
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>


This command runs with out errors but does not pad the tiff to 1920x1080

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

ffmpeg -y -i ./1080bars.mov -s 1728x864 -vf 'pad=1920:1080:0:0:gray' -ss
5.00 -vcodec tiff ./test1/file%4d.tiff ffmpeg version
git-2013-01-30-033f164 Copyright (c) 2000-2013 the FFmpeg developers built
on Jan 30 2013 13:38:32 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 --enable-libfreetype 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 Guessed Channel Layout for Input
Stream #0.1 : stereo Input #0, mov,mp4,m4a,3gp,3g2,mj2, from
'./1080bars.mov': Metadata: major_brand : qt minor_version : 0
compatible_brands: qt creation_time : 2012-12-07 14:18:29 Duration:
00:00:05.67, start: 0.000000, bitrate: 24661 kb/s Stream #0:0(und): Video:
prores (apcn / 0x6E637061), yuv422p10le, 1920x1080, 22354 kb/s, SAR 1:1 DAR
16:9, 23.98 fps, 23.98 tbr, 24k tbn, 24k tbc Metadata: creation_time :
2012-12-07 14:18:29 handler_name : Core Media Data Handler timecode :
00:00:00:00 Stream #0:1(und): Audio: pcm_s24le (in24 / 0x34326E69), 48000
Hz, stereo, s32, 2304 kb/s Metadata: creation_time : 2012-12-07 14:18:29
handler_name : Core Media Data Handler Stream #0:2(und): Data: none (tmcd /
0x64636D74), 0 kb/s Metadata: creation_time : 2012-12-07 14:18:29
handler_name : Core Media Data Handler timecode : 00:00:00:00 Output #0,
image2, to './test1/file%4d.tiff': Metadata: major_brand : qt minor_version
: 0 compatible_brands: qt encoder : Lavf54.61.104 Stream #0:0(und): Video:
tiff, yuv422p, 1728x864 [SAR 8:9 DAR 16:9], q=2-31, 200 kb/s, 90k tbn,
23.98 tbc Metadata: creation_time : 2012-12-07 14:18:29 handler_name : Core
Media Data Handler timecode : 00:00:00:00 Stream mapping: Stream #0:0 ->
#0:0 (prores -> tiff) Press [q] to stop, [?] for help frame= 0 fps=0.0
q=0.0 Lsize=N/A time=00:00:00.00 bitrate=N/A video:0kB audio:0kB subtitle:0
global headers:0kB muxing overhead -inf% Output file is empty, nothing was
encoded (check -ss / -t / -frames parameters if used) Received signal 2:
terminating.


ffmpeg -version ffmpeg version git-2013-01-30-033f164 built on Jan 30 2013
13:38:32 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
--enable-libfreetype 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


More information about the ffmpeg-user mailing list