Search found 168 matches

by DJATOM
Sat May 15, 2021 6:13 am
Forum: DGDecNV
Topic: DG Tools on Linux
Replies: 114
Views: 152659

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
Thu May 13, 2021 12:36 am
Forum: DGDecNV
Topic: DG Tools on Linux
Replies: 114
Views: 152659

DG Tools on Linux

I don't have any experience with rpm to say for sure :)
by DJATOM
Thu May 13, 2021 12:36 am
Forum: Linux
Topic: DGDemux (linux)
Replies: 176
Views: 129579

DG Tools on Linux

I don't have any experience with rpm to say for sure :)
by DJATOM
Thu May 13, 2021 12:36 am
Forum: Linux
Topic: DGDecNV (linux)
Replies: 317
Views: 248490

DG Tools on Linux

I don't have any experience with rpm to say for sure :)
by DJATOM
Wed May 12, 2021 12:56 pm
Forum: DGDecNV
Topic: DG Tools on Linux
Replies: 114
Views: 152659

DG Tools on Linux

I just made a simple build script that makes .deb package. I think it's not bad to provide it, people with less Linux knowledge can install it in one click (or command). So that's a convenience for them. #!/bin/sh rm -rf debian mkdir -p debian mkdir -p debian/DEBIAN mkdir -p debian/usr/local/bin ver...
by DJATOM
Wed May 12, 2021 12:56 pm
Forum: Linux
Topic: DGDemux (linux)
Replies: 176
Views: 129579

DG Tools on Linux

I just made a simple build script that makes .deb package. I think it's not bad to provide it, people with less Linux knowledge can install it in one click (or command). So that's a convenience for them. #!/bin/sh rm -rf debian mkdir -p debian mkdir -p debian/DEBIAN mkdir -p debian/usr/local/bin ver...
by DJATOM
Wed May 12, 2021 12:56 pm
Forum: Linux
Topic: DGDecNV (linux)
Replies: 317
Views: 248490

DG Tools on Linux

I just made a simple build script that makes .deb package. I think it's not bad to provide it, people with less Linux knowledge can install it in one click (or command). So that's a convenience for them. #!/bin/sh rm -rf debian mkdir -p debian mkdir -p debian/DEBIAN mkdir -p debian/usr/local/bin ver...
by DJATOM
Wed May 12, 2021 10:09 am
Forum: DGDecNV
Topic: DG Tools on Linux
Replies: 114
Views: 152659

DG Tools on Linux

Tested -ep on my end, it works.
by DJATOM
Wed May 12, 2021 10:09 am
Forum: Linux
Topic: DGDemux (linux)
Replies: 176
Views: 129579

DG Tools on Linux

Tested -ep on my end, it works.
by DJATOM
Wed May 12, 2021 10:09 am
Forum: Linux
Topic: DGDecNV (linux)
Replies: 317
Views: 248490

DG Tools on Linux

Tested -ep on my end, it works.
by DJATOM
Tue May 11, 2021 2:14 pm
Forum: DGDecNV
Topic: DG Tools on Linux
Replies: 114
Views: 152659

DG Tools on Linux

@ DJATOM DJ, do you think preallocation is a big deal? Should I try to find a portable way to do it for linux? I think it's not a big deal. And using falloc on FAT32 or ext3 might block application entirely for a long time, not sure if it's really beneficial at all. Fragmentation is not really an i...
by DJATOM
Tue May 11, 2021 2:14 pm
Forum: Linux
Topic: DGDemux (linux)
Replies: 176
Views: 129579

DG Tools on Linux

@ DJATOM DJ, do you think preallocation is a big deal? Should I try to find a portable way to do it for linux? I think it's not a big deal. And using falloc on FAT32 or ext3 might block application entirely for a long time, not sure if it's really beneficial at all. Fragmentation is not really an i...
by DJATOM
Sun May 09, 2021 2:01 pm
Forum: DGDecNV
Topic: DG Tools on Linux
Replies: 114
Views: 152659

DG Tools on Linux

For example, it might be done like that

Code: Select all

while(percents != 100) {
    fprintf(stderr, "%d% done\r", percents);
    // also you can sleep this loop for 250-500 ms to don't eat up resources too much
}
by DJATOM
Sun May 09, 2021 2:01 pm
Forum: Linux
Topic: DGDemux (linux)
Replies: 176
Views: 129579

DG Tools on Linux

For example, it might be done like that

Code: Select all

while(percents != 100) {
    fprintf(stderr, "%d% done\r", percents);
    // also you can sleep this loop for 250-500 ms to don't eat up resources too much
}
by DJATOM
Sun May 09, 2021 1:15 pm
Forum: DGDecNV
Topic: DG Tools on Linux
Replies: 114
Views: 152659

DG Tools on Linux

