Re: [FFmpeg-devel] [PATCH] avformat/movenc: fix recognization of cover image streams

2018-06-13 Thread Timo Teras
On Wed, 13 Jun 2018 17:18:51 +0200 Carl Eugen Hoyos wrote: > 2018-06-13 16:57 GMT+02:00, Timo Teras : > > On Tue, 12 Jun 2018 23:09:47 +0200 > > Michael Niedermayer wrote: > > > >> On Mon, Jun 04, 2018 at 05:36:19PM +0300, Timo Teräs wrote: > >> > For chapter images, the mov demux produces

Re: [FFmpeg-devel] [PATCH] avformat/movenc: fix recognization of cover image streams

2018-06-13 Thread Carl Eugen Hoyos
2018-06-13 16:57 GMT+02:00, Timo Teras : > On Tue, 12 Jun 2018 23:09:47 +0200 > Michael Niedermayer wrote: > >> On Mon, Jun 04, 2018 at 05:36:19PM +0300, Timo Teräs wrote: >> > For chapter images, the mov demux produces streams with disposition >> > set to attached_pic+timed_thumbnails. This

Re: [FFmpeg-devel] [PATCH] avformat/movenc: fix recognization of cover image streams

2018-06-13 Thread Timo Teras
On Tue, 12 Jun 2018 23:09:47 +0200 Michael Niedermayer wrote: > On Mon, Jun 04, 2018 at 05:36:19PM +0300, Timo Teräs wrote: > > For chapter images, the mov demux produces streams with disposition > > set to attached_pic+timed_thumbnails. This patch fixes to properly > > recognize streams that

Re: [FFmpeg-devel] [PATCH] avformat/movenc: fix recognization of cover image streams

2018-06-12 Thread Michael Niedermayer
On Mon, Jun 04, 2018 at 05:36:19PM +0300, Timo Teräs wrote: > For chapter images, the mov demux produces streams with disposition set > to attached_pic+timed_thumbnails. This patch fixes to properly recognize > streams that should be encoded as cover image (ones with only and only > attached_pic

Re: [FFmpeg-devel] [PATCH] avformat/movenc: fix recognization of cover image streams

2018-06-11 Thread Timo Teras
On Mon, 4 Jun 2018 17:36:19 +0300 Timo Teräs wrote: > For chapter images, the mov demux produces streams with disposition > set to attached_pic+timed_thumbnails. This patch fixes to properly > recognize streams that should be encoded as cover image (ones with > only and only attached_pic

[FFmpeg-devel] [PATCH] avformat/movenc: fix recognization of cover image streams

2018-06-04 Thread Timo Teräs
For chapter images, the mov demux produces streams with disposition set to attached_pic+timed_thumbnails. This patch fixes to properly recognize streams that should be encoded as cover image (ones with only and only attached_pic disposition set). Signed-off-by: Timo Teräs --- > ffmpeg should act