[FFmpeg-user] side by side videos
Lorenzo Perone
lorenzo.perone at gmail.com
Mon Mar 25 15:54:23 CET 2013
Hi Andrey,
thanks for your support!
I had renamed my files after the first test :),
Now to be sure they are right, I've exported again them from the source
cropping and trimming them with MPEG_Streamclip.
If it could be usefull you can download them here;
video1<http://dl.dropbox.com/u/4255917/realtime_test1.mp4>,
video2 <http://dl.dropbox.com/u/4255917/realtime_test2.mp4>
Now they are 642px large and 1050px hight, both of them are 2:41 (mm:ss)
long.
Today I'm working in windows 7 64 bit using FFmpeg git-e0e8c20 64-bit Static
and I've tried this string:
ffmpeg.exe -i realtime_test1.mp4 -vf "[in] scale=642:1050, pad=1284:1050
> [left]; movie=realtime_test2.mp4, scale=642:1050; [left][right]
> overlay=642:0 [out]" Output.mp4
this is the results:
c:\Temp\ffmpeg\bin>ffmpeg.exe -i realtime_test1.mp4 -vf "[in]
> scale=642:1050, pa
> d=1284:1050 [left]; movie=realtime_test2.mp4, scale=642:1050;
> [left][right] over
> lay=642:0 [out]" Output.mp4
> ffmpeg version N-51211-ge0e8c20 Copyright (c) 2000-2013 the FFmpeg
> developers
> built on Mar 22 2013 09:01:53 with gcc 4.7.2 (GCC)
> configuration: --enable-gpl --enable-version3 --disable-w32threads
> --enable-av
> isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls
> --enab
> le-libass --enable-libbluray --enable-libcaca --enable-libfreetype
> --enable-libg
> sm --enable-libilbc --enable-libmp3lame --enable-libopencore-amrnb
> --enable-libo
> pencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp
> --enable-li
> bschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora
> --enable-lib
> twolame --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis
> --enabl
> e-libvpx --enable-libx264 --enable-libxavs --enable-libxvid --enable-zlib
> libavutil 52. 22.101 / 52. 22.101
> libavcodec 55. 1.100 / 55. 1.100
> libavformat 55. 0.100 / 55. 0.100
> libavdevice 55. 0.100 / 55. 0.100
> libavfilter 3. 48.100 / 3. 48.100
> libswscale 2. 2.100 / 2. 2.100
> libswresample 0. 17.102 / 0. 17.102
> libpostproc 52. 2.100 / 52. 2.100
> Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'realtime_test1.mp4':
> Metadata:
> major_brand : mp42
> minor_version : 1
> compatible_brands: mp42mp41
> creation_time : 2013-03-25 13:48:36
> Duration: 00:02:41.86, start: 0.000000, bitrate: 93 kb/s
> Stream #0:0(eng): Video: h264 (Constrained Baseline) (avc1 /
> 0x31637661), yu
> v420p, 642x1050, 92 kb/s, 2.43 fps, 2.43 tbr, 2428 tbn, 4856 tbc
> Metadata:
> creation_time : 2013-03-25 13:48:36
> handler_name : Apple Video Media Handler
> Simple filtergraph '[in] scale=642:1050, pad=1284:1050 [left];
> movie=realtime_te
> st2.mp4, scale=642:1050; [left][right] overlay=642:0 [out]' does not have
> exactl
> y one input and output.
> Error opening filters!
I'm a little bit confused...
Bye
lorenzo
Lorenzo Perone
photoblog: http://lorenzoperone.wordpress.com
website: http://blog.spaziogis.it
GEO+ geomatica in Italia *http://bit.ly/GEOplus*
2013/3/25 Andrey Utkin <andrey.krieger.utkin at gmail.com>
> 2013/3/25 Lorenzo Perone <lorenzo.perone at gmail.com>:
> > Hi,
> > I've played one of the videos in windows (after I've tried again to
> convert
> > with the same errors) and it works.
> > Here is my output:
> >
> > c:\Temp\ffmpeg\bin>ffplay.exe realtime_test1.mov
>
> It failed to open test2.mov, so you'd better check exactly that file.
>
> --
> Andrey Utkin
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
More information about the ffmpeg-user
mailing list