I 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.
Show HN: YTPics – Download pictures from YouTube videos
21–30 of 41 posts
Re: Show HN: YTPics – Download pictures from YouTube videos
#22Earlier quoted context omitted.
This would be a good place to share that one line.
yt-dlp ${youtube_video_url} --get-url 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
#23Re: Show HN: YTPics – Download pictures from YouTube videos
#24Re: Show HN: YTPics – Download pictures from YouTube videos
#25Earlier quoted context omitted.
This would be a good place to share that one line.
yt-dlp ${youtube_video_url} --get-url 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
#26Very cool. Just curious, is this legal? I would assume the legality falls on the user of the service?
Re: Show HN: YTPics – Download pictures from YouTube videos
#27Earlier quoted context omitted.
VLC runs on mobile devices: https://www.videolan.org/vlc/download-android.html
It’s nowhere near as powerful though, and I don’t think it can do this particular task.
You can also just install vlc in termux and use the command line interface:
~ $ apt search vlc
Sorting... Done
Full Text Search... Done
vlc/stable 3.0.18-7 aarch64
A popular libre and open source media player and multimedia engine
vlc-qt/x11 3.0.18-7 aarch64
A popular libre and open source media player and multimedia engine
vlc-qt-static/x11 3.0.18-7 aarch64
Static libraries for vlc-qt
vlc-static/stable 3.0.18-7 aarch64
Static libraries for vlcRe: Show HN: YTPics – Download pictures from YouTube videos
#28I 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.
Re: Show HN: YTPics – Download pictures from YouTube videos
#29Re: Show HN: YTPics – Download pictures from YouTube videos
#30I 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.
It's basically an optical illusion. When things are in motion, your brain is better at ignoring the compression artifacts. When they're still, they're glaringly obvious.