GKOver Posted January 23, 2019 Posted January 23, 2019 (edited) I have found a file named readme.txt in the directory Program Files\Eagle Dynamics\DCS World OpenBeta\Doc\Video Capture API which is a manual for creating an own custom video writer. The document starts with: What you need to create a custom video writer: ed_avcapture.h - Video capture API definition. ed_avcapture_example.cpp - Example plugin. enable_example_dll.diff - patch to enable example plugin as a video writer. Manual procedure to add custom plugins: Is it really working for creating videos with a better video code (e.g. mp4)? Edited January 23, 2019 by GKOver
JagHond Posted January 25, 2019 Posted January 25, 2019 Very interesting topic, thanks for having underlined this matter! After reading further the explanations in that file, it should work, accordingly to the statement 'The "format" field serves a purpose to pass an information for your writer, so you may use the same writer for several output formats'. What I haven't caught there is the correct procedure to achieve that, I'm afraid.... even it's more simple to understand and easy to make consequently, but I'm not an expert in making or editing .lua scripts. With best regards.
Recommended Posts