[FFmpeg-trac] #1079(undetermined:closed): Crop Keep_Aspect option not working

FFmpeg trac at avcodec.org
Fri Mar 16 16:33:07 CET 2012


#1079: Crop Keep_Aspect option not working
-------------------------------------+-------------------------------------
             Reporter:  ramitbhalla  |                    Owner:
                 Type:  defect       |                   Status:  closed
             Priority:  normal       |                Component:
              Version:  unspecified  |  undetermined
             Keywords:               |               Resolution:  invalid
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------

Comment (by ramitbhalla):

 Something very funny I noticed when I execute the following command it
 FAILS


 {{{
 ffmpeg -y -i Test6.ts -an -vf setsar=1,crop=1904:1072:6:6:1,scale=720:400
 -vcodec libxvid out.avi
 }}}

 But when I execute this command, it WORKS


 {{{
 ffmpeg -y -i Test6.ts -an -vf crop=1904:1072:6:6:1,scale=720:400,setsar=1
 -vcodec libxvid out.avi
 }}}


 Does the location of setsar matter?

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/1079#comment:5>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list