You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was using youtube-dl/ffmpeg and downloading almost all of the audio as variable bitrate. We need to run a script to update all of the audio files in S3, ideally in-place. We want to use a constant bitrate, e.g. 256 Kbps.
Important learning: we cannot use variable bit rate mp3. Wavesurfer and HTML5 audio have issues with desynchronizing the audio and the waveform.
I was using
youtube-dl
/ffmpeg
and downloading almost all of the audio as variable bitrate. We need to run a script to update all of the audio files in S3, ideally in-place. We want to use a constant bitrate, e.g. 256 Kbps.Helpful commands:
The text was updated successfully, but these errors were encountered: