Re: [FFmpeg-user] av1_vaapi encoding testing

2023-09-24 Thread Xiang, Haihao
On Vr, 2023-09-22 at 22:11 +0200, Patrick M. wrote: > 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

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

2023-09-24 Thread Mark Filipak
On Sun, Sep 24, 2023 at 2:26 AM Michael Koch wrote: > Am 23.09.2023 um 23:31 schrieb Mark Filipak: > > ffmpeg -i "%SOURCE_NO_SUBS%" -i "%SUBTITLES_1%.srt" [-i > > "%SUBTITLES_2%.srt"..] -map 0 -map 1:s [-map 2:s..] -c:v copy -c:a > > copy -c:s mov_text "%TARGET%.mp4" > > I tested your example

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

2023-09-24 Thread Michael Koch
Am 23.09.2023 um 23:31 schrieb Mark Filipak: On Sat, Sep 23, 2023 at 1:44 PM Michael Koch wrote: I have an example in chapter 2.223 in my book: http://www.astro-electronic.de/FFmpeg_Book.pdf Scroll down to "Method 3". Thank you, Michael! I expanded on it. ffmpeg -i "%SOURCE_NO_SUBS%" -i