djatom@DJATOM-PC ~]$ ./dgdemux -i '/run/media/djatom/T8TB1/Seeding/[BDMV][201202][Adachi to Shimamura][Vol.1]/ADACHI_AND_SHIMAMURA_1/BDMV/PLAYLIST/00003.mpls' DGDemux 1.0.0.50 by Donald A. Graft Copyright (C) 2019-2021 Donald A. Graft, All Rights Reserved [Made in USA] Files: 00005.m2ts Streams: 10...
by DJATOM
Sun May 09, 2021 1:15 pm
Forum: Linux
Topic: DGDemux (linux)
Replies: 176
Views: 129579

DG Tools on Linux

djatom@DJATOM-PC ~]$ ./dgdemux -i '/run/media/djatom/T8TB1/Seeding/[BDMV][201202][Adachi to Shimamura][Vol.1]/ADACHI_AND_SHIMAMURA_1/BDMV/PLAYLIST/00003.mpls' DGDemux 1.0.0.50 by Donald A. Graft Copyright (C) 2019-2021 Donald A. Graft, All Rights Reserved [Made in USA] Files: 00005.m2ts Streams: 10...
by DJATOM
Sun May 09, 2021 1:02 pm
Forum: DGDecNV
Topic: DG Tools on Linux
Replies: 114
Views: 152659

DG Tools on Linux

Looks like it's working. djatom@atomch-server:~$ ./dgdemux -i /home/storage2/\[BDMV\]\[アニメ\]\[180124\]\ いぬやしき\ \[BD\ BOX\ 1\]/INUYASHIKI_1/BDMV/PLAYLIST/00001.mpls -o ./testdemux/inu DGDemux 1.0.0.50 by Donald A. Graft Copyright (C) 2019-2021 Donald A. Graft, All Rights Reserved [Made in USA] 00001....
by DJATOM
Sun May 09, 2021 1:02 pm
Forum: Linux
Topic: DGDemux (linux)
Replies: 176
Views: 129579

DG Tools on Linux

Looks like it's working. djatom@atomch-server:~$ ./dgdemux -i /home/storage2/\[BDMV\]\[アニメ\]\[180124\]\ いぬやしき\ \[BD\ BOX\ 1\]/INUYASHIKI_1/BDMV/PLAYLIST/00001.mpls -o ./testdemux/inu DGDemux 1.0.0.50 by Donald A. Graft Copyright (C) 2019-2021 Donald A. Graft, All Rights Reserved [Made in USA] 00001....
by DJATOM
Sun May 09, 2021 10:06 am
Forum: DGDecNV
Topic: DG Tools on Linux
Replies: 114
Views: 152659

DGDecNV on Linux

You can distribute gzip or zip, there's no problem with that. Also you can add bash script to that archive to copy file into apps folder. Another way is to build deb file, so people can download and install in a simple way. I personally think the first option is more universal, linux guys likes univ...
by DJATOM
Sun May 09, 2021 10:06 am
Forum: Linux
Topic: DGDemux (linux)
Replies: 176
Views: 129579

DGDecNV on Linux

You can distribute gzip or zip, there's no problem with that. Also you can add bash script to that archive to copy file into apps folder. Another way is to build deb file, so people can download and install in a simple way. I personally think the first option is more universal, linux guys likes univ...
by DJATOM
Sat May 08, 2021 1:54 pm
Forum: DGDecNV
Topic: DG Tools on Linux
Replies: 114
Views: 152659

DGDecNV on Linux

Nice :ugeek:
by DJATOM
Sat May 08, 2021 1:54 pm
Forum: Linux
Topic: DGDemux (linux)
Replies: 176
Views: 129579

DGDecNV on Linux

Nice :ugeek:
by DJATOM
Fri May 07, 2021 1:23 pm
Forum: DGDecNV
Topic: DG Tools on Linux
Replies: 114
Views: 152659

DGDecNV on Linux

I'm using Visual Studio Code on my ArchLinux installation, you probably can install it on Debian (I didn't tried myself), deb file can be downloaded here: https://code.visualstudio.com/download
by DJATOM
Fri May 07, 2021 1:23 pm
Forum: Linux
Topic: DGDemux (linux)
Replies: 176
Views: 129579

DGDecNV on Linux

I'm using Visual Studio Code on my ArchLinux installation, you probably can install it on Debian (I didn't tried myself), deb file can be downloaded here: https://code.visualstudio.com/download
by DJATOM
Fri May 07, 2021 1:23 pm
Forum: Linux
Topic: DGDecNV (linux)
Replies: 317
Views: 248490

DGDecNV on Linux

I'm using Visual Studio Code on my ArchLinux installation, you probably can install it on Debian (I didn't tried myself), deb file can be downloaded here: https://code.visualstudio.com/download