{"id":16134121,"url":"https://github.com/developpeurpascal/video-title-page-generator","last_synced_at":"2026-02-18T04:37:40.782Z","repository":{"id":128243898,"uuid":"610797403","full_name":"DeveloppeurPascal/Video-Title-Page-Generator","owner":"DeveloppeurPascal","description":"Slide and title image generator with background and text in a graphic font","archived":false,"fork":false,"pushed_at":"2025-10-16T18:20:03.000Z","size":3361,"stargazers_count":5,"open_issues_count":31,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-17T20:58:28.380Z","etag":null,"topics":["creator-tools","delphi","delphi-app","developer-tools","firemonkey","firemonkey-applications","fmx"],"latest_commit_sha":null,"homepage":"https://videotitlepagegenerator.olfsoftware.fr","language":"Pascal","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DeveloppeurPascal.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog/20220821-DeveloppeurPascal.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"DeveloppeurPascal","liberapay":"PatrickPremartin","patreon":"patrickpremartin","custom":"https://www.paypal.com/paypalme/patrickpremartin"}},"created_at":"2023-03-07T14:00:06.000Z","updated_at":"2025-10-16T18:20:06.000Z","dependencies_parsed_at":"2023-12-31T16:29:42.854Z","dependency_job_id":"b75d90e9-7001-43e4-82a2-76321dddc001","html_url":"https://github.com/DeveloppeurPascal/Video-Title-Page-Generator","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":"DeveloppeurPascal/Delphi-Projects-Template","purl":"pkg:github/DeveloppeurPascal/Video-Title-Page-Generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeveloppeurPascal%2FVideo-Title-Page-Generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeveloppeurPascal%2FVideo-Title-Page-Generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeveloppeurPascal%2FVideo-Title-Page-Generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeveloppeurPascal%2FVideo-Title-Page-Generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DeveloppeurPascal","download_url":"https://codeload.github.com/DeveloppeurPascal/Video-Title-Page-Generator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeveloppeurPascal%2FVideo-Title-Page-Generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29568747,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T04:18:28.490Z","status":"ssl_error","status_checked_at":"2026-02-18T04:13:49.018Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["creator-tools","delphi","delphi-app","developer-tools","firemonkey","firemonkey-applications","fmx"],"created_at":"2024-10-09T22:47:31.982Z","updated_at":"2026-02-18T04:37:35.772Z","avatar_url":"https://github.com/DeveloppeurPascal.png","language":"Pascal","funding_links":["https://github.com/sponsors/DeveloppeurPascal","https://liberapay.com/PatrickPremartin","https://patreon.com/patrickpremartin","https://www.paypal.com/paypalme/patrickpremartin","https://www.patreon.com/patrickpremartin"],"categories":[],"sub_categories":[],"readme":"# Video Title Page Generator\n\n[Cette page en français.](LISEZMOI.md)\n\nThis program generates images from a background image and a set of texts formatted with a graphic font.\n\nIt can be used to generate images for titling videos or slides for presentations.\n\nThis code repository contains a project developed in Object Pascal language under Delphi. You don't know what Delphi is and where to download it ? You'll learn more [on this web site](https://delphi-resources.developpeur-pascal.fr/).\n\n## Generated sample pictures\n\n![sample 1](images/exemple-20220829-01.jpg)\n\n![sample 2](images/exemple-20220829-02.jpg)\n\n![sample 3](images/exemple-20220829-03.jpg)\n\n![sample 4](images/exemple-20220829-04.jpg)\n\n## Talks and conferences\n\n### Twitch\n\nFollow my development streams of software, video games, mobile applications and websites on [my Twitch channel](https://www.twitch.tv/patrickpremartin) or as replays on [Serial Streameur](https://serialstreameur.fr) mostly in French.\n\n## Install\n\nTo download this project you better should use \"git\" command but you also can download a ZIP from [its GitHub repository](https://github.com/DeveloppeurPascal/Video-Title-Page-Generator).\n\n**Warning :** if the project has submodules dependencies they wont be in the ZIP file. You'll have to download them manually.\n\n## Dependencies\n\nThis project depends on :\n\n* [DeveloppeurPascal/librairies](https://github.com/DeveloppeurPascal/librairies) must be in sub folder ./lib-externes/librairies\n* [DeveloppeurPascal/AboutDialog-Delphi-Component](https://github.com/DeveloppeurPascal/AboutDialog-Delphi-Component) must be in sub folder ./lib-externes/AboutDialog-Delphi-Component\n\n## How to ask a new feature, report a bug or a security issue ?\n\nIf you want an answer from the project owner the best way to ask for a new feature or report a bug is to go to [the GitHub repository](https://github.com/DeveloppeurPascal/Video-Title-Page-Generator) and [open a new issue](https://github.com/DeveloppeurPascal/Video-Title-Page-Generator/issues).\n\nIf you found a security issue please don't report it publicly before a patch is available. Explain the case by [sending a private message to the author](https://developpeur-pascal.fr/nous-contacter.php).\n\nYou also can fork the repository and contribute by submitting pull requests if you want to help. Please read the [CONTRIBUTING.md](CONTRIBUTING.md) file.\n\n## Dual licensing model\n\nThis project is distributed under [AGPL 3.0 or later](https://choosealicense.com/licenses/agpl-3.0/) license.\n\nIf you want to use it or a part of it in your projects but don't want to share the sources or don't want to distribute your project under the same license you can buy the right to use it under the [Apache License 2.0](https://choosealicense.com/licenses/apache-2.0/) or a dedicated license ([contact the author](https://developpeur-pascal.fr/nous-contacter.php) to explain your needs).\n\n## Support the project and its author\n\nIf you think this project is useful and want to support it, please make a donation to [its author](https://github.com/DeveloppeurPascal). It will help to maintain the code and binaries.\n\nYou can use one of those services :\n\n* [GitHub Sponsors](https://github.com/sponsors/DeveloppeurPascal)\n* [Liberapay](https://liberapay.com/PatrickPremartin)\n* [Patreon](https://www.patreon.com/patrickpremartin)\n* [Paypal](https://www.paypal.com/paypalme/patrickpremartin)\n\nor if you speack french you can [subscribe to Zone Abo](https://zone-abo.fr/nos-abonnements.php) on a monthly or yearly basis and get a lot of resources as videos and articles.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeveloppeurpascal%2Fvideo-title-page-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeveloppeurpascal%2Fvideo-title-page-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeveloppeurpascal%2Fvideo-title-page-generator/lists"}