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

incorporating audio into output videos #71

Open
leios opened this issue Apr 17, 2023 · 0 comments
Open

incorporating audio into output videos #71

leios opened this issue Apr 17, 2023 · 0 comments

Comments

@leios
Copy link
Owner

leios commented Apr 17, 2023

Right now, VideoIO.jl does not support Audio encoding, so it is probably best to create a video the ol' fashioned way with ffmpeg by either creating a video from images, ie:

ffmpeg -r 30 -i ../check%05d.png -i audio.mp4 -c:v libx264 -pix_fmt yuv420p output.mp4

or using Fable.jl to make the video and then

ffmpeg -r 30 -i video.mp4 -i audio.mp4 -c:v libx264 -pix_fmt yuv420p output.mp4

Related issue JuliaIO/VideoIO.jl#7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant