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 > Capturing and Editing Video > VapourSynth

Reply
 
Thread Tools Search this Thread Display Modes
Old 9th June 2017, 19:33   #21  |  Link
lansing
Registered User
 
Join Date: Sep 2006
Posts: 1,657
I'm getting tiny dot artifacts along the lines on my anime

Code:
rgb_clip = core.resize.Bicubic(source, matrix_in_s="709", format=vs.RGBS)
cc = core.timecube.Cube(rgb_clip, cube=r"test.cube")
sample
lansing is offline   Reply With Quote
Old 9th June 2017, 21:04   #22  |  Link
dipje
Registered User
 
Join Date: Oct 2014
Posts: 268
Quote:
Originally Posted by Revgen View Post
....or piping VapourSynth scripts.


Although I'm loving the work on a plugin of these, just wanted you to know that you can pipe YUV 4:2:2 10bit and RGB 10bit into Davinci Resolve by using AVFS (RGB 10bit into AVFS / VfW was done pretty recently, thanks again Myrsloik!)
dipje is offline   Reply With Quote
Old 10th June 2017, 00:16   #23  |  Link
lansing
Registered User
 
Join Date: Sep 2006
Posts: 1,657
Quote:
Originally Posted by Stephen R. Savage View Post
Thanks, it works good now
lansing is offline   Reply With Quote
Old 10th June 2017, 02:13   #24  |  Link
bin.n2f
Registered User
 
Join Date: May 2015
Posts: 18
how to control this plugin , the image output is blueish
is there any documentation ?
bin.n2f is offline   Reply With Quote
Old 10th June 2017, 07:28   #25  |  Link
Revgen
Registered User
 
Join Date: Sep 2004
Location: Near LA, California, USA
Posts: 1,545
Quote:
Originally Posted by dipje View Post
Although I'm loving the work on a plugin of these, just wanted you to know that you can pipe YUV 4:2:2 10bit and RGB 10bit into Davinci Resolve by using AVFS (RGB 10bit into AVFS / VfW was done pretty recently, thanks again Myrsloik!)
AVFS has always been funky for me, so I never thought to try it with Resolve. I'll go that route if I ever have the need to try Resolve again.
__________________
Pirate: Now how would you like to die? Would you like to have your head chopped off or be burned at the stake?

Curly: Burned at the stake!

Moe: Why?

Curly: A hot steak is always better than a cold chop.
Revgen is offline   Reply With Quote
Old 10th June 2017, 14:55   #26  |  Link
Reel.Deel
Registered User
 
Join Date: Mar 2012
Location: Texas
Posts: 1,664
@Stephen R. Savage

Thanks! Any possibility of adding avs+ support?
Reel.Deel is offline   Reply With Quote
Old 7th August 2017, 14:21   #27  |  Link
lansing
Registered User
 
Join Date: Sep 2006
Posts: 1,657
The update doesn't apply to 64 bit version, I'm still getting "Cube: must be RGBS" error when my source is RGB24.
lansing is offline   Reply With Quote
Old 14th January 2018, 05:45   #28  |  Link
Stephen R. Savage
Registered User
 
Stephen R. Savage's Avatar
 
Join Date: Nov 2009
Posts: 327
I found a bug. Fixed build.
Stephen R. Savage is offline   Reply With Quote
Old 15th January 2018, 04:21   #29  |  Link
poisondeathray
Registered User
 
Join Date: Sep 2007
Posts: 5,346
Quote:
Originally Posted by Stephen R. Savage View Post
I found a bug. Fixed build.

This crashes vsedit and vdfm for me. In case there were issues with my LUT's , lansing's video sample and cube lut in post#21 crash as well . In case it was some issues with mod16, I resized and tested mod16 still crash

vdfm crash details (short)
Code:
An instruction not supported by the CPU was executed at 7ffb07bb817c.
This was on a Haswell with AVX2 only, or I might be completely off base and it might be related to seomthing else

Last edited by poisondeathray; 15th January 2018 at 05:54.
poisondeathray is offline   Reply With Quote
Old 15th January 2018, 07:15   #30  |  Link
poisondeathray
Registered User
 
Join Date: Sep 2007
Posts: 5,346
Quote:
Originally Posted by Stephen R. Savage View Post
I fixed it for real this time.
Yes you did... working now Thanks
poisondeathray is offline   Reply With Quote
Old 23rd March 2018, 16:39   #31  |  Link
Yanak
Registered User
 
