[FFmpeg-trac] #5395(ffmpeg:new): After rotate an image with % sign file name in destination, the name after % gets cut off..

FFmpeg trac at avcodec.org
Fri Apr 1 08:18:19 CEST 2016


#5395: After rotate an image with % sign file name in destination, the name after
% gets cut off..
-------------------------------------+-------------------------------------
             Reporter:  Prateek      |                     Type:  defect
               Status:  new          |                 Priority:  normal
            Component:  ffmpeg       |                  Version:  git-
             Keywords:  ffmpeg,      |  master
  transpose                          |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Trying to rotate an image where destination file name contains % sign, the
 rotated file which is generated, the name after % sign gets trimmed (Uses
 the escape sequence ? after % also).

 Command fired is:
 ffmpeg -y -i '/mypath/Prat%?eek.jpg' -vf transpose=2
 '/mypath/rat%?123456.jpg'

 Destination file created with name: '''rat''' only.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/5395>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list