[FFmpeg-trac] #9748(undetermined:new): Cannot create file with % in name
FFmpeg
trac at avcodec.org
Mon Apr 25 12:56:39 EEST 2022
#9748: Cannot create file with % in name
---------------------------------------+----------------------------------
Reporter: Jasper Taylor | Type: defect
Status: new | Priority: normal
Component: undetermined | Version: 4.2.4
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
---------------------------------------+----------------------------------
For instance, I want to get a frame from a video and save it in a file
called "The 1% Club.png"
I execute this command:
ffmpeg -ss 300 -t 1 -i "The 1% Club.ts" -frames:v 1 "The 1% Club.png"
...it opens the input file, creates the image, but saves it as "The 1"
I'm on Fedora 32 on x86_64
ffmpeg version 4.2.4 Copyright (c) 2000-2020 the FFmpeg developers
--
Ticket URL: <https://trac.ffmpeg.org/ticket/9748>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list