Re: [FFmpeg-user] MP4 with 9 subtitle streams

2023-09-22 Thread Paul B Mahol
On 9/23/23, Mark Filipak wrote: > Why doesn't this work? I made an MP4 with 9 subtitle streams via > HandBrake. I think ffmpeg and HandBrake use the same libraries. I need > to use ffmpeg. I'm grateful for any help. Try to read last messages from output, they show you the problem. > > Thanks! >

[FFmpeg-user] MP4 with 9 subtitle streams

2023-09-22 Thread Mark Filipak
Why doesn't this work? I made an MP4 with 9 subtitle streams via HandBrake. I think ffmpeg and HandBrake use the same libraries. I need to use ffmpeg. I'm grateful for any help. Thanks! Mark. ffmpeg -i c:\test\foo1.mkv -i c:\test\sub1.srt -i c:\test\sub2.srt -i c:\test\sub3.srt -i c:\test\sub4.sr

Re: [FFmpeg-user] av1_vaapi encoding testing

2023-09-22 Thread Patrick M.
On Fri, 22 Sep 2023 20:04:57 +0300 Dennis Mungai wrote: > > > That's good to hear. You may also want to ensure that the likes of OneVPL > are up to date if you're using any of its encoder wrappers. It was formerly > called (and implemented as) QuickSync (QSV). > > > > _

Re: [FFmpeg-user] av1_vaapi encoding testing

2023-09-22 Thread Dennis Mungai
On Fri, 22 Sept 2023, 19:26 Patrick M., wrote: > On Fri, 22 Sep 2023 16:12:14 +0300 > Dennis Mungai wrote: > > > > > > Is your Libva version up to date? > > > > > > > ___ > > ffmpeg-user mailing list > > ffmpeg-user@ffmpeg.org > > https://ffmpeg.org/ma

Re: [FFmpeg-user] av1_vaapi encoding testing

2023-09-22 Thread Patrick M.
On Fri, 22 Sep 2023 16:12:14 +0300 Dennis Mungai wrote: > > > Is your Libva version up to date? > > > > ___ > ffmpeg-user mailing list > ffmpeg-user@ffmpeg.org > https://ffmpeg.org/mailman/listinfo/ffmpeg-user > > To unsubscribe, visit link above, or ema

Re: [FFmpeg-user] av1_vaapi encoding testing

2023-09-22 Thread Dennis Mungai
On Fri, 22 Sept 2023, 15:28 Patrick Münch, wrote: > Hi, > > I wanted to test av1 vaapi encoding. If i am not mistaken this series > should be in git and cover that > (https://patchwork.ffmpeg.org/project/ffmpeg/list/?series=9672). > > I have build from git yesterday and don't get av1_vaapi listed

[FFmpeg-user] av1_vaapi encoding testing

2023-09-22 Thread Patrick Münch
Hi, I wanted to test av1 vaapi encoding. If i am not mistaken this series should be in git and cover that (https://patchwork.ffmpeg.org/project/ffmpeg/list/?series=9672). I have build from git yesterday and don't get av1_vaapi listed on encoders. It was build with --enable-vaapi -enable-libdav1d

Re: [FFmpeg-user] extract RAW frames into local directory from network camera

2023-09-22 Thread Naveen.B
> Hello, > > Thanks for the sharing the useful links, > I tried the way you said, but I am not sure whats happening, I don't see > anything happening after executing the command (neither it saves the jpg > files in the current path), I need to kill the process in later stage and I > get the below e