Skip to content

AVI movie data altered after resaving file with movie.save #1178

Answered by EricThomson
rpfisher9 asked this question in Q&A
Discussion options

You must be logged in to vote

Ok I tried to reproduce and found a bug in Windows save for avi 😭 So I'll need to work on that.

It looks like the default for avi, though, looking on the code is to save with lots of scaling operations that makes it better for viewing more than for processing. If you want to stop that and keep things the same (again, without actually testing it), try setting the q_min and q_max arguments to None, and it will turn this off. Then it should give the same outputs as inputs -- if you don't do that it will try to scale the input to the full dynamic range, which is what we are seeing in your example so it looks nicer for presentations etc.

This is because saving avi isn't really ever used on the…

Replies: 2 comments 9 replies

Comment options

You must be logged in to vote
3 replies
@rpfisher9
Comment options

@rpfisher9
Comment options

@rpfisher9
Comment options

Comment options

You must be logged in to vote
6 replies
@EricThomson
Comment options

@rpfisher9
Comment options

@EricThomson
Comment options

@EricThomson
Comment options

Answer selected by rpfisher9
@rpfisher9
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants