[FFmpeg-trac] #347(FFplay:open): ffplay -s stopped working

FFmpeg trac at avcodec.org
Sat Jul 30 11:21:40 CEST 2011


#347: ffplay -s stopped working
-----------------------+----------------------
Reporter:  cehoyos     |       Owner:  michael
    Type:  defect      |      Status:  open
Priority:  critical    |   Component:  FFplay
 Version:  git-master  |  Resolution:
Keywords:              |  Blocked By:
Blocking:              |  Reproduced:  1
Analyzed:  0           |
-----------------------+----------------------

Comment (by saste):

 Currently the command issues a warning suggesting an alternative, which is
 also documented in the manual.

 Also, ffplay is generally not employed by scripts, so removing the option
 is not going to cause much harm.

 If you care about keeping backward compatibility, you can do it by doing
 like it is done in ffmpeg.c:opt_video_channel()/opt_video_standard(), by
 doing return opt_default("video_size", arg) after the deprecation warning
 (and testing that it works as expected). In this case the same should be
 done with -pix_fmt.

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


More information about the FFmpeg-trac mailing list