Re: [FFmpeg-user] encode to RAW video

2022-10-25 Thread Michael Koch
Am 25.10.2022 um 09:29 schrieb Naveen.B: What do you want to do with the RAW video? You know that you can't play it with most players? Yes, I know it cannot be played with most of th players, I need to see the size of the RAW video and make some compression on it for our further analysis.

[FFmpeg-user] ffmpeg/ffprobe won't detect the language of a webvvt (subtitles) file

2022-10-25 Thread pehache
Hello, A webtt subtitles files starts with a few header lines, and one of them indicates the language: == WEBVTT Kind: captions Language: en == But ffmpeg won't detect the language. The ffprobe output on the above file makes

Re: [FFmpeg-user] R: multiple srt outputs with tee

2022-10-25 Thread Toralf Richter
Is there a solution for this? schrieb am Di., 18. Okt. 2022, 17:51: > The example say: > > ffmpeg -i ... -c:v libx264 -c:a mp2 -f tee -map 0:v -map 0:a > "archive-20121107.mkv|[f=mpegts]udp://10.0.1.255:1234/" > > My command is: > > ffmpeg.exe -f gdigrab -framerate 25 -offset_x 0 -offset_y 147

Re: [FFmpeg-user] encode to RAW video

2022-10-25 Thread Naveen.B
> > > >> Are you sure that there is a file CapturedImage-000.raw ? > >> You forgot to specify the input pixel format. > >> Many parameters are missing for the raw output. But the error message is > >> from the input. > >> > >> Do you really want raw video? That's not the easiest format for a >