Thank you for the response. I am waiting on a patch https://patchwork.ffmpeg.org/project/ffmpeg/patch/dm6pr08mb60732b5d77656c74c8491c4f85...@dm6pr08mb6073.namprd08.prod.outlook.com/ too be approved and it may not be approved/merged into 4.4.2, etc anytime soon, so I need to compile against what is a known working version of ffmpeg and external libs used in https://github.com/jrottenberg/ffmpeg/blob/main/docker-images/4.4/ubuntu2004/Dockerfile.
From: ffmpeg-user <[email protected]> on behalf of Moritz Barsnick <[email protected]> Date: Wednesday, December 15, 2021 at 9:12 AM To: FFmpeg user discussions <[email protected]> Subject: [EXTERNAL] Re: [FFmpeg-user] GitHub and Releases Hi Bryce On Wed, Dec 15, 2021 at 14:51:40 +0000, Bryce Newman wrote: > I am trying to clone from GitHub(https://git.ffmpeg.org/ffmpeg.git) > the same source code that can be found in > https://ffmpeg.org/releases/ffmpeg-4.4.1.tar.bz2. What branch in > https://git.ffmpeg.org/ffmpeg.git contains the same 4.4.1 source code > as in https://ffmpeg.org/releases/ffmpeg-4.4.1.tar.bz2 When I > checkout release/4.4 the source code from GitHub is different from > the source in https://ffmpeg.org/releases/ffmpeg-4.4.1.tar.bz2. Releases correspond to tags, not branches. You want to check out tag "n4.4.1". Well, "want". Why do you want the exact same source code? (The 4.4 branch is for developing what becomes 4.4.2, 4.4.3, ...) Cheers, Moritz _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe". Bryce Chester Newman | Principal Developer p: +12069255045 |
_______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
