LazyTech

  • Home
  • Blog
  • TV/Cinema
  • Video Tutorials
No Result
View All Result
  • Home
  • Blog
  • TV/Cinema
  • Video Tutorials
No Result
View All Result

JNews Game

No Result
View All Result
Home Video Tutorials Operating Systems

Convert video to images with FFmpeg in Linux

Gearloose by Gearloose
September 27, 2017
in Video Tutorials, Operating Systems, Linux
0
118
VIEWS
Share on FacebookShare on Twitter

If you want to extract frames from a video fast and precise, there is no better tool than the command line utility ffmpeg.

If you prefer graphical tools, you can extract images with VLC player as I showed in this video.

If you are interested in making GIF animation, I suggest you watch these two videos:

Making an animated GIF in Linux https://youtu.be/gT2y1SVf2hI
How to make a GIF with GIMP https://youtu.be/Af6kqSvXV4Q

To convert viedeo to png images you need to run this command:

ffmpeg -ss 00:10 -i video-filename.mp4 -t 00:03 images-filename_%03d.png

where
-ss defines the offset from the beginning of the video
-t specifies how long the fragment should be.
-i is to provide the input video file name.
%03d – indicated to use 3 digits number. For example, the output will be like this:
images-filename_001d.png
images-filename_002d.png
images-filename_003d.png

To have have all the tools to make GIF animations from images and videos, save this playlist

################################################

Support on Patreon: https://www.patreon.com/averagelinuxuser

Donate through PayPal: https://www.paypal.me/Kryvokhyzha

################################################

More cool Linux stuff at other social media:

Google+ – Best Linux Stuff: https://plus.google.com/+AverageLinuxUser
Facebook – Top Linux Tips: https://www.facebook.com/AverageLinuxUser
Twitter – Daily Linux News: http://twitter.com/AVGLinuxUser

Website: http://averagelinuxuser.com/

More Info

Recommended Posts

Learn Kali Linux Episode #37: Signal Jamming and Denial of Service Demonstration (Part 2)
Operating Systems

Learn Kali Linux Episode #37: Signal Jamming and Denial of Service Demonstration (Part 2)

January 31, 2018
32 - date command
Operating Systems

32 - date command

January 4, 2017
Netstat for Tracking Detailed Network Statistics (6/14)
Operating Systems

Netstat for Tracking Detailed Network Statistics (6/14)

October 4, 2016
Linux Mint Beginners Guide Part 06 - Browsing the Internet
Operating Systems

Linux Mint Beginners Guide Part 06 - Browsing the Internet

May 29, 2019
Apple Mac Tutorial: Moving Around Your Mac Quickly & Saving Hours of Time
Operating Systems

Apple Mac Tutorial: Moving Around Your Mac Quickly & Saving Hours of Time

June 7, 2017
Keep It Clean!
Operating Systems

Keep It Clean!

May 20, 2015
ShareTweetShare
Previous Post

How to Create a Japanese Tea Packaging Design

Next Post

Making an animated GIF in Linux

Next Post
Making an animated GIF in Linux

Making an animated GIF in Linux

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *


  • Trending
  • Comments
  • Latest
Resolve in a Rush Ep17 Using the Aperture Diffraction Plugin

Resolve in a Rush Ep17 Using the Aperture Diffraction Plugin

August 8, 2018
08 - Firebase Remember me - Android Remember me Checkbox

08 - Firebase Remember me - Android Remember me Checkbox

October 19, 2018
Part 3 - BadgerDB

Part 3 - BadgerDB

October 27, 2018
VINYL SCRATCH or TURNTABLE EFFECT

VINYL SCRATCH or TURNTABLE EFFECT

April 30, 2019
Web Development In 2021 - A Practical Guide

Web Development In 2021 - A Practical Guide

December 31, 2020
MagicaVoxel to Blender and Vice Versa [Greek] [Eng Subs]

MagicaVoxel to Blender and Vice Versa [Greek] [Eng Subs]

December 23, 2020
blender secrets

blender secrets

October 11, 2020
Demo: Boolean logic with switch and other syntax [28 of 51] | Beginner's Series to JavaScript

Demo: Boolean logic with switch and other syntax [28 of 51] | Beginner's Series to JavaScript

October 5, 2020

Recommended

Linux Mint Beginners Guide Part 06 - Browsing the Internet

Linux Mint Beginners Guide Part 06 - Browsing the Internet

May 29, 2019
Premiere Pro CC - 01: Intro Setting Up a Project, Creating a Timeline and Managing Media

Premiere Pro CC - 01: Intro Setting Up a Project, Creating a Timeline and Managing Media

May 18, 2019
Top 8 Sculpting Warnings In Blender

Top 8 Sculpting Warnings In Blender

April 12, 2018
6: Working with ranges in Excel

6: Working with ranges in Excel

April 29, 2019

About Us

Lazytech is about hardware hacking, such as video game consoles, PC and consumer stuff. There are lots of software hacks as well.


Blogs

  • Blog
  • TV/Cinema
  • Video Tutorials

Categories

3D & Animation Audio Production Design & Illustration Game Development General Knowledge Mobile Development Operating Systems Personal Development Photography Productivity Software Development Uncategorized Video Production Web Development
  • Contact Me
  • My Projects
  • Privacy Policy

© 2021 LazyTek.xyz - Created by BadTooth Studio.

No Result
View All Result
  • Home
  • Blog
  • TV/Cinema
  • Video Tutorials

© 2021 LazyTek.xyz - Created by BadTooth Studio.