ERROR: MoviePFMpeg: unsupported codec id '86018" #477
-
ERROR: MoviePFMpeg: unsupported codec id '86018" |
Beta Was this translation helpful? Give feedback.
Answered by
bernie-laberge
May 30, 2024
Replies: 1 comment 2 replies
-
This is for the Advanced Audio Codec (AAC) which is disabled by default in the Open RV FFmpeg's default configuration because it is a non free codec. OpenRV/cmake/dependencies/ffmpeg.cmake Line 209 in 0ba6a73 I hope this helps. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Note that we are currently thinking of making it easier to do without having to touch any code.
Something like :
rvcfg RV_FFMPEG_ENABLE_NON_FREE_DECODERS="aac,vp9"