Now I can just print that video
blog.forret.com
Now I can just print that video
1–10 of 123 posts
Re: Now I can just print that video
#2Using yt-dlp, ffmpeg and various AI services to print videos (e.g. cooking IG reels)
Re: Now I can just print that video
#3Could have been a Show HN
Re: Now I can just print that video
#4You can also use software to detect “cuts” in the video, which can be used to improve the frame-extraction over just getting six evenly spaced frames from the video.
Re: Now I can just print that video
#5You can also use software to detect “cuts” in the video, which can be used to improve the frame-extraction over just getting six evenly spaced frames from the video.
Not the post author but I tried this with ffmpeg and failed. Do you (does anyone) want to share some pointers?
Re: Now I can just print that video
#6No need to spend hours trying to get the text extraction just right - pass the raw extraction into GPT and ask for it to give you the recipe.
Re: Now I can just print that video
#7If the main challenge was 'not having the smartphone in the kitchen', then one possible solution could have been getting another screen dedicated to the kitchen. A tablet, a laptop, a small TV+Google Cast or such combination.
It seems to be a proper media for 'printing' a video.
Of course, choosing challenges and finding solutions is what drives fun.
Re: Now I can just print that video
#8Recommend passing the speech-to-text narration through a round of GPT4 API to correct for any transcription errors (use some prompt giving context that it's speech to text)
Re: Now I can just print that video
#9You can also use software to detect “cuts” in the video, which can be used to improve the frame-extraction over just getting six evenly spaced frames from the video.
Not the post author but I tried this with ffmpeg and failed. Do you (does anyone) want to share some pointers?
PySceneDetect (https://www.scenedetect.com/) might be useful.
Re: Now I can just print that video
#10No need to spend hours trying to get the text extraction just right - pass the raw extraction into GPT and ask for it to give you the recipe.
I was thinking the same thing. Extraction and basic formatting of information from human language is something that LLMs excel at. Especially if the result is being shown to a human so small mistakes can be tolerated.