• Francisco Massa's avatar
    Add option to write audio to video file (#2304) · 1b00af38
    Francisco Massa authored
    
    
    * 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: default avatarJoanna Bitton <jbitton@fb.com>
    1b00af38
test_io.py 13.1 KB