Search found 210 matches

by jpsdr
Sun Mar 11, 2018 3:11 pm
Forum: CUDA Filters
Topic: HDR -> SDR conversion
Replies: 591
Views: 688638

Re: HDR -> SDR tonemapping for DGDecodeNV

Otherwise, drives appart, any comment on my post @gonca Is it possible for you to do a little experiment for me ? In the first page of this thread, it seems that you're doing your own H265 HDR encode. If possible, could you trim 20s of a video, and make 2 encodes of it : - With the proper mastering ...
by jpsdr
Sun Mar 11, 2018 6:49 am
Forum: CUDA Filters
Topic: HDR -> SDR conversion
Replies: 591
Views: 688638

Re: HDR -> SDR tonemapping for DGDecodeNV

Usualy, i use AnyDVD for all my BR. But, for this title, i've encounter an issue for the 1rst time, AnyDVD wanted to connect to its database. As my PC video is totaly offline, i had to found something else. Finaly, makemkv did the job. I didn't create an mkv, but just save the disc. Didn't realize t...
by jpsdr
Sun Mar 11, 2018 4:02 am
Forum: CUDA Filters
Topic: HDR -> SDR conversion
Replies: 591
Views: 688638

Re: HDR -> SDR tonemapping for DGDecodeNV

Going back to HDR... ;) I've posted on another forum a long post, about my still struggling issues and thoughts i have about HDR. If you have time to read it, and eventually share your thoughts also here. It's of course absolutely not related to the fact that yesterday i got in my hand my first UHD ...
by jpsdr
Tue Mar 06, 2018 2:52 am
Forum: DGDecNV
Topic: Feature Requests
Replies: 712
Views: 870642

Re: Feature Requests

I didn't know you can open mpls in DGIndexNV... So, as i said, you can beat me... :bow:
by jpsdr
Mon Mar 05, 2018 12:33 pm
Forum: DGDecNV
Topic: Feature Requests
Replies: 712
Views: 870642

Re: Feature Requests

Ah... you replied while i was editing my post...
by jpsdr
Mon Mar 05, 2018 12:26 pm
Forum: DGDecNV
Topic: Feature Requests
Replies: 712
Views: 870642

Re: Feature Requests

