Skip to content

Instantly share code, notes, and snippets.

@Lesmiscore
Last active December 6, 2021 11:45
Show Gist options
  • Save Lesmiscore/c31d76a57b6587a6b28b2749918131c0 to your computer and use it in GitHub Desktop.
Save Lesmiscore/c31d76a57b6587a6b28b2749918131c0 to your computer and use it in GitHub Desktop.
run ffmpeg for x86_64 on arm64
#!/bin/bash
LD_LIBRARY_PATH=/usr/x86_64-linux-gnu/lib/ exec qemu-x86_64 /usr/x86_64-linux-gnu/lib64/ld-linux-x86-64.so.2 \
/home/lesmi/.local/ffmpeg-n4.4.1-3-g4f470b2e93-linux64-gpl-4.4/bin/ffmpeg "$@"
make sure to install following packaes:
libc6-amd64-cross
qemu-user
download linux64 binaries here:
https://github.com/yt-dlp/FFmpeg-Builds/releases
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment