
Move remote 8K file to local and trim to 320ms. Trim done with ffmpeg: `ffmpeg -i {remote_file} -t 0.3 -c:v copy -c:a copy 8k24fps_300ms.mp4` PiperOrigin-RevId: 569449962
Test data module
Provides sample data for media unit and instrumentation tests.