In theory, it should be possible to back-port the ffmpegReader from Nuke 9, but it's not simply a matter of recompiling the plugin. Because Nuke 8 and 9 use different versions of ffmpeg, you can't just recompile the new reader against the Nuke 8 code. Instead, you would have to build static versions of the ffmpeg libraries from Nuke 9 and link them into your plugin library.
Modifying the existing reader within the same Nuke version (which I *have* done) is pretty simple, since you just need to locate the ffmpeg headers from the same version Nuke is using. -Nathan From: Oliver Markowski Sent: Thursday, April 09, 2015 11:01 PM To: Nuke plug-in development discussion ; Nuke user discussion Subject: [Nuke-dev] How to make Nuke 8.0 read prores 422 on linux - can I compile ffmpegReader.cpp from Nuke 9.0 source Hey Guys, i have heard that in Nuke 9.0 it should finally be possible to read Apple ProRes on Linux. Do you think it is possible to just grab the Nuke 9.0 ffmpegReader.cpp and compile it against Nuke8.0? I also know that someone on this list somehow managed to recompile a Nuke8.0 version of ffmpegReader.cpp already to make it work, but I don't know if he want's to share the modified source-code. thx in advance Oli -------------------------------------------------------------------------------- _______________________________________________ Nuke-dev mailing list [email protected], http://forums.thefoundry.co.uk/ http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-dev
_______________________________________________ Nuke-dev mailing list [email protected], http://forums.thefoundry.co.uk/ http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-dev
