Opened 2 years ago

Closed 22 months ago

Last modified 18 months ago

#9748 closed defect (fixed)

Cannot create file with % in name

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

Description

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

Change History (2)

comment:1 by Marton Balint, 22 months ago

Resolution: fixed
Status: newclosed
Version: 4.2.4git-master

comment:2 by Carl Eugen Hoyos, 18 months ago

Component: undeterminedavformat
Keywords: image2 added

This obviously broke a lot of use cases.

Note: See TracTickets for help on using tickets.