1. 16 Mar, 2023 2 commits
    • Test: Move 4k60 test file to local from remote. · e6343a34
      This test file used to be remote, which led to various errors in loading the file or timing out during the muxer or overall transformer.
      
      export4k60 test timing on Pixel 7:
      
      |Condition                 |elapsedTimeMs|AS Test "Duration" (s)|
      |--------------------------|-------------|----------------------|
      |local file (this CL)      |4253         |14                    |
      |Remote file, googleguest  |5510         |17                    |
      |Remote file, 4G           |11423        |25                    |
      
      PiperOrigin-RevId: 516815462
      huangdarwin committed
    • Add test for Mp4Muxer robustness · d635fa52
      With the Mp4Muxer, while writing a large file if the something unexpected happens and muxer is not closed properly then it still outputs a valid MP4 file with partial data.
      
      PiperOrigin-RevId: 516572804
      sheenachhabra committed
  2. 14 Mar, 2023 35 commits
  3. 07 Mar, 2023 3 commits