Search found 168 matches

by DJATOM
Wed Jun 09, 2021 3:46 am
Forum: General Discussion
Topic: Something went wrong with site's DNS
Replies: 7
Views: 14115

Something went wrong with site's DNS

xDDD

Well, I meant "open 'C:\Windows\System32\drivers\etc\hosts' and add '205.134.254.91 rationalqm.us www.rationalqm.us' here", so domain name bound with that file.
by DJATOM
Tue Jun 08, 2021 2:15 pm
Forum: General Discussion
Topic: Something went wrong with site's DNS
Replies: 7
Views: 14115

Something went wrong with site's DNS

Weird enough, but domain resolution failed on google DNS, Cloudflare DNS and my ISP's one. So I tried to check for site's IP here and made a hard binding on my Windows 10 installation. That's how I'm visiting you right now. Not sure if it's fixable on admin's end, maybe that's even temporary thing t...
by DJATOM
Mon Jun 07, 2021 2:28 pm
Forum: Linux
Topic: DGDecNV (linux)
Replies: 320
Views: 250858

DGDecNV (linux)

That's nice :)
by DJATOM
Sun Jun 06, 2021 1:25 pm
Forum: Linux
Topic: DGDecNV (linux)
Replies: 320
Views: 250858

DGDecNV (linux)

Having nice weekend in my gf's parents home, so I was out of internet recently. Going to return home tomorrow, will be here for any testing and feedback :)
by DJATOM
Thu Jun 03, 2021 5:09 am
Forum: Linux
Topic: DGDecNV (linux)
Replies: 320
Views: 250858

DGDecNV (linux)

Cute bird :>
by DJATOM
Wed Jun 02, 2021 1:26 pm
Forum: Linux
Topic: DGDecNV (linux)
Replies: 320
Views: 250858

DGDecNV (linux)

If that field is sanitized from html when put into database, it will be not so easy. I'm not a phpBB expert, but it might be possible to alter rank views via hook.
by DJATOM
Wed Jun 02, 2021 1:16 pm
Forum: Linux
Topic: DGDecNV (linux)
Replies: 320
Views: 250858

DGDecNV (linux)

I'm not doing audio stuff nowadays (got gf and job, that shrunk my free time), but in the past I did few mixes of (mostly) trance-like tracks. For example, there was mixes of AD:Trance (I mixed fav tracks from those compilations into sets for own use - non-stop smooth transitions playback). Now it's...
by DJATOM
Wed Jun 02, 2021 12:58 pm
Forum: Linux
Topic: DGDecNV (linux)
Replies: 320
Views: 250858

DGDecNV (linux)

Oh, thank you
Image
by DJATOM
Wed Jun 02, 2021 12:48 pm
Forum: Linux
Topic: DGDecNV (linux)
Replies: 320
Views: 250858

DGDecNV (linux)

I had a difficulties with wine at first launch, but I have slightly edited sources regarding cuda emulation, rebuilt and it worked (it was in 2015). Maybe things changed as I no longer rely on wine nowadays (yet it might work without dances with drums).
by DJATOM
Tue Jun 01, 2021 3:24 pm
Forum: Linux
Topic: DGDecNV (linux)
Replies: 320
Views: 250858

DGDecNV (linux)

Image
by DJATOM
Tue Jun 01, 2021 12:49 pm
Forum: Linux
Topic: DGDecNV (linux)
Replies: 320
Views: 250858

DGDecNV (linux)

Yay!
by DJATOM
Thu May 27, 2021 4:59 pm
Forum: Linux
Topic: DGDecNV (linux)
Replies: 320
Views: 250858

DGDecNV (linux)

https://github.com/DJATOM/x265-aMod/blo ... g.cpp#L138
Maybe that can be used as refence for your unified threading class, I don't know exact replace for it
by DJATOM
Thu May 27, 2021 4:27 pm
Forum: Linux
Topic: DGDecNV (linux)
Replies: 320
Views: 250858

DGDecNV (linux)

Great! For Event stuff, you might want to look at https://github.com/rigaya/NVEnc/blob/ma ... _event.cpp. I'm using that solution for my x265's vapoursynth reader :)
by DJATOM
Mon May 24, 2021 10:52 am
Forum: Linux
Topic: DGDecNV (linux)
Replies: 320
Views: 250858

DGDecNV (linux)

You can use that guide to build ffmpeg - https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu It seems ffms2 is separated plugin, for some reason I thought it was bundled with main vapoursynth repo. You can get sources here - https://github.com/FFMS/ffms2, which should compile with default options ....
by DJATOM
Mon May 24, 2021 6:32 am
Forum: Linux
Topic: DGDecNV (linux)
Replies: 320
Views: 250858

