Search found 168 matches

by DJATOM
Fri Sep 08, 2023 3:43 am
Forum: Linux
Topic: DGDecNV (linux)
Replies: 317
Views: 248463

DGDecNV (linux)

Sherman wrote:
Thu Sep 07, 2023 2:06 pm
May I ask what the use case is that motivates you for this?
Usually there are 8 pixels at bottom for 1080p blu-rays that must be cropped. At least I'm using DGDecNV for blurays and have to crop that manually when encoding videos on Linux. But it would be nice to let plugin crop that for me :)
by DJATOM
Wed Oct 20, 2021 2:52 am
Forum: General Discussion
Topic: Bye bye AIO cooling, you won't be missed
Replies: 36
Views: 45937

Bye bye AIO cooling, you won't be missed

Natasha wrote:
Sat Oct 16, 2021 8:48 pm
Retro Saturday. Где туалет?
Туалет в квартире возле ванной, как правило. Странный вопрос однако))
by DJATOM
Tue Sep 21, 2021 8:53 am
Forum: General Discussion
Topic: Vapoursynth API4
Replies: 14
Views: 22128

Vapoursynth API4

I'm also an APIv4 early adopter, will report if spot any weird stuff.
by DJATOM
Thu Sep 09, 2021 6:37 am
Forum: DGDecNV
Topic: Audio track in American Gangster
Replies: 2
Views: 4315

Audio track in American Gangster

Probably it's possible to demux a playlist and index extracted video stream/encode audio. Maybe try eac3to?
by DJATOM
Mon Aug 16, 2021 9:12 am
Forum: Linux
Topic: DGDecNV (linux)
Replies: 317
Views: 248463

DGDecNV (linux)

Thanks for the update! I don't use mp4/m2v on regular basis so didn't caught any related bugs.
by DJATOM
Wed Aug 11, 2021 6:49 am
Forum: DGDecNV
Topic: Generate QP file to force frame types
Replies: 98
Views: 83250

Generate QP file to force frame types

Nice!
by DJATOM
Sat Aug 07, 2021 3:45 am
Forum: DGDecNV
Topic: Feature Requests
Replies: 712
Views: 869877

Feature Requests

AV1 is just started to get HW support in devices, I think there are not so much users yet.
Bleeding edge tech is cool, but maybe not worth an efforts for now.
by DJATOM
Sun Aug 01, 2021 10:51 am
Forum: DGDecNV
Topic: Generate QP file to force frame types
Replies: 98
Views: 83250

Feature Requests

QP file usually used to override encoder's frame type decisions. It's fine to declare IDR on chapter start, so player will navigate faster. But honestly I believe that's not that urgent and can be achieved by some python script: import re with open(r'chapter_file.txt') as f: lines = f.read() bmDict ...
by DJATOM
Tue Jul 06, 2021 3:50 am
Forum: Linux
Topic: DGDecNV (linux)
Replies: 317
Views: 248463

DGDecNV (linux)

Just tested latest version and it looks fine. Even that last frame glitch didn't appear that time :scratch:
by DJATOM
Fri Jul 02, 2021 1:14 pm
Forum: DGDecNV
Topic: avisynth+ "DGDecodeNV_DGSource() does not have any MT-mode specification"
Replies: 4
Views: 8145

avisynth+ "DGDecodeNV_DGSource() does not have any MT-mode specification"

AFAIK source filters are always serialized by default, no need to add explicit mode. You can ignore those warnings.
by DJATOM
Fri Jul 02, 2021 4:27 am
Forum: Linux
Topic: DGDecNV (linux)
Replies: 317
Views: 248463

DGDecNV (linux)

