Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Video Encoding > MPEG-4 Encoder GUIs

Reply
 
Thread Tools Search this Thread Display Modes
Old 5th August 2024, 21:04   #1  |  Link
jay123210599
Registered User
 
Join Date: Apr 2024
Posts: 86
FFmpeg GUI to Extract Frames

Is there a GUI for ffmpeg that I can use to extract frames and make image sequences from videos, both with and without subtitles?
jay123210599 is offline   Reply With Quote
Old 5th August 2024, 21:16   #2  |  Link
Emulgator
Big Bit Savings Now !
 
Emulgator's Avatar
 
Join Date: Feb 2007
Location: close to the wall
Posts: 1,675
https://sourceforge.net/projects/ffmpeg-batch/files/
FFmpeg_Batch_AV_Converter_Portable_3.0.7_x64 -> Tools -> Image extraction wizard
For the burnt-in subs you will want to generate an AviSynth Script tailored to your needs and feed that to the abovementioned GUI.
__________________
"To bypass shortcuts and find suffering...is called QUALity" (Die toten Augen von Friedrichshain)
"Data reduction ? Yep, Sir. We're that issue working on. Synce invntoin uf lingöage..."

Last edited by Emulgator; 5th August 2024 at 21:25.
Emulgator is offline   Reply With Quote
Old 5th August 2024, 22:42   #3  |  Link
jay123210599
Registered User
 
Join Date: Apr 2024
Posts: 86
How do I do that?
jay123210599 is offline   Reply With Quote
Old 5th August 2024, 23:42   #4  |  Link
Emulgator
Big Bit Savings Now !
 
Emulgator's Avatar
 
Join Date: Feb 2007
Location: close to the wall
Posts: 1,675
This assumes that you write the text to burn in:
Code:
v=LWLibavVideoSource("myfile.mp4")
a=LWLibavAudioSource("myfile.mp4")
AudioDub(v,a)
Subtitle("My desired text here")
For attached subs: Swap the assrender line in:
Code:
v=LWLibavVideoSource("myfile.mp4")
a=LWLibavAudioSource("myfile.mp4")
AudioDub(v,a)
assrender(last, "My subtitle file.srt")
If it is about attached or muxed-in subs:
MPC-BE is your friend, a thumbnail maker is integrated, with the capability to render subs into the jpg.
__________________
"To bypass shortcuts and find suffering...is called QUALity" (Die toten Augen von Friedrichshain)
"Data reduction ? Yep, Sir. We're that issue working on. Synce invntoin uf lingöage..."

Last edited by Emulgator; 6th August 2024 at 00:41.
Emulgator is offline   Reply With Quote
Old 6th August 2024, 00:21   #5  |  Link
jay123210599
Registered User
 
Join Date: Apr 2024
Posts: 86
Can MPC-BE make image sequences? How about MPC-HC?
jay123210599 is offline   Reply With Quote
Old 6th August 2024, 00:28   #6  |  Link
Emulgator
Big Bit Savings Now !
 
Emulgator's Avatar
 
Join Date: Feb 2007
Location: close to the wall
Posts: 1,675
MPC-HC can not render subs into the stills, IIRC.
Image Sequences: VirtualDub can generate these, use the assrender script above.
After generation you may throw away the unneeded ones.
__________________
"To bypass shortcuts and find suffering...is called QUALity" (Die toten Augen von Friedrichshain)
"Data reduction ? Yep, Sir. We're that issue working on. Synce invntoin uf lingöage..."

Last edited by Emulgator; 6th August 2024 at 00:42.
Emulgator is offline   Reply With Quote
Old 6th August 2024, 17:00   #7  |  Link
jay123210599
Registered User
 
Join Date: Apr 2024
Posts: 86
How do I make FFmpeg Batch AV Converter look like this when extracting frames?

https://imgur.com/a/373Kf1x
jay123210599 is offline   Reply With Quote
Reply

Tags
ffmpeg, ffmpeg gui, frames, image

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 23:37.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.