From 05793f26e13ed86f1d39b2bca5f34808587c566b Mon Sep 17 00:00:00 2001 From: crowetic Date: Wed, 16 Apr 2025 01:45:56 +0000 Subject: [PATCH] demo QDN.json This is a DEMO of 'QDN.json' metadata config file that needs to be in every subfolder with information about the videos in such subfolder. This file allows the script to run in a 'fully automated' fashion. --- QDN.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 QDN.json diff --git a/QDN.json b/QDN.json new file mode 100644 index 0000000..de8c3f9 --- /dev/null +++ b/QDN.json @@ -0,0 +1,16 @@ +{ + "title": "Copyright Free Website Videos", + "fullDescription": "Videos for use on web/app development, free of any unnecessary copyright issues.", + "htmlDescription": "

This is a copyright free set of videos for use in development. Enjoy!

", + "category": "DESIGN", + "subcategory": "", + "fee": "01000000", + "preview": "false", + "code": "cfreev", + "videoReference": { + "name": "Q-Video-Service" + }, + "codec": "h264", + "use_nvidia": true +} +