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

 

Go Back   Doom9's Forum > Capturing and Editing Video > VapourSynth

Reply
 
Thread Tools Search this Thread Display Modes
Old 17th August 2024, 11:16   #41  |  Link
Kurt.noise
Registered User
 
Join Date: Nov 2022
Location: Aix en Provence, France
Posts: 163
Hi,

Quote:
Originally Posted by Myrsloik View Post
Time for a bump. R6 is out now and fixes a lot of problems with CFR mode.
Tested R6 within Avisynth+ 3.7.3 on Windows 11 , using this avs script :
Code:
LoadPlugin("E:\tools\bestsource\BestSource.dll")
BSVideoSource("E:\Video\HEVC.mp4",HWDevice=d3d11va)
I get an error playing the script through mpc-hc :



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.
Kurt.noise is offline   Reply With Quote
Old 17th August 2024, 12:16   #42  |  Link
Kurt.noise
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")
Sorry for the noise...vulkan is still not supported yet, right ?

Last edited by Kurt.noise; 17th August 2024 at 12:21.
Kurt.noise is offline   Reply With Quote
Old 17th August 2024, 15:59   #43  |  Link
Myrsloik
Professional Code Monkey
 
Myrsloik's Avatar
 
Join Date: Jun 2003
Location: Kinnarps Chair
Posts: 2,647
Quote:
Originally Posted by Kurt.noise View Post
Erff, I missed the quotation mark since its a string

Code:
LoadPlugin("E:\tools\bestsource\BestSource.dll")
BSVideoSource("E:\Video\HEVC.mp4",HWDevice="d3d11va")
Sorry for the noise...vulkan is still not supported yet, right ?
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
Myrsloik is offline   Reply With Quote
Old 20th September 2024, 07:10   #44  |  Link
amayra
Quality Checker
 
amayra's Avatar
 
Join Date: Aug 2013
Posts: 296
out of curiosity why is there no GStreamer plugin for VapourSynth ?

I had a horrible FFmpeg experience back when I used to use Windows 7 before I moved to Linux
__________________
I love Doom9
amayra is offline   Reply With Quote
Old 17th March 2025, 23:33   #45  |  Link
isidroco
Registered User
 
Join Date: Nov 2008
Posts: 72
Does BestSource work on Avisynth 64 non plus version?
isidroco is offline   Reply With Quote
Old 18th March 2025, 16:13   #46  |  Link
Myrsloik
Professional Code Monkey
 
Myrsloik's Avatar
 
Join Date: Jun 2003
Location: Kinnarps Chair
Posts: 2,647
Quote:
Originally Posted by isidroco View Post
Does BestSource work on Avisynth 64 non plus version?
Probably not? Not tested at least.
__________________
VapourSynth - proving that scripting languages and video processing isn't dead yet
Myrsloik is offline   Reply With Quote
Old 18th March 2025, 16:18   #47  |  Link
Myrsloik
Professional Code Monkey
 
Myrsloik's Avatar
 
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
Myrsloik is offline   Reply With Quote
Old 27th October 2025, 23:04   #48  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 11,411
Quote:
Originally Posted by Barough View Post
Avisynth script
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
Am I doin' summick daft, or dont it work no more.

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.
StainlessS is offline   Reply With Quote
Old 28th October 2025, 09:21   #49  |  Link
Myrsloik
Professional Code Monkey
 
Myrsloik's Avatar
 
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
Myrsloik is offline   Reply With Quote
Old 28th October 2025, 10:06   #50  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
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 ???
StainlessS is offline   Reply With Quote
Old 23rd December 2025, 04:15   #51  |  Link
Chikuzen
typo lover
 
Chikuzen's Avatar
 
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))
result:
__________________
my repositories
Chikuzen is offline   Reply With Quote
Old 25th December 2025, 21:57   #52  |  Link
Myrsloik
Professional Code Monkey
 
Myrsloik's Avatar
 
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
Myrsloik 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 19:09.


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