[FFmpeg-user] Extract chapter names to a text file?
Carl Zwanzig
cpz at tuunq.com
Tue Dec 6 02:30:11 EET 2022
On 12/5/2022 4:20 PM, Laine wrote:
>
> And the following appears to remove “title=“ from lines generated by "grep '^title=‘ chapters.txt” alone.
>
> grep '^title=' chapters.txt | perl -pe 's/title=//s’
I'm not clear you you'd use perl at all when sed is more common for this
sort of thing (sed 's/title=//’), but whatever works for you.
z!
More information about the ffmpeg-user
mailing list