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 > Video Encoding > MPEG-4 Encoder GUIs

Reply
 
Thread Tools Search this Thread Display Modes
Old 5th October 2024, 15:52   #381  |  Link
LigH
German doom9/Gleitz SuMo
 
LigH's Avatar
 
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 7,089
I need an experienced author of AviSynth plugins to help me develop an audio plugin ... no replies until today.
__________________

New German Gleitz board
MediaFire: x264 | x265 | VPx | AOM | Xvid
LigH is offline   Reply With Quote
Old 7th October 2024, 04:21   #382  |  Link
seagate
Registered User
 
Join Date: May 2010
Posts: 72
x264-r3193-3a8b5be (06.10.2024)
seagate is offline   Reply With Quote
Old 7th October 2024, 08:23   #383  |  Link
tebasuna51
Moderator
 
tebasuna51's Avatar
 
Join Date: Feb 2005
Location: Spain
Posts: 7,080
Quote:
Originally Posted by LigH View Post
I need an experienced author of AviSynth plugins to help me develop an audio plugin ... no replies until today.
I make the last versions of NicAudio.dll (32 bits) but it's a decoder with a external input file and with a old avisynth.h.

Maybe you need see the last soxfilter.dll sources from pinterf
__________________
BeHappy, AviSynth audio transcoder.
tebasuna51 is offline   Reply With Quote
Old 7th October 2024, 09:10   #384  |  Link
Arx1meD
Registered User
 
Arx1meD's Avatar
 
