Skip to content

Comments

Fix FFMpegCore 5.4.0 API breaking changes#63

Merged
iwillspeak merged 2 commits intodependabot/nuget/dotnet-2274ec7a0efrom
copilot/sub-pr-62
Feb 19, 2026
Merged

Fix FFMpegCore 5.4.0 API breaking changes#63
iwillspeak merged 2 commits intodependabot/nuget/dotnet-2274ec7a0efrom
copilot/sub-pr-62

Conversation

Copy link
Contributor

Copilot AI commented Feb 19, 2026

FFMpegCore 5.4.0 removed the VideoCodec.Png static property. The WithVideoCodec() method now accepts string codec names instead.

Changes

  • Replace VideoCodec.Png with "png" string literal in all video frame extraction calls
    • FFMegExtensions.cs: 1 occurrence
    • VPdqHasher.cs: 2 occurrences
// Before (5.2.0)
.WithVideoCodec(VideoCodec.Png)

// After (5.4.0)
.WithVideoCodec("png")

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

…ing "png"

Co-authored-by: iwillspeak <1004401+iwillspeak@users.noreply.github.com>
Copilot AI changed the title [WIP] Update coverlet.collector to version 8.0.0 Fix FFMpegCore 5.4.0 API breaking changes Feb 19, 2026
Copilot AI requested a review from iwillspeak February 19, 2026 09:39
@iwillspeak iwillspeak marked this pull request as ready for review February 19, 2026 09:42
@iwillspeak iwillspeak merged commit 6ad4dae into dependabot/nuget/dotnet-2274ec7a0e Feb 19, 2026
iwillspeak added a commit that referenced this pull request Feb 20, 2026
* Bump the dotnet group with 10 updates

Bumps coverlet.collector from 6.0.4 to 8.0.0
Bumps FFMpegCore from 5.2.0 to 5.4.0
Bumps FFMpegCore.Extensions.SkiaSharp from 5.0.2 to 5.0.3
Bumps Microsoft.Extensions.ObjectPool from 9.0.9 to 10.0.3
Bumps Microsoft.NET.Test.Sdk from 17.14.1 to 18.0.1
Bumps Microsoft.SourceLink.GitHub from 8.0.0 to 10.0.103
Bumps MinVer from 6.0.0 to 7.0.0
Bumps SkiaSharp from 3.119.1 to 3.119.2
Bumps SkiaSharp.NativeAssets.Linux from 3.119.1 to 3.119.2
Bumps Snapshooter.Xunit from 1.0.1 to 1.1.0

---
updated-dependencies:
- dependency-name: coverlet.collector
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dotnet
- dependency-name: FFMpegCore
  dependency-version: 5.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: FFMpegCore.Extensions.SkiaSharp
  dependency-version: 5.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Microsoft.Extensions.ObjectPool
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dotnet
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dotnet
- dependency-name: Microsoft.SourceLink.GitHub
  dependency-version: 10.0.103
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dotnet
- dependency-name: MinVer
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dotnet
- dependency-name: SkiaSharp
  dependency-version: 3.119.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: SkiaSharp.NativeAssets.Linux
  dependency-version: 3.119.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Snapshooter.Xunit
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fix FFMpegCore 5.4.0 API breaking changes (#63)

* Initial plan

* Fix FFMpegCore API breaking changes - replace VideoCodec.Png with string "png"

Co-authored-by: iwillspeak <1004401+iwillspeak@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: iwillspeak <1004401+iwillspeak@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: iwillspeak <1004401+iwillspeak@users.noreply.github.com>
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

Successfully merging this pull request may close these issues.

2 participants