Building whl files
#1361
-
Beta Was this translation helpful? Give feedback.
Answered by
WyattBlue
Apr 4, 2024
Replies: 1 comment 1 reply
-
To build your own wheels, you would fork pyav-ffmpeg, edit the build script to your liking, then make a GitHub release. You would then change
Or make your changes in a forked repo and let github actions make the release for you. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
WyattBlue
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To build your own wheels, you would fork pyav-ffmpeg, edit the build script to your liking, then make a GitHub release. You would then change
scripts/ffmpeg-6.1.json
to point to your new release url. Then you would run this bash command to generate the wheels: