Opened 4 years ago
Closed 4 years ago
#8920 closed defect (invalid)
Pixel format forced to rgb8 when outputting to multiple files when gif is included
Reported by: | henriks | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | undetermined |
Version: | git-master | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
I am trying to convert a video to webp and gif files. This results in the webp file being encoded in rbg8 pixel format. Specifying format in the filtergraph or with -pix_fmt does not work
Sample command:
ffmpeg -y -i in.mp4 -pix_fmt yuv420p -filter_complex "[0:v]fps=12,scale=640:-2,split=2[out1][out2]" -map '[out1]' -t 3 out.webp -map '[out2]' -t 3 out.gif
Attachments (4)
Change History (5)
by , 4 years ago
Attachment: | output.txt added |
---|
by , 4 years ago
by , 4 years ago
comment:1 by , 4 years ago
Component: | ffmpeg → undetermined |
---|---|
Resolution: | → invalid |
Status: | new → closed |
The application cannot insert more filters into the filterchain than you specify.
Note:
See TracTickets
for help on using tickets.
full output