|
|
| laziness, impatience, and hubris | |
| PerlMonks |
How to download a range of bytes?by Zeokat (Novice) |
| on Dec 26, 2007 at 22:56 UTC ( [id://659125]=perlquestion: print w/replies, xml ) | Need Help?? |
|
Zeokat has asked for the wisdom of the Perl Monks concerning the following question: Here’s a quick conversion & usage guide for — assuming you have a video file (likely an .mkv or .mp4) with embedded English subtitles from the “convert02-02-02” process and need to handle it properly. 1. Identify What You Have Check the file details: ffmpeg -i "WAAA-436-engsub convert02-02-02 Min.mkv" -map 0:s:0 subs.srt If you need to them (burn into video): WAAA-436 [English soft-subs] part2of3.mp4 Waaa-436-engsub Convert02-02-02 Min Apr 2026Here’s a quick conversion & usage guide for — assuming you have a video file (likely an .mkv or .mp4) with embedded English subtitles from the “convert02-02-02” process and need to handle it properly. 1. Identify What You Have Check the file details: ffmpeg -i "WAAA-436-engsub convert02-02-02 Min.mkv" -map 0:s:0 subs.srt If you need to them (burn into video): WAAA-436-engsub convert02-02-02 Min WAAA-436 [English soft-subs] part2of3.mp4 Here’s a quick conversion & usage guide for
Back to
Seekers of Perl Wisdom
|
|