Add support for dnxhd codec #490
-
Hi everyone, I'm new to Open RV and managed to build it last week. I need to add support for the dnxhd video codec. Does anyone know how I can go about doing this? In Chapter 15 of the User Manual, it says that I might need to add a plugin. Is there a plugin available for dnxhd? I haven't managed to find anything yet. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
Hello @jaspreet-dimension , Since that it is a non free codecs, it has been disabled by default in Open RV. OpenRV/cmake/dependencies/ffmpeg.cmake Line 206 in a2bfba4 I hope this helps |
Beta Was this translation helpful? Give feedback.
-
You might have to delete your _build directory and rebuild Open RV. |
Beta Was this translation helpful? Give feedback.
-
Those files seem to work fine on my latest build of rv.exe, they're audio
only files right?
How come dnxhd doesn't show up when I do rv.exe -formats?
…On Mon, 17 Jun 2024 at 17:35, Bernard Laberge ***@***.***> wrote:
OK I'm rebuilding my Open RV right now without the line above.
I will test it with this file once it finishes building:
https://cloud.slomo.tv/s/r7m4LAC99HFmWx3
I'll keep you posted once my build completes.
—
Reply to this email directly, view it on GitHub
<#490 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BCCGRIHP2YZSRRRF4YUQVC3ZH4F6RAVCNFSM6AAAAABJOE4FHOVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TOOJWHAZTK>
.
You are receiving this because you were mentioned.Message ID:
<AcademySoftwareFoundation/OpenRV/repo-discussions/490/comments/9796835@
github.com>
|
Beta Was this translation helpful? Give feedback.
Hello @jaspreet-dimension ,
Since that it is a non free codecs, it has been disabled by default in Open RV.
OpenRV/cmake/dependencies/ffmpeg.cmake
Line 206 in a2bfba4
I hope this helps