Re: [FFmpeg-devel] [PATCH] ffmpeg: Add -copystreamid

2024-04-12 Thread Tomas Härdin
fre 2024-04-12 klockan 00:32 +0200 skrev Michael Niedermayer: > On Thu, Apr 11, 2024 at 05:41:48PM +0200, Tomas Härdin wrote: > > Hi > > > > Patch attached allows preserving PIDs when remuxing MPEG-TS. James > > suggested we could generalize this to allow copying from specific > > streams, but I t

Re: [FFmpeg-devel] [PATCH] ffmpeg: Add -copystreamid

2024-04-11 Thread Michael Niedermayer
On Thu, Apr 11, 2024 at 05:41:48PM +0200, Tomas Härdin wrote: > Hi > > Patch attached allows preserving PIDs when remuxing MPEG-TS. James > suggested we could generalize this to allow copying from specific > streams, but I think if we want to handle a more general case then it > would be better to

Re: [FFmpeg-devel] [PATCH] ffmpeg: Add -copystreamid

2024-04-11 Thread Tomas Härdin
tor 2024-04-11 klockan 17:41 +0200 skrev Tomas Härdin: > Hi > > Patch attached allows preserving PIDs when remuxing MPEG-TS. James > suggested we could generalize this to allow copying from specific > streams, but I think if we want to handle a more general case then it > would be better to handle

[FFmpeg-devel] [PATCH] ffmpeg: Add -copystreamid

2024-04-11 Thread Tomas Härdin
Hi Patch attached allows preserving PIDs when remuxing MPEG-TS. James suggested we could generalize this to allow copying from specific streams, but I think if we want to handle a more general case then it would be better to handle streamid via metadata. Passes FATE. /Tomas From 63b10983876077fd