RedHenLab / RedHenAnonymizer

Audio and Video Anonymizer for Red Hen Lab
MIT License
2 stars 3 forks source link

enable libx264 and libfdk-aac #3

Open peteruhrig opened 2 years ago

peteruhrig commented 2 years ago

For proper playing in Chrome and generally for compatibility with our other datasets, we need to export h.264 video. Since we use libfdk-aac for our other audio streams, we may want to use that here, too. The current ffmpeg included in the Case installation is compiled without libx264 and libfdk-aac. However, this is just a temporary solution. We need to modify the entire dataflow and avoid re-encoding where possible. See separate issue.