Re: [FFmpeg-user] audio to text

2021-10-20 Thread Jim DeLaHunt
On 2021-10-20 13:42, Joao Carlos Palanca wrote: hello guys, please help-me. Do ffmpg convert audio to text? if yes, coud pass me the command line ? By "convert audio to text", I assume that the audio is of spoken words in a human spoken language, rather than music or white noise. Another ter

[FFmpeg-user] audio to text

2021-10-20 Thread Joao Carlos Palanca
hello guys, please help-me. Do ffmpg convert audio to text? if yes, coud pass me the command line ? tks. ass_joao ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link a

Re: [FFmpeg-user] [EXTERNAL] Re: attempting to extract srt from mpg

2021-10-20 Thread Leo Butler via ffmpeg-user
"Shupert, Jim via ffmpeg-user" writes: > Here is an example with ffmpeg: > > $ /usr/bin/ffmpeg -f lavfi -i \ > 'movie=4131_2015081418.mpg[out0+subcc]' -t 00:01:00 -map s \ > /tmp/4131_2015081418.mpg.srt Top posting is discouraged on this list. See the documentation here for more inform

Re: [FFmpeg-user] [EXTERNAL] Re: attempting to extract srt from mpg

2021-10-20 Thread Shupert, Jim via ffmpeg-user
Here is an example with ffmpeg: $ /usr/bin/ffmpeg -f lavfi -i \ 'movie=4131_2015081418.mpg[out0+subcc]' -t 00:01:00 -map s \ /tmp/4131_2015081418.mpg.srt ffmpeg version 4.2.4-1ubuntu0.1 Copyright (c) 2000-2020 the FFmpeg developers built with gcc 9 (Ubuntu 9.3.0-10ubuntu2) configurati