[FFmpeg-user] 3d side by side

Stefano Sabatini stefasab at gmail.com
Thu Jan 31 02:02:36 CET 2013


On date Tuesday 2013-01-29 18:11:39 -0500, Roberto Francescangeli wrote:
> 
> From: Carl Eugen Hoyos
> Sent: Tuesday, January 29, 2013 6:00 PM
> To: ffmpeg-user at ffmpeg.org
> Subject: Re: [FFmpeg-user] 3d side by side
> 
> Roberto Francescangeli <roberto.francescangeli <at> gmail.com> writes:
> 
> >But I can’t find an option to drop frame
> 
> setfps
> 
> >and also I can’t stretch frames because aspect ratio is fixed.
> 
> setsar, setdar
> 
> >If I change the AR with setdar I get segmentation fault.
> 
> Command line, complete, uncut console output and
> backtrace etc, missing.
> 
> Carl Eugen
> 
> 
> Hi Eugen,
> 
> this is how I get the segmentation fault.
> I'm trying the setfps option for now.
> From what you write I understand that if I want to stretch I just
> need to change the AR without using scale, right?
> 
> Thanks!
> 
> uncut command and output:
> 
> ./ffmpeg -y -i /netserv-root/apps/video-transcode/hkc3d.mp4 -vf
> "[in] scale=iw/2:ih/2, setdar='1.01*iw:ih', pad=2*iw:ih [left];

Again, this is invalid setdar syntax, I can't see how this command can
segfault since it should just abort because of that.


More information about the ffmpeg-user mailing list