Skip to content

Feature/ffmpeg7#627

Merged
ChristianFeldmann merged 4 commits intodevelopfrom
feature/ffmpeg7
May 21, 2025
Merged

Feature/ffmpeg7#627
ChristianFeldmann merged 4 commits intodevelopfrom
feature/ffmpeg7

Conversation

@ChristianFeldmann
Copy link
Member

Pulled the PR in from #621

@ChristianFeldmann
Copy link
Member Author

I tested it on macos with the latest ffmpeg 7.1.1 release and it works. I will not do any further testing on this. The whole code will be replaced by libffmpeg in the future aniways.

@ChristianFeldmann ChristianFeldmann merged commit ac158b7 into develop May 21, 2025
9 checks passed
@ChristianFeldmann ChristianFeldmann deleted the feature/ffmpeg7 branch May 21, 2025 11:58
@1div0
Copy link
Contributor

1div0 commented May 21, 2025

So far so good. It was only on my branch.

When will GH support JPEG XL? Tried to u/l the snapshot. But...

We don’t support that file type.

Try again with GIF, JPEG, JPG, MOV, MP4, PNG, SVG, WEBM, CPUPROFILE, CSV, DMP, DOCX, FODG, FODP, FODS, FODT, GZ, JSON, JSONC, LOG, MD, ODF, ODG, ODP, ODS, ODT, PATCH, PDF, PPTX, TGZ, TXT, XLS, XLSX or ZIP.

@1div0
Copy link
Contributor

1div0 commented May 21, 2025

Unloading all loaded libraries
Loading library /opt/NetCinema/Linux/x86-64/lib/libavutil.so.60.3.100 succeded
Loading library /opt/NetCinema/Linux/x86-64/lib/libswresample.so.6.0.100 succeded
Loading library /opt/NetCinema/Linux/x86-64/lib/libavcodec.so.62.3.101 succeded
Loading library /opt/NetCinema/Linux/x86-64/lib/libavformat.so.62.0.102 succeded
Binding functions successfull
Testing versions of the library. Currently looking for:
avutil: 59.xx.xx
swresample: 5.xx.xx
avcodec: 61.xx.xx
avformat: 61.xx.xx
The openend avcodec returned a different major version (62) than we are looking for (61).
Checking versions avutil 58, swresample 4, avcodec 60, avformat 60
Unloading all loaded libraries
Loading library /opt/NetCinema/Linux/x86-64/lib/libavutil.so.60.3.100 succeded
Loading library /opt/NetCinema/Linux/x86-64/lib/libswresample.so.6.0.100 succeded
Loading library /opt/NetCinema/Linux/x86-64/lib/libavcodec.so.62.3.101 succeded
Loading library /opt/NetCinema/Linux/x86-64/lib/libavformat.so.62.0.102 succeded
Binding functions successfull
Testing versions of the library. Currently looking for:
avutil: 58.xx.xx
swresample: 4.xx.xx
avcodec: 60.xx.xx
avformat: 60.xx.xx
The openend avcodec returned a different major version (62) than we are looking for (60).
Checking versions avutil 57, swresample 4, avcodec 59, avformat 59
Unloading all loaded libraries
Loading library /opt/NetCinema/Linux/x86-64/lib/libavutil.so.60.3.100 succeded
Loading library /opt/NetCinema/Linux/x86-64/lib/libswresample.so.6.0.100 succeded
Loading library /opt/NetCinema/Linux/x86-64/lib/libavcodec.so.62.3.101 succeded
Loading library /opt/NetCinema/Linux/x86-64/lib/libavformat.so.62.0.102 succeded
Binding functions successfull
Testing versions of the library. Currently looking for:
avutil: 57.xx.xx
swresample: 4.xx.xx
avcodec: 59.xx.xx
avformat: 59.xx.xx
The openend avcodec returned a different major version (62) than we are looking for (59).
Checking versions avutil 56, swresample 3, avcodec 58, avformat 58
Unloading all loaded libraries
Loading library /opt/NetCinema/Linux/x86-64/lib/libavutil.so.60.3.100 succeded
Loading library /opt/NetCinema/Linux/x86-64/lib/libswresample.so.6.0.100 succeded
Loading library /opt/NetCinema/Linux/x86-64/lib/libavcodec.so.62.3.101 succeded
Loading library /opt/NetCinema/Linux/x86-64/lib/libavformat.so.62.0.102 succeded
Binding functions successfull
Testing versions of the library. Currently looking for:
avutil: 56.xx.xx
swresample: 3.xx.xx
avcodec: 58.xx.xx
avformat: 58.xx.xx
The openend avcodec returned a different major version (62) than we are looking for (58).
Checking versions avutil 55, swresample 2, avcodec 57, avformat 57
Unloading all loaded libraries
Loading library /opt/NetCinema/Linux/x86-64/lib/libavutil.so.60.3.100 succeded
Loading library /opt/NetCinema/Linux/x86-64/lib/libswresample.so.6.0.100 succeded
Loading library /opt/NetCinema/Linux/x86-64/lib/libavcodec.so.62.3.101 succeded
Loading library /opt/NetCinema/Linux/x86-64/lib/libavformat.so.62.0.102 succeded
Binding functions successfull
Testing versions of the library. Currently looking for:
avutil: 55.xx.xx
swresample: 2.xx.xx
avcodec: 57.xx.xx
avformat: 57.xx.xx
The openend avcodec returned a different major version (62) than we are looking for (57).
Checking versions avutil 54, swresample 1, avcodec 56, avformat 56
Unloading all loaded libraries
Loading library /opt/NetCinema/Linux/x86-64/lib/libavutil.so.60.3.100 succeded
Loading library /opt/NetCinema/Linux/x86-64/lib/libswresample.so.6.0.100 succeded
Loading library /opt/NetCinema/Linux/x86-64/lib/libavcodec.so.62.3.101 succeded
Loading library /opt/NetCinema/Linux/x86-64/lib/libavformat.so.62.0.102 succeded
Binding functions successfull
Testing versions of the library. Currently looking for:
avutil: 54.xx.xx
swresample: 1.xx.xx
avcodec: 56.xx.xx
avformat: 56.xx.xx
The openend avcodec returned a different major version (62) than we are looking for (56).

@1div0
Copy link
Contributor

1div0 commented May 21, 2025

Broken beyond repair. Giving up for today.

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