help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Octave aviread problem


From: Andreas Weber
Subject: Re: Octave aviread problem
Date: Fri, 3 May 2019 08:23:27 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1

Am 03.05.19 um 00:08 schrieb denizyazgac:
My problem is about video pkg.
I just save an AVI and try to capture it frame by frame
... problem is for consecutive 10 parameter for i, same frame in imshow
after each 10 frame (i), imshow refreshed to the actual frame.


Yes, that I'm aware of this problem with newer codecs which need CODEC_CAP_DELAY (google for it).

Instead of fixing the old legacy code I started implementing the VideoReader and VideoWriter class:
https://sourceforge.net/p/octave/video/ci/devel/tree/

They are in a very early state and I'm happy if you can help coding and/or testing. The VideoReader class should already work for your usecase.

-- Andy



reply via email to

[Prev in Thread] Current Thread [Next in Thread]