[FFmpeg-user] 3d side by side

Stefano Sabatini stefasab at gmail.com
Wed Jan 30 01:35:05 CET 2013


On date Monday 2013-01-28 18:54:53 -0500, Roberto Francescangeli wrote:
> Hi all,
> 
> I’m trying to implement with ffmpeg the avisynth script that you can see in this page:
> http://forum.doom9.org/archive/index.php/t-155849.html
[...]
> ./ffmpeg -y -i video.mp4 -vf "[in] scale=iw/2:ih/2, setdar='iw+1.01*iw:ih', pad=2*iw:ih [left]; movie=video.mp4, scale=iw/2:ih/2 [right]; [left][right] overlay=main_w/2:0 [out]" sidebyside.avi

setdar='iw+1.01*iw:ih'

This is not valid syntax, please read the fine ffmpeg-filters(1)
documentation.
-- 
FFmpeg = Furious Fiendish Martial Practical Elitist Governor


More information about the ffmpeg-user mailing list