Fix FFMpegCore 5.4.0 API breaking changes#63
Merged
iwillspeak merged 2 commits intodependabot/nuget/dotnet-2274ec7a0efrom Feb 19, 2026
Merged
Fix FFMpegCore 5.4.0 API breaking changes#63iwillspeak merged 2 commits intodependabot/nuget/dotnet-2274ec7a0efrom
iwillspeak merged 2 commits intodependabot/nuget/dotnet-2274ec7a0efrom
Conversation
…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
iwillspeak
approved these changes
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
FFMpegCore 5.4.0 removed the
VideoCodec.Pngstatic property. TheWithVideoCodec()method now accepts string codec names instead.Changes
VideoCodec.Pngwith"png"string literal in all video frame extraction callsFFMegExtensions.cs: 1 occurrenceVPdqHasher.cs: 2 occurrences💡 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.