DGDecNV (linux)

vspipe
by DJATOM
Sun May 23, 2021 5:23 pm
Forum: Linux
Topic: DGDecNV (linux)
Replies: 320
Views: 250858

DGDecNV (linux)

Yeah, first version is what I'm using to preview fast. For proper script development I'm using stack of VSCode + Vapoursynth preview (VSP): https://github.com/Endilll/vapoursynth-preview I don't know what to suggest for avisynth tho, probably its possible to make AvsPmod for Linux, it's python2 base...
by DJATOM
Fri May 21, 2021 5:05 pm
Forum: DGDecNV
Topic: DG Tools on Linux
Replies: 114
Views: 153271

DG Tools on Linux

Vapoursynth git clone https://github.com/vapoursynth/vapoursynth.git cd ./vapoursynth git clone https://github.com/sekrit-twc/zimg.git --branch v3.0 ./autogen.sh (if you want to build ffms2 plugin, make sure ffmpeg stuff is installed before next step) pip3 install -r python-requirements.txt ./config...
by DJATOM
Fri May 21, 2021 5:05 pm
Forum: Linux
Topic: DGDecNV (linux)
Replies: 320
Views: 250858

DG Tools on Linux

Vapoursynth git clone https://github.com/vapoursynth/vapoursynth.git cd ./vapoursynth git clone https://github.com/sekrit-twc/zimg.git --branch v3.0 ./autogen.sh (if you want to build ffms2 plugin, make sure ffmpeg stuff is installed before next step) pip3 install -r python-requirements.txt ./config...
by DJATOM
Fri May 21, 2021 1:42 pm
Forum: DGDecNV
Topic: DG Tools on Linux
Replies: 114
Views: 153271

DG Tools on Linux

Nice.
Installing VS is easy thing actually, as well as Avisynth+ on Linux. VS uses generic "./configure && make" solution while Avs+ is a CMake project.
by DJATOM
Fri May 21, 2021 1:42 pm
Forum: Linux
Topic: DGDecNV (linux)
Replies: 320
Views: 250858

DG Tools on Linux

Nice.
Installing VS is easy thing actually, as well as Avisynth+ on Linux. VS uses generic "./configure && make" solution while Avs+ is a CMake project.
by DJATOM
Tue May 18, 2021 2:22 am
Forum: DGDecNV
Topic: DG Tools on Linux
Replies: 114
Views: 153271

DG Tools on Linux

Maybe DJ can suggest a linux-compatible sound card as I have had it up to here with this Realtek garbage. Creative SoundBlaster? No real magic here, Realtek cards should be supported on any distro. Maybe you will have to configure output (if few detected), I remember I had such issue on some old Ma...
by DJATOM
Tue May 18, 2021 2:22 am
Forum: Linux
Topic: DGDemux (linux)
Replies: 176
Views: 131365

DG Tools on Linux

Maybe DJ can suggest a linux-compatible sound card as I have had it up to here with this Realtek garbage. Creative SoundBlaster? No real magic here, Realtek cards should be supported on any distro. Maybe you will have to configure output (if few detected), I remember I had such issue on some old Ma...
by DJATOM
Tue May 18, 2021 2:22 am
Forum: Linux
Topic: DGDecNV (linux)
Replies: 320
Views: 250858

DG Tools on Linux

Maybe DJ can suggest a linux-compatible sound card as I have had it up to here with this Realtek garbage. Creative SoundBlaster? No real magic here, Realtek cards should be supported on any distro. Maybe you will have to configure output (if few detected), I remember I had such issue on some old Ma...
by DJATOM
Sat May 15, 2021 6:13 am
Forum: Linux
Topic: DGDemux (linux)
Replies: 176
Views: 131365

DG Tools on Linux

So... yeah, Installing driver with .run file is sure an option. But make backup first, you might end up with broken system. How to install those drivers: when booting Debian, chose advanced options - recovery mode, login as root and execute that file, following it's instructions. After reboot you wi...
by DJATOM
Sat May 15, 2021 6:13 am
Forum: Linux
Topic: DGDecNV (linux)
Replies: 320
Views: 250858

DG Tools on Linux

So... yeah, Installing driver with .run file is sure an option. But make backup first, you might end up with broken system. How to install those drivers: when booting Debian, chose advanced options - recovery mode, login as root and execute that file, following it's instructions. After reboot you wi...