-
Notifications
You must be signed in to change notification settings - Fork 401
Let movie -A handle addition of audio track #7461
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
Conversation
Thie enhancement allows users to add a narration (or any sound) track to their animation. Via +e the length of teh audio can be stratched to exactly fit the anomation length.
|
Ok, great @PaulWessel. I will test it. Probably tonight or tomorrow. Will we need to make a test for gmt/test/movie also? |
|
Hard to test movies. Maybe eventually we only create master frame pdf and compare with original |
Also add a few check for -A, e.g., file must exist.
|
I tried adding an mp3-file to an mp4 movie. This resulted in the movie containing only the audio, and not any video. Maybe @Esteban82 will be luckier. (Sorry - couldn't wait testing) |
|
I just updated movie.c and also the Indiana Jones track with audio and it worked brilliantly. |
|
I inverse the ratio formula. I test it with the Indiana Jones script. When I reduce length of movie ( |
|
Thanks, good catch. |
Thie enhancement allows users to add a narration (or any sound) track to their animation. Via +e the length of the audio can be stretched to exactly fit the animation length.
@Esteban82, this PR compiles but I have not tested any of it. If you have time then please do. The key coding is in movie.c starting around line 2620.