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

Task hangs on re-run #4

Closed
sjwilliams opened this issue Dec 31, 2013 · 2 comments
Closed

Task hangs on re-run #4

sjwilliams opened this issue Dec 31, 2013 · 2 comments
Assignees
Labels

Comments

@sjwilliams
Copy link
Owner

If an output target already exist, ffmpeg hangs, causing grunt task to also hang. For now, I've been using a grunt-contrib-clean task to remove old files, but this should be incorporated into grunt-responsive-videos.

@ghost ghost assigned sjwilliams Dec 31, 2013
@seanhellwig
Copy link

have you tried passing the -y option into ffmpeg?

@sjwilliams
Copy link
Owner Author

@seanhellwig, I didn't even know that flag existed. I went to explore the bug and it turns out I already had logic to delete existing files, but had failed to do so for poster images. That's what was hanging. I'm now checking that path with the same logic. Fix here: 0c5f615 Thanks for the heads up about -y.

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

2 participants