Opened 8 years ago

Closed 8 years ago

#5395 closed defect (invalid)

After rotate an image with % sign file name in destination, the name after % gets cut off..

Reported by: Prateek Owned by:
Priority: normal Component: avformat
Version: git-master Keywords: image2
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

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.

Change History (1)

comment:1 by Carl Eugen Hoyos, 8 years ago

Component: ffmpegavformat
Keywords: image2 added; ffmpeg transpose removed
Resolution: invalid
Status: newclosed

How is this related to transpose?
Please see https://ffmpeg.org/ffmpeg-all.html#image2-2

Note: See TracTickets for help on using tickets.