Skip to content

Juho Garo Mäkinen's blog

Useful learnings from software engineering.

Twitter Linkedin YouTube RSS Search
  • Home
  • About

Tag: ffmpeg

Windows script to convert video into jpeg sequence

11.08.2015 (August 11, 2015)06.07.2021 (July 6, 2021) adminComputers / Programming

I do a lot of Linux scripting but Windows .BAT files are something which I haven’t touched since the old MS DOS times. Here’s a simple .BAT file which you can use to easily convert video into a jpeg sequence using ffmpeg: echo Converting %1 to jpeg sequence mkdir “%~d1%~p1%~n1” c:\work\ffmpeg\bin\ffmpeg.exe -i %1 -q:v 1 …

Categories

  • Computers
    • Internet
    • Programming
    • Security
  • Myself
  • Uncategorized

Sponsored Content

© 2022 Juho Garo Mäkinen's blog | Proudly powered by WordPress | Blogghiamo Free by CrestaProject WordPress Themes.