Join Date: Oct 2011
Posts: 275
Hello,

Will it be hard/ difficult or even possible to port the plugin into avisynth ?

This is something that will be really useful, if it doesn't take too much efforts or a complete rewrite of course

Thank you.
Yanak is offline   Reply With Quote
Old 10th May 2018, 06:04   #32  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,259
Is this on GitHub somewhere and can it be build of Linux and Mac too?
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 10th May 2018, 06:13   #33  |  Link
poisondeathray
Registered User
 
Join Date: Sep 2007
Posts: 5,346
Quote:
Originally Posted by Selur View Post
Is this on GitHub somewhere and can it be build of Linux and Mac too?
https://github.com/sekrit-twc/timecube/

I don't know about linux / mac
poisondeathray is offline   Reply With Quote
Old 3rd June 2018, 13:46   #34  |  Link
Richard1485
Guest
 
Posts: n/a
Quote:
Originally Posted by Yanak View Post
Will it be hard/ difficult or even possible to port the plugin into avisynth?

This is something that will be really useful, if it doesn't take too much efforts or a complete rewrite of course
Yes, a version for AviSynth (or AviSynth+) would be most useful.
  Reply With Quote
Old 3rd June 2018, 16:23   #35  |  Link
lansing
Registered User
 
Join Date: Sep 2006
Posts: 1,657
Quote:
Originally Posted by Richard1485 View Post
Yes, a version for AviSynth (or AviSynth+) would be most useful.
You can't, avisynth doesn't support rgbs format
lansing is offline   Reply With Quote
Old 3rd June 2018, 16:55   #36  |  Link
poisondeathray
Registered User
 
Join Date: Sep 2007
Posts: 5,346
Quote:
Originally Posted by lansing View Post
You can't, avisynth doesn't support rgbs format
AVS+ does, as "RGBPS"
http://avisynth.nl/index.php/Avisynthplus_color_formats

And you don't *need* RGBS for this LUT application. It will work with other RGB formats, e.g. RGB30, RGB48, even regular RGB24
poisondeathray is offline   Reply With Quote
Old 3rd June 2018, 18:08   #37  |  Link
Richard1485
Guest
 
Posts: n/a
^ It should be theoretically possible then.
  Reply With Quote
Old 3rd June 2018, 18:11   #38  |  Link
poisondeathray
Registered User
 
Join Date: Sep 2007
Posts: 5,346
Quote:
Originally Posted by Richard1485 View Post
^ It should be theoretically possible then.
Yes; for example, ffmpeg already has a lut filter for a long time and it works with RGB24 and RGB48 (but ffmpeg does not support float or RGBS)

But neither avs+, or ffmpeg can export a RGBH/RGBS float format into actual physical files. Only vapoursynth currently can (with the imagemagick plugin). Maybe someday avs+ will get an updated IM plugin too... (I should add there are other free/open source tools that fully support import/export of float formats, such natron, but they aren't discussed here often)

Last edited by poisondeathray; 3rd June 2018 at 18:19.
poisondeathray is offline   Reply With Quote
Old 3rd June 2018, 21:39   #39  |  Link
Richard1485
Guest
 
Posts: n/a
Yeah, I use ffmpeg to apply LUTs when I have to, usually rendering to lossless AVI. Of course, you can pipe straight to an encoder, but I prefer to check the video at each stage so I can keep track of what is going on. Being able to do everything in AviSynth(+) would be a big advantage.
  Reply With Quote
Old 3rd June 2018, 22:30   #40  |  Link
poisondeathray
Registered User
 
Join Date: Sep 2007
Posts: 5,346
Quote:
Originally Posted by Richard1485 View Post
Yeah, I use ffmpeg to apply LUTs when I have to, usually rendering to lossless AVI. Of course, you can pipe straight to an encoder, but I prefer to check the video at each stage so I can keep track of what is going on. Being able to do everything in AviSynth(+) would be a big advantage.
Yes, it would be nice to use in avs+ , but what is stopping you from using vapoursynth , today ? Add another tool for the toolbelt. Vapoursynth editor can preview all the different pixel types from a vpy script. It's similar to avspmod. (Or vdub2, or mpv if you prefer) .
poisondeathray 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 22:40.


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