Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

save.Video silently fails to overwrite old file #60

Closed
maxheld83 opened this issue Jun 1, 2015 · 3 comments
Closed

save.Video silently fails to overwrite old file #60

maxheld83 opened this issue Jun 1, 2015 · 3 comments
Labels

Comments

@maxheld83
Copy link

When I run saveVideo() again and again (with changes), the video file opens, but is not changed on the disk.
I am guessing it simply does not overwrite the old file of the same name.

The function issues no warning, but says:

Video has been created at: /Users/Max/Github/ODCD-experiments/animation.mp4

Can other people reproduce this behavior?

I am on:

  • OS X 10.10.3
  • Animation 2.3
@yulijia
Copy link
Collaborator

yulijia commented Jun 2, 2015

Hello Maximilian,

The development version of this package already fix this bug. We will update it to CRAN when we finish some test for other functions.

To install the GitHub version under development:

install.packages('animation', repos = 'http:https://rforge.net', type = 'source')

@flying-sheep
Copy link

i had the same problem and it took me some time to realize that ffmpeg isn’t steadfastly refusing to change the framerate, but it’s a bug in this package 😒

@yihui
Copy link
Owner

yihui commented Aug 16, 2015

Should be fixed via 77af664. I'm preparing a CRAN release now.

@yihui yihui closed this as completed Aug 16, 2015
@yihui yihui added the bug label Aug 16, 2015
yihui added a commit that referenced this issue Aug 16, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants