FFmpeg-Builds-Win32 icon indicating copy to clipboard operation
FFmpeg-Builds-Win32 copied to clipboard

No updated compiles for a week+.

Open Barough opened this issue 1 year ago • 9 comments

Just wondering whats going on.

Barough avatar Jun 07 '23 20:06 Barough

Seems something wrong with the latest version in build script image

And it seems due to that mingw changed repo address image

IDK if author can check this, it should be super easy to fix

defisym avatar Nov 20 '23 03:11 defisym

Any news regarding the Win32 builds

Barough avatar Feb 14 '24 17:02 Barough

@Barough , @defisym It seems like the author does not maintain this anymore. Could you guys suggest another repository for Win32?

padixa avatar Feb 20 '24 03:02 padixa

I made a fork and it seems to work...partially.

https://github.com/defisym/FFmpeg-Builds-Win32

defisym avatar Feb 20 '24 03:02 defisym

I made a fork and it seems to work...partially.

https://github.com/defisym/FFmpeg-Builds-Win32

That's great :) Any chance you could make it possible for us to post issues etc over at your fork?

Barough avatar Feb 20 '24 16:02 Barough

I made a fork and it seems to work...partially. https://github.com/defisym/FFmpeg-Builds-Win32

That's great :) Any chance you could make it possible for us to post issues etc over at your fork?

seem that it's disabled for forks by default. actually, I'm not familiar with actions and build scripts, simply followed the main repo.

defisym avatar Feb 22 '24 03:02 defisym

@defisym That's really great, but latest ffmpeg version should be: v6.1

padixa avatar Feb 22 '24 08:02 padixa

@defisym That's really great, but latest ffmpeg version should be: v6.1

  build_targets:
    name: Build target-variant image
    if: ${{ github.event.inputs.buildOnly != 'true' }}
    needs: build_target_bases
    runs-on: ubuntu-latest
    strategy:
      fail-fast: false
      matrix:
        target: [win32]
        variant: [gpl,lgpl,gpl 4.4,gpl 5.1,gpl 6.0,lgpl 4.4,lgpl 5.1,lgpl 6.0,gpl-shared,lgpl-shared,gpl-shared 4.4,gpl-shared 5.1,gpl-shared 6.0,lgpl-shared 4.4,lgpl-shared 5.1,lgpl-shared 6.0]

cause it's not added into variant matrix I'll try merging main repo to make sure it can build later

defisym avatar Feb 22 '24 10:02 defisym

@defisym That's really great, but latest ffmpeg version should be: v6.1

@padixa https://github.com/defisym/FFmpeg-Builds-Win32/actions/runs/8006583363 Updated the repo, and seems okay now. Next scheduled build should include 6.1 variants

defisym avatar Feb 23 '24 02:02 defisym