I'd like to ditch gnome3 and switch to something else, but it's like usually I have no time for that :(
by DJATOM
Wed Jun 23, 2021 2:20 am
Forum: Linux
Topic: DGDecNV (linux)
Replies: 317
Views: 248463

DGDecNV (linux)

In case of expectations for testing from me: I'm in my gf's parents home until the end of month, no access to linux until I will get to my home.
by DJATOM
Tue Jun 22, 2021 1:17 am
Forum: Linux
Topic: DGDecNV (linux)
Replies: 317
Views: 248463

DGDecNV (linux)

As for settings, you might want to check ~/.config/dgtools/dgindexnv.ini (per user config) or try second time for /etc/dgtools/dgindexnv.ini (global config directory). If nothing found, fallback to write new config into user dir.
by DJATOM
Sat Jun 19, 2021 1:17 am
Forum: Linux
Topic: DGDecNV (linux)
Replies: 317
Views: 248463

DGDecNV (linux)

Then just leave it as is. It might be a cuvid thing, so nothing to do with plugin itself.
by DJATOM
Thu Jun 17, 2021 10:46 am
Forum: Linux
Topic: DGDecNV (linux)
Replies: 317
Views: 248463

DGDecNV (linux)

Apparently it only happens when frames requested asynchronously.
Linear scroll "frame-by-frame" is fine for some reason.
by DJATOM
Thu Jun 17, 2021 10:42 am
Forum: Linux
Topic: DGDecNV (linux)
Replies: 317
Views: 248463

DGDecNV (linux)

Sometimes I get last frame black (expected behavior) and sometimes last frame contains glitches, frame with empty luma and repeated UV / full repeat from last non-black frame (that's wrong)
by DJATOM
Thu Jun 17, 2021 10:17 am
Forum: Linux
Topic: DGDecNV (linux)
Replies: 317
Views: 248463

DGDecNV (linux)

I have uploaded entire m2ts.
by DJATOM
Thu Jun 17, 2021 9:20 am
Forum: Linux
Topic: DGDecNV (linux)
Replies: 317
Views: 248463

DGDecNV (linux)

Few tests made. It looks ok for me, just a small issue with dirty last frame which I encountered in windows version. It's non-deterministic, so I don't know if it can be fixed at all, I simply trim dark frames in the end to deal with those glitches.
by DJATOM
Thu Jun 17, 2021 7:41 am
Forum: Linux
Topic: DGDecNV (linux)
Replies: 317
Views: 248463

DGDecNV (linux)

Then I will test now with new version, since I worked to 1 a.m. yesterday and had no stamina to arrange some encode job before sleep.
by DJATOM
Wed Jun 16, 2021 5:18 am
Forum: Linux
Topic: DGDecNV (linux)
Replies: 317
Views: 248463

DGDecNV (linux)

I have a deadline this friday, not even tried to encode yet. Will try this night...
by DJATOM
Wed Jun 16, 2021 4:31 am
Forum: Linux
Topic: DGDecNV (linux)
Replies: 317
Views: 248463

DGDecNV (linux)

Since I don't rely onto relative path thing, it's fine to ditch by me. I'm storing files on different drives and making simlinks for easier access at the project directory, so relative paths usually not required.
by DJATOM
Mon Jun 14, 2021 12:01 pm
Forum: Linux
Topic: DGDecNV (linux)
Replies: 317
Views: 248463

DGDecNV (linux)

I already had cuda stuff installed in /usr/lib, so didn't confirm for overwrite.
I think it's ok to put into /usr/local/lib, alternatively you can build static libmp4v2 and link against that static lib :) .
by DJATOM
Mon Jun 14, 2021 3:25 am
Forum: Linux
Topic: DGDecNV (linux)
Replies: 317
Views: 248463

DGDecNV (linux)

Just tested. Few things to report for now: 1) dgindexnv tries to load ../mp4v2/libmp4v2.so (I did copy it into such relative path and it worked) 2) libdgdecodenv.so tries to load / home/don/Projects/mp4v2/libmp4v2.so . I made such path in my system and placed that file. Now core.dgdecodenv.DGSource ...
by DJATOM
Sat Jun 12, 2021 4:40 pm
Forum: Linux
Topic: DGDecNV (linux)
Replies: 317
Views: 248463

DGDecNV (linux)

Great! Unfortunately (testing-wise, of course) I'm at my gf's parents place again, so will check it when I return to PC. That expected to happen at coming Monday.
by DJATOM
Thu Jun 10, 2021 10:48 am
Forum: Linux
Topic: DGDecNV (linux)
Replies: 317
Views: 248463

DGDecNV (linux)

My body is ready.