baidu-research / ba-dls-deepspeech

Apache License 2.0
486 stars 174 forks source link

Package libav-tools is not available #39

Open sdassi opened 5 years ago

sdassi commented 5 years ago

Hi everyone,

I'am working on Google colab. When i try get libav-tools by executing the following cell "!apt-get install libav-tools", i get the following error :

Package libav-tools is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source However the following packages replace it: ffmpeg

E: Package 'libav-tools' has no installation candidate

So, i tried to use the ffmpeg instead by replacing the "avconv" command by the ffmpeg command. But, still no solution.

Has anyone run into the same problem ?

Thank you for your interest.

hikaruhotta commented 4 years ago

Hi I replaced avconc with ffmpeg and it worked perfectly with all the same flags and inputs.