AWS Thinkbox Discussion Forums

Dreaded Audio

Can I add my vote to audio support for Draft?

We would like to use Draft to slate our image sequences for everything but as an animation company we need audio on those movs. In order to get things working currently I would have to run the output through FFmpeg again in order to add the audio but it would much more elegant if it was all included within Draft.

Thanks for the feedback - i’ll look into that

cheers

cb

We added audio support in Draft Beta 10. It’s meant to work similar to ffmpeg -acodec copy.

To include an audio file ‘c:/home/test.aac’ in a movie:

enc = Draft.VideoEncoder( 'c:/home/out.mov', 24, 1280, 720, 4000, 'H264', 'c:/home/test.aac' )

To just double check can we copy out of a .mov or avi for the audio? We’ll often have an uncompressed QT or AVI with audio we want to compress to H264 or Pro-Res.

Yes, that’s supposed to work, please let us know if it doesn’t!

Privacy | Site terms | Cookie preferences