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
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.
>
> __
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
>> 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
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