Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Programming and Hacking > Development

Reply
 
Thread Tools Search this Thread Display Modes
Old 2nd June 2025, 21:12   #41  |  Link
Jamaika
Registered User
 
Join Date: Jul 2015
Posts: 898
Testing ffmpeg vulkan
Everyone probably has it and knows how to create it, but let's say I'll do it my way.
https://github.com/KhronosGroup/Vulk...522ff966f95b1e
https://github.com/KhronosGroup/glsl...7936536249d9be

https://www.sendspace.com/file/qflerl
Jamaika is offline   Reply With Quote
Old 10th June 2025, 18:22   #43  |  Link
Jamaika
Registered User
 
Join Date: Jul 2015
Posts: 898
Latest additions:
https://github.com/libass/libass/com...b18663831a8d77
https://github.com/libffi/libffi/com...1f2b304802bd00
https://github.com/PCRE2Project/pcre...2f4d7357f3c431
https://code.videolan.org/videolan/d...b12dc8be6bee2f
https://github.com/ultravideo/kvazaa...b311678419d659
https://ftp.gnu.org/gnu/libiconv/libiconv-1.18.tar.gz
https://ftp.gnu.org/gnu/gettext/gettext-0.25.tar.gz
https://sourceware.org/pub/valgrind/...3.25.1.tar.bz2 // modification glib
https://gitlab.gnome.org/GNOME/libxm...ca9dcf7654ac5e
https://gitlab.gnome.org/GNOME/pango...ed9ae0ea19168f
https://gitlab.gnome.org/GNOME/glib/...3ceb472034a9b9
https://gitlab.gnome.org/GNOME/gdk-p...3b7c028ee052a4
https://gitlab.freedesktop.org/cairo...476e0e93b92e65
https://gitlab.freedesktop.org/freet...2204e5c91c5226
https://gitlab.freedesktop.org/pixma...c3e8ef6cc94d43
https://github.com/harfbuzz/harfbuzz...d995e57ffc1d24
https://github.com/libjxl/libjxl/com...971cdfa51cec12
https://github.com/webmproject/libvp...f0ad76560e3a0d
https://github.com/fraunhoferhhi/vve...a33a7dbaf60b70
https://github.com/KhronosGroup/Open...083db3d651d55d
https://github.com/KhronosGroup/Open...f05bf723ecb166
https://github.com/AcademySoftwareFo...2b975be0748b9c
https://github.com/xiph/opus/commit/...120dda4e47c591
https://github.com/xiph/ogg/commit/5...83b20260c8f03f
https://github.com/xiph/speex/commit...ff3585ccbb86c1
https://bitbucket.org/multicoreware/...ec9d5f21d14afe
https://github.com/KhronosGroup/Vulk...6ea9ce2d2c336b
https://github.com/KhronosGroup/glsl...6d66324f7cd383
https://github.com/dlbeer/quirc/comm...eb374b438ff8f2
https://github.com/HomeOfAviSynthPlu...aa197b9fb82fda
https://github.com/opencv/opencv/com...baf028b66eaad7
https://github.com/v-novaltd/LCEVCde...4addc40d65bd9b
https://github.com/webmproject/libwe...535baa09055d30

Testing opencv. This is software with limited features in ffmpeg and is generally of little use. Are opencl options enabled?
ffmpeg_avx2.exe -v verbose -hwaccel opencl -init_hw_device opencl=gpu:0.0 -filter_hw_device gpu -i "input.mp4" -y -c:v libx264 -vb 3000k -c:a aac -ac 2 -ar 48000 -ab 128k -x264-params opencl=true:threads=4 -vf "scale=1920:1080,ocv=dilate:3x3+0x0/rect|1,format=yuv420p" -frames:v 1000 output_x264.mkv
ffmpeg_avx2.exe -v verbose -hwaccel opencl -init_hw_device opencl=gpu:0.0 -filter_hw_device gpu -i "input.mp4" -y -c:v libx264 -vb 3000k -c:a aac -ac 2 -ar 48000 -ab 128k -x264-params opencl=true:threads=4 -vf "scale=1920:1080,ocv=erode:3x3+0x0/rect|1,format=yuv420p" -frames:v 1000 output_x264.mkv
ffmpeg_avx2.exe -v verbose -hwaccel opencl -init_hw_device opencl=gpu:0.0 -filter_hw_device gpu -i "input.mp4" -y -c:v libx264 -vb 3000k -c:a aac -ac 2 -ar 48000 -ab 128k -x264-params opencl=true:threads=4 -vf "scale=1920:1080,ocv=smooth:gaussian|3|0|0|0,format=yuv420p" -frames:v 1000 output_x264.mkv
ffmpeg_avx2.exe -v verbose -hwaccel opencl -init_hw_device opencl=gpu:0.0 -filter_hw_device gpu -i "input.mp4" -y -c:v libx264 -vb 3000k -c:a aac -ac 2 -ar 48000 -ab 128k -x264-params opencl=true:threads=4 -vf "scale=1920:1080,ocv=dilate:5x5+2x2/cross|2,format=yuv420p" -frames:v 1000 output_x264.mkv
ffmpeg_avx2.exe -v verbose -hwaccel opencl -init_hw_device opencl=gpu:0.0 -filter_hw_device gpu -i "input.mp4" -y -c:v libx264 -vb 3000k -c:a aac -ac 2 -ar 48000 -ab 128k -x264-params opencl=true:threads=4 -vf "scale=1920:1080,ocv=dilate:0x0+2x2/custom=diamond.shape|2,format=yuv420p" -frames:v 1000 output_x264.mkv
[Parsed_ocv_1 @ 00000220b480ee00] [FILE @ 000000dec17fd900] Cannot read file 'diamond.shape': No such file or directory

Problem with mingw 13.0.0 & avisynth. I use mingw 12.0.0
https://github.com/msys2/MINGW-packages/issues/24532

open source
https://www.sendspace.com/file/rhw0z4

https://www.sendspace.com/file/t2x02t

Last edited by Jamaika; Yesterday at 11:05.
Jamaika is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 15:55.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.