Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BIF tool on newer linux Distros #50

Open
stevezau opened this issue Apr 18, 2022 · 5 comments
Open

BIF tool on newer linux Distros #50

stevezau opened this issue Apr 18, 2022 · 5 comments

Comments

@stevezau
Copy link

Hi,

Is it possible to get biftool complied with libavformat.so.58?

On the latest ubuntu distro libavformat.so.57 is not avi.

@rodrigodalri
Copy link

hi,

also needed this version compiled for new ubuntus, at least for 20.04 (focal)

@rodrigodalri
Copy link

Hi,

Is it possible to get biftool complied with libavformat.so.58?

On the latest ubuntu distro libavformat.so.57 is not avi.

hi stevezau,
if you're still in need of help, I have a workaround that worked for me

@sergsadovyi
Copy link

@rodrigodalri could you share the workaround?

@rodrigodalri
Copy link

@rodrigodalri could you share the workaround?

i just copied the libs and symlinks from an older ubuntu to my focal ubuntu (20.04)

@bdef
Copy link

bdef commented Apr 6, 2023

as a note to probably future me, here's what worked for past me, in Ubuntu 20.04:

  1. add bionic (Ubuntu 18.04) repos to /etc/apt/sources.list by adding these lines:
    deb http://dk.archive.ubuntu.com/ubuntu/ bionic main
    deb http://dk.archive.ubuntu.com/ubuntu/ bionic universe
    deb http://dk.archive.ubuntu.com/ubuntu/ bionic-updates universe

  2. sudo apt-get update

  3. install needed libs
    sudo apt-get install libavformat57
    sudo apt-get install libswscale4

  4. remove the lines from /etc/apt/sources.list you added in step 1

  5. bif to your heart's content

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants