Show HN: Create short form videos on any topic using Generative AI
11–17 of 17 posts
Re: Show HN: Create short form videos on any topic using Generative AI
#12Re: Show HN: Create short form videos on any topic using Generative AI
#13The tool shows promise and it's really fast. I generated a video transcript and the narration was good. However, some images were contextually incorrect or seemed like half-baked AI-generated images. This will be much better if the following can be done - Issues with image generation - Add some transition - option to add an avatar like https://www.synthesia.io - add a custom intro and outro
Re: Show HN: Create short form videos on any topic using Generative AI
#14Re: Show HN: Create short form videos on any topic using Generative AI
#15Quite cool, but won't allow you to use iCloud Hide your Email, which is a bit annoying.
Re: Show HN: Create short form videos on any topic using Generative AI
#16Quite cool, but won't allow you to use iCloud Hide your Email, which is a bit annoying.
Weird. Can you check if its getting caught in email filter by going to https://regex101.com/r/y8xh8k/1 and typing the email under TEST STRING?
In [.-_] the hyphen makes it so it matches chars between . and _. It needs to be rewritten with the hyphen at the end so it doesn't treat it as that: [._-]
Re: Show HN: Create short form videos on any topic using Generative AI
#17Earlier quoted context omitted.
Weird. Can you check if its getting caught in email filter by going to https://regex101.com/r/y8xh8k/1 and typing the email under TEST STRING?
Ah, got it. In [.-_] the hyphen makes it so it matches chars between . and _. It needs to be rewritten with the hyphen at the end so it doesn't treat it as that: [._-]