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. |
5th August 2024, 21:16 | #2 | Link |
Big Bit Savings Now !
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. |
5th August 2024, 23:42 | #4 | Link |
Big Bit Savings Now !
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") Code:
v=LWLibavVideoSource("myfile.mp4") a=LWLibavAudioSource("myfile.mp4") AudioDub(v,a) assrender(last, "My subtitle file.srt") 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. |
6th August 2024, 00:28 | #6 | Link |
Big Bit Savings Now !
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. |
6th August 2024, 17:00 | #7 | Link |
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 |
Tags |
ffmpeg, ffmpeg gui, frames, image |
Thread Tools | Search this Thread |
Display Modes | |
|
|