Re: [FFmpeg-devel] [PATCH] vp9: use superframe split BSF

2017-11-29 Thread wm4
On Wed, 29 Nov 2017 16:24:42 +0100 wm4 wrote: > webm usually has invisible superframes merged with normal frames. > (vpxenc muxes them in this form, which is evidence enough that this is > the standard webm packet format. It's rather unclear whether ffmpeg is > even allowed to remux them with spl

Re: [FFmpeg-devel] [PATCH] vp9: use superframe split BSF

2017-11-29 Thread James Almer
On 11/29/2017 12:24 PM, wm4 wrote: > webm usually has invisible superframes merged with normal frames. > (vpxenc muxes them in this form, which is evidence enough that this is > the standard webm packet format. It's rather unclear whether ffmpeg is > even allowed to remux them with split packets.)