For what i know : I don't think the 1) 2)... are relevant to anything, it's just an enumeration, and i don't think you can use them. I don't think eac3to output directly raw PID values (and i don't think it can), it translate them into the information displayed. For the workflow, i let the others de...
by jpsdr
Mon Mar 05, 2018 11:03 am
Forum: DGDecNV
Topic: Feature Requests
Replies: 712
Views: 870642

Re: Feature Requests

I don't know if this will answer your question :
Personnaly, i just run "eac3to > file.txt". But you have to run it on the root of the Blu-Ray.
Then, in the text file, you'll see langage informations. It probably take them from the mpls file.
by jpsdr
Mon Mar 05, 2018 2:50 am
Forum: DGDecNV
Topic: Feature Requests
Replies: 712
Views: 870642

Re: Feature Requests

I'm afraid It requires to know the specs of mpls, and maybe only those who have acces to Blu-Ray specs may have it... :scratch:

Personnaly to have these informations i run eac3to in the full Blu-Ray root directory (after rip, of course... :D ).
by jpsdr
Sun Mar 04, 2018 3:30 am
Forum: CUDA Filters
Topic: HDR -> SDR conversion
Replies: 591
Views: 688638

Re: HDR -> SDR tonemapping for DGDecodeNV

I've asked this question on a well know forum, but i thought i may ask also here : From what i've understood, UHD BR can be HDR, but it's not mandatory. 4k/UHD doesn't always mean content is HDR, these are two different things. So my question is (even if UHD BR not HDR may be very unlikey), i bought...
by jpsdr
Sat Mar 03, 2018 4:10 am
Forum: DGDecNV
Topic: [RESOLVED] MKV demux support
Replies: 177
Views: 139578

Re: Feature Requests

Nice work. :hat:
And reading this i just discover gMKVExtractGUI... :wow:
by jpsdr
Mon Feb 26, 2018 3:08 pm
Forum: DGDecNV
Topic: [RESOLVED] MKV demux support
Replies: 177
Views: 139578

Re: Feature Requests

It would be useful to have the correct fonts demuxed according to selected ass sub(s). Ouch ! Don't you think it's begining to be a little too much difficult ? Because when you mux an mkv, nothing technicaly links the fonts to the ass file (except maybe when the font are included within the ass fil...
by jpsdr
Sat Feb 24, 2018 3:07 am
Forum: DGDecNV
Topic: [RESOLVED] MKV demux support
Replies: 177
Views: 139578

Re: Feature Requests

No big deal, it was just in case it could be of use. I don't realy understand the fact that you don't (for now) work with uncompressed PGS. Now that you've included zlib, didn't you "just" check if the stream (whatever stream it could be : video, audio, subtitles and any kind/version of each) is com...
by jpsdr
Fri Feb 23, 2018 10:22 am
Forum: DGDecNV
Topic: [RESOLVED] MKV demux support
Replies: 177
Views: 139578

Re: Feature Requests

For zlib, i personnaly use it for writing PNG, but directly put the C files in the project, not a dll. I'll tell you how i've done it, in case you would be interested. Go to zlib official site, get the zlib1211.zip source files. The needed files (to add in your project) are : adler32.c compress.c cr...
by jpsdr
Thu Feb 22, 2018 8:59 am
Forum: DGDecNV
Topic: [RESOLVED] MKV demux support
Replies: 177
Views: 139578

Re: Feature Requests

Probably not. The two deleted probably existed only for a short time, and i've seen them during this short time. At least my memory is still working properly... for now... :D
Thanks for all your work.
:bravo:
by jpsdr
Thu Feb 22, 2018 8:28 am
Forum: DGDecNV
Topic: [RESOLVED] MKV demux support
Replies: 177
Views: 139578

Re: Feature Requests

Yes, I need to honor whether the streams are compressed or not, it's signaled in the MKV obviously. Do you know by any chance if it's only zlib, or if there is also others compression format that can legaly be used ? The fact that i remember (properly or not...?) once a gui where you can choose com...
by jpsdr
Thu Feb 22, 2018 3:06 am
Forum: DGDecNV
Topic: [RESOLVED] MKV demux support
Replies: 177
Views: 139578

Re: Feature Requests

Do you mean you've until now handle mkv without zlib support ? You're lucky, because in the mkv spec, you can choose to compress any steam, should it be audio, video or anything else. Practical use, compressing audio and video give no benefit, so, in mkvtoolnix, default setting is to not compress au...
by jpsdr
Tue Feb 20, 2018 5:09 pm
Forum: DGDecNV
Topic: [RESOLVED] MKV demux support
Replies: 177
Views: 139578

Re: Feature Requests

Maybe you can create you own mkv with pgs this way : From any m2ts (principal movie file with subtitles) Blu-Ray you have, extract the PGS with eac3to. Command line would be something like this (if track 15 is a subtitle) : eac3to 00000.m2ts 15: C:\Movie.sup Then, create an mkv with mkvtoolnix muxin...
by jpsdr
Tue Feb 20, 2018 5:01 pm
Forum: DGDecNV
Topic: [RESOLVED] MKV demux support
Replies: 177
Views: 139578

Re: Feature Requests

I don't know if font can be extracted (don't remember anything in mkvextract)... :scratch: The only thing i know, is that font can be embended with the ASS/MKV in two ways : - Either "external", you add the font with mkvtoolnix in the third panel (probably "attachment" in english). - Or... i've disc...
by jpsdr
Tue Feb 20, 2018 3:14 am
Forum: DGDecNV
Topic: [RESOLVED] MKV demux support
Replies: 177
Views: 139578

Re: Feature Requests

I think, in this order, the most common used (after SRT) are :
SSA/ASS
PGS (also called SUP)
SUB/IDX
by jpsdr
Fri Feb 16, 2018 3:33 am
Forum: DGDecNV
Topic: [RESOLVED] MKV demux support
Replies: 177
Views: 139578

Re: Feature Requests

If it can help, i'll share how i personnaly do things, once the BR is ripped (i personnaly use anyDVD for the rip). With eac3to runned on the whole BR structure (on the root of the BR directories), i identify the the main files ( m2ts and mpls ). If i need subtitles, i extract them with eac3to from ...
by jpsdr
Sat Oct 28, 2017 3:42 am
Forum: DGDecNV
Topic: [RESOLVED] Error opening MP4 files
Replies: 7
Views: 6846

Re: [RESOLVED] Error opening MP4 files

There is probably things, but i don't know them. I've been able to convert the aac files with ffmpeg and process my files, so everything is fine.
by jpsdr
Fri Oct 27, 2017 5:09 am
Forum: DGDecNV
Topic: [RESOLVED] Error opening MP4 files
Replies: 7
Views: 6846

Re: [RESOLVED] Error opening MP4 files

Hello, thanks for the update. Is it "expected" behavior that the following commande line is stuck and doing nothig ? DGIndexNV -i 01.mp4 -a -e Edit Ok, i have to add "-o 01.aac"... i must said that i wasn't sure, the documentation is not clear about. Edit 2 My big mistake... :facepalm: I was too muc...
by jpsdr
Thu Oct 26, 2017 7:06 am
Forum: DGDecNV
Topic: [RESOLVED] Error opening MP4 files
Replies: 7
Views: 6846

[RESOLVED] Error opening MP4 files

Hello.

A friend of mine gave me mp4 files created by his camera.
I'm unable to open his files, DGIndexNV gave me an error message.
I'll PM you my FTP server informations where you can get one of these files.
Tell me when you have retrieved it.
by jpsdr
Fri Oct 06, 2017 2:15 am
Forum: DGDecNV
Topic: [RESOLVED] not able to feed the encoder
Replies: 81
Views: 75236

Re: [RESOLVED] not able to feed the encoder

Another thing not helping, it's that the button was withint the facebook and twitter advertisings. Most of the time, on pages of hosted files, all the big download buttons like this in the middle of advertisings download a lot of things/crap, but never the file you're looking for...:evil: Most of th...
by jpsdr
Thu Oct 05, 2017 2:46 am
Forum: DGDecNV
Topic: [RESOLVED] not able to feed the encoder
Replies: 81
Views: 75236

Re: [RESOLVED] not able to feed the encoder

I was realy having a hard time to figure out how to download it, until i notice the big blue "download" button on the bottom right... :facepalm: