Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aimpowerment/ffmpeg-csv-title-with-qrcode-generator
A Windows .bat file to generate Video titles with qr code from a csv table
https://github.com/aimpowerment/ffmpeg-csv-title-with-qrcode-generator
csv-import ffmpeg qr-code-generator video-titles
Last synced: about 1 month ago
JSON representation
A Windows .bat file to generate Video titles with qr code from a csv table
- Host: GitHub
- URL: https://github.com/aimpowerment/ffmpeg-csv-title-with-qrcode-generator
- Owner: aimpowerment
- License: mit
- Created: 2024-03-15T15:10:51.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-17T16:31:34.000Z (6 months ago)
- Last Synced: 2024-07-18T18:32:53.842Z (6 months ago)
- Topics: csv-import, ffmpeg, qr-code-generator, video-titles
- Language: Batchfile
- Homepage: https://github.com/aimpowerment/ffmpeg-csv-title-with-qrcode-generator
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Titles with QR-Code from CSV
Developed by [Alberto Sono](https://github.com/aimpowerment/ "Alberto Sono @ aimpowerment Dept.") for [ffmpeg](https://github.com/BtbN/FFmpeg-Builds/releases "ffmpeg") & [qrencode](https://github.com/fukuchi/libqrencode "qrencode")**Description:**
The [csv2title](https://github.com/aimpowerment/ffmpeg-csv-title-with-qrcode-generator/blob/main/csv2title.bat) batch script generates a video title with two lines and a QR code. The size and position can be specified in the csv file. Font type and colour can also be specified for the font, whereby each of the two lines can be defined with its own colour and font type.
**Important:**
Please note the following when saving the csv file:
* All alphanumeric or strings are set in single inverted commas.
* SEPARATE ALL TEXT FIELDS FROM THE CSV IN SINGLE APOSTROPHE (') AND FIELDS WITH COMMA (,) AND SAVE IN WINDOWS-1252 CHARACTER SET
* BE CAREFUL WHEN SPECIFYING THE PATH, ESCAPE THE COLON AND BACKSLAPS AND DOUBLE INVERTED COMMAS: `'"C\:\\PATH\\TO\\TYPE.TTF"'`
* REMOVE TEXT SEPARATORS WHEN SAVING IN OFFICE !!! OTHERWISE JUST USE AN APOSTROPHE !!!
* THE TIME VARIABLE t AND OTHER FFMPEG VARS CAN BE USED FOR ANIMATING IN CSV![CSV SAVE OPTIONS](https://github.com/aimpowerment/ffmpeg-csv-title-with-qrcode-generator/blob/main/csv_save_options.png?raw=true)