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 24th August 2019, 12:27   #1  |  Link
feisty2
I'm Siri
 
feisty2's Avatar
 
Join Date: Oct 2012
Location: void
Posts: 2,633
warpsharp (floating point ver)

source: https://github.com/IFeelBloated/warpsharp (requires c++2a compiler)
windows binary: https://github.com/IFeelBloated/warpsharp/releases

namespace: warpsf

warpsharp plugin that works on fp32 video clips, the functionality is largely the same as the one coded by jackoneill, except the following crap are removed.
- support for clips with subsampled chroma
- "cplace" parameter, aint no such thing as chroma placement for 4:4:4 or gray
- "opt" parameter, no I'm not interested in manual labor for SIMD optimization
- "AWarpSharp2" function, this no good shit is useless, just call the ASobel+ABlur+AWarp combo in ur script

"thresh" now accepts floating point values, the scale is still 0.0 - 256.0
feisty2 is offline   Reply With Quote
Old 24th August 2019, 17:32   #2  |  Link
feisty2
I'm Siri
 
feisty2's Avatar
 
Join Date: Oct 2012
Location: void
Posts: 2,633
just tried, well I guess it also compiles with -std=c++17 but that's about the oldest possible c++ standard, -std=c++14 fails cuz I seemed to have used tons of core language features introduced in c++17 (structural bindings, constexpr if, if statement with initializer, constexpr lambdas, etc).
feisty2 is offline   Reply With Quote
Old 25th August 2019, 12:08   #3  |  Link
ChaosKing
Registered User
 
Join Date: Dec 2005
Location: Germany
Posts: 1,795
Thx for fp32 support.
Could you zip/7z your release on github so it can be auto updated via vsrepo? See also https://github.com/vapoursynth/vsrep...ment-524619652
__________________
AVSRepoGUI // VSRepoGUI - Package Manager for AviSynth // VapourSynth
VapourSynth Portable FATPACK || VapourSynth Database
ChaosKing is offline   Reply With Quote
Old 31st August 2019, 16:48   #4  |  Link
feisty2
I'm Siri
 
feisty2's Avatar
 
Join Date: Oct 2012
Location: void
Posts: 2,633
Quote:
Originally Posted by ChaosKing View Post
Thx for fp32 support.
Could you zip/7z your release on github so it can be auto updated via vsrepo? See also https://github.com/vapoursynth/vsrep...ment-524619652
done.
feisty2 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 02:56.


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