ilia3101 / MLV-App

All in one MLV processing app.
https://mlv.app/
GNU General Public License v3.0
283 stars 29 forks source link

Timelapse export mode #111

Open masc4ii opened 6 years ago

masc4ii commented 6 years ago

Can we make Time-Lapse export mode?

I shot MLV video @ 6 FPS and I don't want to render and process all the frames which are 6895 and size of 29.5 GB then speed it up in editing software I want to export 1 Frame after every 25 Frames for example or 1 Frame after 50 Frames this is changeable choice depending on the Time-Lapse speed you want but you got the Idea.

bouncyball-git commented 6 years ago

Would be cool. Then you have to increment the frame by factor you need. I guess it's gonna be easily doable. Or am I wrong? This way even playback preview can be done.

DeafEyeJedi commented 6 years ago

I dig this idea big time...

masc4ii commented 6 years ago

Right... we just need a variable which is accessable from export settings - something like "Timelapse skip frames [xx frames]". And in export we increment the frames with i=i+1+variable instead of i++.

bouncyball-git commented 6 years ago

I think this variable should affect playback too. For previewing whats the result gonna be.

bouncyball-git commented 6 years ago

@DeafEyeJedi

Add I dig that you are still around 😃

HAYD man?

masc4ii commented 6 years ago

Yeah... think so too... but that's difficult! :-/

masc4ii commented 6 years ago

There are more idea's by a1ex for this topic: "180-degree averaging, instead of skipping". But because of performance reasons, this would be export only then: https://www.magiclantern.fm/forum/index.php?topic=20025.msg206662#msg206662

pic

bouncyball-git commented 6 years ago

We can do both, skipping or averaging.