Join Date: Feb 2021
Posts: 127
When I use X265 with Patman Mods, errors appear:
Quote:
x265 [WARN]: extra unused command arguments given <->
[vost#0:0/wrapped_avframe @ 000001e81f0e8240] [error] Error submitting a packet to the muxer: Invalid argument
[vost#0:0/wrapped_avframe @ 000001e81f0e8240] [error] Error submitting a packet to the muxer: Invalid argument
[out#0/yuv4mpegpipe @ 000001e81f0e5300] [error] Error muxing a packet
[out#0/yuv4mpegpipe @ 000001e81f0e5300] [error] Task finished with error code: -22 (Invalid argument)
[out#0/yuv4mpegpipe @ 000001e81f0e5300] [error] Terminating thread with return code -22 (Invalid argument)
[out#0/yuv4mpegpipe @ 000001e81f0e5300] [error] Error writing trailer: Invalid argument
[out#0/yuv4mpegpipe @ 000001e81f0e5300] [error] Error closing file: Invalid argument
Redistribuable Package Visual Studio 2015-2022 installed. Other builds X265 work normal.
Does anyone know why errors appear?
Arx1meD is offline   Reply With Quote
Old 7th October 2024, 16:10   #385  |  Link
Wishbringer
Silent Reader
 
Wishbringer's Avatar
 
Join Date: Dec 2003
Location: Germany
Posts: 305
@Arx1meD

Quote:
x265 [WARN]: extra unused command arguments given <->
Maybe because newer builds need explizit "--input inputfilename" instead of just "-"

See here:
https://forum.doom9.org/showthread.p...86#post2006886

Last edited by Wishbringer; 7th October 2024 at 16:13.
Wishbringer is offline   Reply With Quote
Old 7th October 2024, 16:16   #386  |  Link
LigH
German doom9/Gleitz SuMo
 
LigH's Avatar
 
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 7,089
Quote:
Originally Posted by tebasuna51 View Post
I can also read the source of Shibatch SSRC which is shipped with the AviSynthPlus package used in M-AB-S.

But that does not help me. I have no active experience in C++ development. I don't know how to edit all files required by GCC to compile a whole project.

All I can provide is the idea, the algorithm, the documentation for the AviSynth Wiki.
__________________

New German Gleitz board
MediaFire: x264 | x265 | VPx | AOM | Xvid
LigH is offline   Reply With Quote
Old 7th October 2024, 19:01   #387  |  Link
Arx1meD
Registered User
 
Arx1meD's Avatar
 
Join Date: Feb 2021
Posts: 127
Wishbringer, Thank you! It helped.
Arx1meD is offline   Reply With Quote
Old 7th October 2024, 20:33   #388  |  Link
Barough
Registered User
 
Barough's Avatar
 
Join Date: Feb 2007
Location: Sweden
Posts: 499
x264 0.164.3193 3a8b5be
(libswscale 8.4.100)(libavformat 61.9.100)(ffmpegsource 5.0.0.0)(lsmash 2.16.1)
https://www.mediafire.com/file/fk9izto5z2a6ubp
__________________
Do NOT re-post any of my Mediafire links. Download & re-host the content(s) if you want to share it somewhere else.
Barough is offline   Reply With Quote
Old 8th October 2024, 08:32   #389  |  Link
Jamaika
Registered User
 
Join Date: Jul 2015
Posts: 770
Quote:
Originally Posted by LigH View Post
I can also read the source of Shibatch SSRC which is shipped with the AviSynthPlus package used in M-AB-S.

But that does not help me. I have no active experience in C++ development. I don't know how to edit all files required by GCC to compile a whole project.

All I can provide is the idea, the algorithm, the documentation for the AviSynth Wiki.
Problem with gcc/msys2
https://stackoverflow.com/questions/...n-of-mingw-w64

A lot of work. Can't disable plugins.

formats.c: In function 'rewind_pipe':
formats.c:475:5: error: 'FILE' {aka 'struct _iobuf'} has no member named '_ptr'
475 | fp->_ptr = fp->_base;
| ^~
formats.c:475:16: error: 'FILE' {aka 'struct _iobuf'} has no member named '_base'
475 | fp->_ptr = fp->_base;
| ^~

Last edited by Jamaika; 9th October 2024 at 21:44.
Jamaika is offline   Reply With Quote
Old 8th October 2024, 09:19   #390  |  Link
LigH
German doom9/Gleitz SuMo
 
LigH's Avatar
 
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 7,089
Mildly interesting, Jamaika, but does not concern me at all.
__________________

New German Gleitz board
MediaFire: x264 | x265 | VPx | AOM | Xvid
LigH is offline   Reply With Quote
Old 9th October 2024, 21:55   #391  |  Link
Jamaika
Registered User
 
Join Date: Jul 2015
Posts: 770
I won't bother with avisynth.
Deletes all plugins avisynth.

ffmpeg version 7.1.0-b9145fca Copyright (c) 2000-2024 the FFmpeg developers
built with GCC: (GNU) 11.5.0 (SIMD) AVX
configuration: -std=gnu++2b -march=x86-64-v2 -ftree-vectorize -g0 -O3 -fPIC -mavx -mxsave -mpclmul -maes -o lib/ffmpeg.exe fftools/ffmpeg.o fftools/ffmpeg_dec.o fftools/ffmpeg_demux.o fftools/ffmpeg_enc.o fftools/ffmpeg_filter.o fftools/ffmpeg_hw.o fftools/ffmpeg_mux.o fftools/ffmpeg_mux_init.o fftools/ffmpeg_opt.o fftools/cmdutils.o fftools/objpool.o fftools/opt_common.o fftools/sync_queue.o fftools/thread_queue.o -Llib -lavdevice_x64 -lavfilter_x64 -lavformat_x64 -lavcodec_x64 -lswresample_x64 -lswscale_x64 -lavutil_x64 -lpostproc_x64 -lsdl2_x64 -lwebp_x64 -lopenjpeg_x64 -ljxl_x64 -lcodec2_x64 -lgsm_x64 -lvorbis_x64 -ltheora_x64 -logg_x64 -llc3_x64 -lsnappy_x64 -lxavs_x64 -ldavs2_x64 -lxavs2_x64 -luavs3d_x64 -luavs3e_x64 -ltwolame_x64 -lspeex_x64 -lshine_x64 -lmp3lame_x64 -lxvid_x64 -lfdk-aac_x64 -lopenh264_x64 -lx264_opencl_0810bit_x64 -lkvazaar_x64 -lx265_081012bit_x64 -luvg266_x64 -lvvenc_x64 -lxevd_x64 -lxeve_x64 -lcelt_opus_silk_x64 -lvpx_x64 -ldav1d_x64 -laom_x64 -lsvtjxs_x64 -lass_x64 -lrsvgdec_x64 -lcairo_pixman_x64 -l:fribidi_x64.a -l:freetype_harfbuzz_x64.a -lxml2_x64 -llcms2_x64 -l:zlib_x64.a -l:bzip2_x64.a -l:lzma_x64.a -lvmaf_x64 -l:_opencv2_opencl_x64.a -l:_opencl_x64.a -l:lcevc_x64.a -l:avisynth_x64.a -l:quirc_x64.a -lqrencode_x64 -l:cpuinfo_x64.a -L. -lcfgmgr32 -ldnsapi -ldwrite -lbcrypt -liphlpapi -lgdi32 -lopengl32 -lole32 -loleaut32 -lsecurity -lshlwapi -lstrmiids -luuid -lvfw32 -lws2_32 -limagehlp -lmsacm32

https://github.com/cisco/openh264/co...cf65a81edda9a3
https://github.com/fraunhoferhhi/vve...486ea36ccc2c7b
https://github.com/webmproject/libwe...2a20a35c9fd036
https://github.com/google/highway/co...884f4de820a7ca
https://github.com/GNOME/libxml2/com...28f3a9385c3eca
https://github.com/GNOME/glib/commit...f4f3bb85f108dc
https://github.com/xiph/speex/commit...71a68a02e5a561
https://github.com/AviSynth/AviSynth...94342bd2001ec5
https://github.com/qyot27/FFmpeg/com...c240e52006fee8
https://github.com/videolan/dav1d/co...7399247162bd5e
https://bitbucket.org/multicoreware/...6539a7786c032f

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

https://github.com/Jamaika1/plugins_ffmpeg701_mingw1150

Last edited by Jamaika; 10th October 2024 at 08:43.
Jamaika is offline   Reply With Quote
Old 10th October 2024, 05:50   #392  |  Link
seagate
Registered User
 
Join Date: May 2010
Posts: 72
Repack – Visual C++ redistributable runtimes v.0.84.0
seagate is offline   Reply With Quote
Old 11th October 2024, 21:04   #393  |  Link
Barough
Registered User
 
Barough's Avatar
 
Join Date: Feb 2007
Location: Sweden
Posts: 499
x265 v4.0+23-487105d
https://www.mediafire.com/file/caaeevx8c8epfb7
__________________
Do NOT re-post any of my Mediafire links. Download & re-host the content(s) if you want to share it somewhere else.
Barough 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 10:38.


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