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. Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se |
|
|
#2 | Link |
|
Big Bit Savings Now !
Join Date: Feb 2007
Location: close to the wall
Posts: 2,035
|
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. |
|
|
|
|
|
#4 | Link |
|
Big Bit Savings Now !
Join Date: Feb 2007
Location: close to the wall
Posts: 2,035
|
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. |
|
|
|
|
|
#6 | Link |
|
Big Bit Savings Now !
Join Date: Feb 2007
Location: close to the wall
Posts: 2,035
|
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. |
|
|
|
|
|
#7 | Link |
|
Registered User
Join Date: Apr 2024
Posts: 501
|
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 | |
|
|