Add option to write audio to video file (#2304)
* Add option to write audio to video file
Summary:
I was trying to use torchvision's `write_video` function and realized there was no option to add in the audio.
Thus, this diff contains the changes necessary such that this is possible. This is my first time trying to contribute to this project, so be as harsh as you need!
Reviewed By: fmassa
Differential Revision: D21480083
fbshipit-source-id: 2e11f2c8728d42f86c94068f75b843793d5a94aa
* Fix typo
* Try fix Windows
* Disable test on Windows
Co-authored-by:
Joanna Bitton <jbitton@fb.com>
Showing
Please register or sign in to comment