Show HN: YTPics – Download pictures from YouTube videos
11–20 of 41 posts
Re: Show HN: YTPics – Download pictures from YouTube videos
#12Re: Show HN: YTPics – Download pictures from YouTube videos
#13Re: Show HN: YTPics – Download pictures from YouTube videos
#14Re: Show HN: YTPics – Download pictures from YouTube videos
#15A one line combination of YouTube-dl and ffmpeg can do this btw (without downloading the whole video)
Re: Show HN: YTPics – Download pictures from YouTube videos
#16A one line combination of YouTube-dl and ffmpeg can do this btw (without downloading the whole video)
But with a little bit extra work you could make that one liner into a script that will extract a range of frames surrounding the chosen timestamp.
Re: Show HN: YTPics – Download pictures from YouTube videos
#17Re: Show HN: YTPics – Download pictures from YouTube videos
#18Earlier quoted context omitted.
VLC has the option to “Take Snapshot” and it can play online media. This is unless I'm missing something very obvious!
In the description it says app is for mobile devices
Re: Show HN: YTPics – Download pictures from YouTube videos
#19A one line combination of YouTube-dl and ffmpeg can do this btw (without downloading the whole video)
This would be a good place to share that one line.
ffmpeg -ss ${seconds} -i "${first_url_from_yt-dlp}" -t 1 -r 4/1 -q:v 2 -vf scale="0:-1" ${target}
-r 4/1: 4 frames per second
Again this app is for mobile devices which lack yt-dlp+ffmpeg
Re: Show HN: YTPics – Download pictures from YouTube videos
#20I have extracted frames with vlc before before. They always look like shit. Like with a lower resolution. Why? Like if you freeze a youtube video the pic looks clean.