Taking a screenshot with FFmpeg
To take a screenshot or save a frame as an image with FFmpeg here is the basic command: ffmpeg -ss 01:10:35 -i invideo.mp4 -vframes 1 -q:v 3 screenshot.jpg -ss is…
To take a screenshot or save a frame as an image with FFmpeg here is the basic command: ffmpeg -ss 01:10:35 -i invideo.mp4 -vframes 1 -q:v 3 screenshot.jpg -ss is…
If you want to make your video file that bit smaller whilst retaining its quality here is how with FFmpeg. Be aware that compressing video uses a lot of CPU….
FFmpeg the media handler that runs from command line can be confusing to those new to the concept. FFmpeg is an excellent tool and when working can do a variety…
IF you don’t know or have FFmpeg installed here is the post for you, otherwise follow along to learn how to grab videos from news or sports websites. I like…
Whilst it’s not common if you want to restream a m3u8 source and view through YouTube here is the way to do it with FFmpeg. You need to have the…
FFmpeg allows you to choose a start time for a video and a finish time or duration and it will chop that part out and save it. There are two…
FFmpeg is a very simple way to download, convert and stream media (video and audio). You can download FFmpeg from here. I find it very good at downloading streams (m3u8…