AllenNeuralDynamics / aind-data-transfer-service

FastAPI service to run data compression and transfer jobs on the hpc
MIT License
1 stars 0 forks source link

Add video compression pipeline for all behavior-videos modality data #130

Open dyf opened 1 month ago

dyf commented 1 month ago

acceptance criteria

encoding string: ffmpeg -hide_banner -threads 16 -colorspace bt709 -color_primaries bt709 -color_trc linear -color_range full -i ~/encode-testing/raw/testing_videos/gamma_no-05282024161822-0000.avi -vf "zscale=t=709:m=709,format=pix_fmts=gbrp10le" -c:v libx264 -colorspace bt709 -preset slow -crf 18 -pix_fmt yuv420p10le output.mp4

jtyoung84 commented 1 month ago

Create repo called aind-behavior-data-transformation repo and move this ticket there