#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 , 2 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Version: | 4.2.4 → git-master |
comment:2 by , 2 years ago
Component: | undetermined → avformat |
---|---|
Keywords: | image2 added |
This obviously broke a lot of use cases.
Note:
See TracTickets
for help on using tickets.
Fixed in git master in b54f3e32fa228095867cd9edd6f4bf540ffa2eb3.