Live data from Hacker News

Show HN: Create short form videos on any topic using Generative AI

topic2clip.streamlit.app

11–17 of 17 posts

Re: Show HN: Create short form videos on any topic using Generative AI

#12
The 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

#13
post #12

The 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

Thanks for the feedback. Added those to the backlog. Unfortunately this app has pushed Streamlit to its limits. It works as intended as a MVP, but the next version architecture will be more scalable.

Re: Show HN: Create short form videos on any topic using Generative AI

#15

Quite 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?

Re: Show HN: Create short form videos on any topic using Generative AI

#16

Quite 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?

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: [._-]

Re: Show HN: Create short form videos on any topic using Generative AI

#17

Earlier 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: [._-]

Thanks! Fixed. Btw the app is now hosted on https://topic2video.streamlit.app
Post reply on HN