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. Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se |
|
|
#41 | Link | |
|
Registered User
Join Date: Nov 2022
Location: Aix en Provence, France
Posts: 163
|
Hi,
Quote:
Code:
LoadPlugin("E:\tools\bestsource\BestSource.dll")
BSVideoSource("E:\Video\HEVC.mp4",HWDevice=d3d11va)
![]() Same issue replacing d3d11va by dxva2 or vulkan hardware device type. And also same error playing the script through ffmpeg executable... Without hwdevice argument, that works, of course, as expected. And using such hardware decoding directly through FFmpeg, that works also correctly : ![]() Any idea ? Last edited by Kurt.noise; 17th August 2024 at 12:16. |
|
|
|
|
|
|
#42 | Link |
|
Registered User
Join Date: Nov 2022
Location: Aix en Provence, France
Posts: 163
|
Erff, I missed the quotation mark since its a string
![]() Code:
LoadPlugin("E:\tools\bestsource\BestSource.dll")
BSVideoSource("E:\Video\HEVC.mp4",HWDevice="d3d11va")
Last edited by Kurt.noise; 17th August 2024 at 12:21. |
|
|
|
|
|
#43 | Link |
|
Professional Code Monkey
Join Date: Jun 2003
Location: Kinnarps Chair
Posts: 2,647
|
I actually haven't tested it. It's also possible the release wasn't compiled with support enabled. Will investigate before next release
__________________
VapourSynth - proving that scripting languages and video processing isn't dead yet |
|
|
|
|
|
#46 | Link |
|
Professional Code Monkey
Join Date: Jun 2003
Location: Kinnarps Chair
Posts: 2,647
|
Probably not? Not tested at least.
__________________
VapourSynth - proving that scripting languages and video processing isn't dead yet |
|
|
|
|
|
#47 | Link |
|
Professional Code Monkey
Join Date: Jun 2003
Location: Kinnarps Chair
Posts: 2,647
|
R11 is out. It fixes the framerate guessing problems reported earlier in the thread.
__________________
VapourSynth - proving that scripting languages and video processing isn't dead yet |
|
|
|
|
|
#48 | Link | |
|
HeartlessS Usurer
Join Date: Dec 2009
Location: Over the rainbow
Posts: 11,411
|
Quote:
Code:
LoadPlugin(".\BestSource.dll") # ALSO in plugins
#LSmashVideoSource(".\v.mp4") # OK
BSVideoSource(".\v.mp4") # Avisynth Open Failure: Script Error: There is no function named "BSVideoSource". (c:\Z\v.avs, line 5)
#BSSource(".\v.mp4") # Avisynth Open Failure: Script Error: There is no function named "BSSource". (c:\Z\v.avs, line 6)
return last
![]() EDIT: Code:
32 Bit: Avisynth (x86) is not installed 64 Bit: AviSynth+ 3.7.5 (r4289, 3.7, x86_64) (3.7.5.0)
__________________
I sometimes post sober. StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace "Some infinities are bigger than other infinities", but how many of them are infinitely bigger ??? Last edited by StainlessS; 27th October 2025 at 23:13. |
|
|
|
|
|
|
#49 | Link |
|
Professional Code Monkey
Join Date: Jun 2003
Location: Kinnarps Chair
Posts: 2,647
|
Right, can't use ci builds made with gcc for releases because then avisynth doesn't work. Redownload the binaires and it should be fixed now.
__________________
VapourSynth - proving that scripting languages and video processing isn't dead yet |
|
|
|
|
|
#50 | Link |
|
HeartlessS Usurer
Join Date: Dec 2009
Location: Over the rainbow
Posts: 11,411
|
I had downed it a number of times before, but was the first time I'de tried it, <my template scripts tend to use LSmash or other, based upon file extension>
Works a treat now, thanx, you're such a sweetie
__________________
I sometimes post sober. StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace "Some infinities are bigger than other infinities", but how many of them are infinitely bigger ??? |
|
|
|
|
|
#51 | Link |
|
typo lover
Join Date: May 2009
Posts: 601
|
Hi.
When opening 16-bit PNG with BSVideoSource, the R and B channels seem to be swapped. Code:
BSVideoSource("https://media.xiph.org/sintel/sintel-4k-png16/00006661.png")
Spline36Resize(1024, 436)
G=last.showGreen()
B=last.showBlue()
R=last.showRed()
StackVertical(last, mergeRGB(B, G, R))
__________________
my repositories |
|
|
|
|
|
#52 | Link |
|
Professional Code Monkey
Join Date: Jun 2003
Location: Kinnarps Chair
Posts: 2,647
|
Will be fixed in the next release
__________________
VapourSynth - proving that scripting languages and video processing isn't dead yet |
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|