Opened 4 years ago
Closed 3 years ago
#61449 closed enhancement (worksforme)
ffmpeg and libx264
Reported by: | ogourgue (Olivier Gourgue) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | dbevans (David B. Evans), jeremyhu (Jeremy Huddleston Sequoia) | |
Port: | ffmpeg |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
I installed ffmpeg with and without nonfree variant and tried to encode video with codec libx264
When running:
ffmpeg -c:v libx264 -y -r 5 -i "geomorphology_%d.png" geomorphology.mp4
I got the error:
Unknown decoder 'libx264'
I could not find information about which variant to install to have libx264 support (e.g. to make videos compatible with power point)
Change History (3)
comment:1 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Port: | ffmpeg added |
comment:2 Changed 4 years ago by mf2k (Frank Schima)
Type: | request → enhancement |
---|---|
Version: | 2.6.4 |
Note that a "request" ticket type is only for requesting a new port.
comment:3 Changed 3 years ago by mascguy (Christopher Nielsen)
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Since libx264 is already included, this is a non-issue. Closing.
Note: See
TracTickets for help on using
tickets.
The +gpl2 variant provides libx264 support. It is on by default.