Opened 3 years ago

Last modified 3 years ago

#61449 closed enhancement

ffmpeg and libx264 — at Version 1

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 (1)

comment:1 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Port: ffmpeg added

The +gpl2 variant provides libx264 support. It is on by default.

Note: See TracTickets for help on using tickets.