Commit Graph
15 Commits
Author SHA1 Message Date
Atakan Doğan Özban a8beabfe36 fix: move LayoutStudio before per-audio section and add ultrafast preset + 1fps output
- LayoutStudio was buried after the per-audio list, making settings invisible
  before submit; moved it right after the Files section so layout/watermark
  settings are always visible in the workflow
- Add -preset ultrafast and -r 1 to both libx264 encode paths; without a
  preset FFmpeg defaults to medium and wastes time on motion estimation for
  still images; -r 1 avoids 25x frame synthesis overhead on 1080p
2026-08-19 17:07:28 +02:00
Atakan Doğan Özban 4c47a052a8 Use bundled Arimo instead of Google Fonts so Docker builds work without fetching Inter. 2026-08-17 13:04:46 +02:00
Atakan Doğan Özban 2f25435921 Make layout blur, opacity, and watermark position apply in rendered videos.
Still-image encodes ignored boxblur and 1s black fills; switch to gblur plus full-length black frames, and honor brand watermark position.
2026-08-17 12:47:19 +02:00
Atakan Doğan Özban 0f363c5620 Fix still-image encodes ending ~50s past audio and refresh support/docs links.
Cap FFmpeg output with probed audio duration (FFmpeg 5.x -shortest bug), point SUPPORT_EMAIL to support@songs2vid.com, and align Hub/README/n8n docs with the Gitea + npm package links.
2026-08-10 19:08:10 +02:00
Atakan Doğan Özban b40127c2e8 Exclude integrations/n8n from Next/Docker builds so the app image typechecks cleanly. 2026-08-08 16:47:16 +02:00
Atakan Doğan Özban f9b2a997a2 Add n8n community node, /api/v1/render alias, and job webhooks for OSS automation.
Payment-free self-hosted builds keep full API access with optional webhookUrl callbacks and the published n8n-nodes-songs2vid package source under integrations/n8n.
2026-08-08 16:32:28 +02:00
Atakan Doğan Özban 848607f9e0 Add lower-corner layouts, custom blur backgrounds, and classic blur fill.
Ship composition families, optional background images for lower-corner templates, and an optional blurred cover fill for classic letterbox.
2026-08-07 00:51:37 +02:00
atakan 03634d5100 Update README.md 2026-08-03 06:01:10 +00:00
atakan 6bc98606eb Update README.md 2026-08-03 05:57:28 +00:00
atakan b68e9fd8e5 Update README.md 2026-08-03 05:55:34 +00:00
atakan 888f5fb66a Update README.md 2026-08-03 05:55:08 +00:00
Atakan Doğan Özban 54bbf8b574 Close OSS self-host gaps: in-repo API docs, legal notes, and packaging.
Add MIT license and docs/api, strip SaaS status/admin remnants from robots and footer, align env/compose/README with payment-free product truth.
2026-08-03 07:36:08 +02:00
Atakan Doğan Özban 1fcae33ca3 Document payment-free OSS self-host quick start and Docker Hub overview. 2026-08-03 07:03:17 +02:00
Atakan Doğan Özban 6476bb42a4 Strip Songs2VID to a payment-free self-hosted OSS core.
Remove Stripe/billing/pricing/marketing, simplify schema and entitlements for unlimited self-host use, and keep auth, encode, and YouTube upload.
2026-08-03 06:52:00 +02:00
Songs2VID Support 506d56fa92 Initial OSS scaffold from Songs2VID (pre-strip) 2026-08-03 06:15:05 +02:00