Re: [FFmpeg-devel] APNG encoder can work incorrectly

2016-04-01 Thread Dmitriy
Yes of course > On 3/31/16, Dmitriy wrote: >> I create a special video. You can download it using the link >> >> https://drive.google.com/file/d/0B8rMLdq9Vq55QmwwcVJDVkZoM1E/view?usp=sharing >> >> Convert it to .apng format with >> ffmpeg -i apng_test.avi apng_test.apng >> >> The result file will

Re: [FFmpeg-devel] APNG encoder can work incorrectly

2016-03-31 Thread Paul B Mahol
On 3/31/16, Dmitriy wrote: > I create a special video. You can download it using the link > > https://drive.google.com/file/d/0B8rMLdq9Vq55QmwwcVJDVkZoM1E/view?usp=sharing > > Convert it to .apng format with > ffmpeg -i apng_test.avi apng_test.apng > > The result file will be empty. > > __

Re: [FFmpeg-devel] APNG encoder can work incorrectly

2016-03-31 Thread Dmitriy
I create a special video. You can download it using the link https://drive.google.com/file/d/0B8rMLdq9Vq55QmwwcVJDVkZoM1E/view?usp=sharing Convert it to .apng format with ffmpeg -i apng_test.avi apng_test.apng The result file will be empty. ___ ffmpeg

Re: [FFmpeg-devel] APNG encoder can work incorrectly

2016-03-27 Thread Dmitriy
>> In come cases APNG encoder generate only static video. >> >> The errors are located in the apng_encode_frame function (pngenc.c file). >> >> The >> av_frame_copy(diffFrame, s->last_frame); >> and >> av_frame_copy(diffFrame, s->last_frame); >> >> functions doesn't work if the image size was chang

Re: [FFmpeg-devel] APNG encoder can work incorrectly

2016-03-27 Thread Paul B Mahol
On 3/27/16, Dmitriy wrote: > In come cases APNG encoder generate only static video. > > The errors are located in the apng_encode_frame function (pngenc.c file). > > The > av_frame_copy(diffFrame, s->last_frame); > and > av_frame_copy(diffFrame, s->last_frame); > > functions doesn't work if the im