Search found 168 matches

by DJATOM
Sun May 23, 2021 5:23 pm
Forum: Linux
Topic: DGDecNV (linux)
Replies: 317
Views: 248479

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: 152658

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: 317
Views: 248479

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: 152658

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: 317
Views: 248479

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: 152658

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: 129566

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: 317
Views: 248479

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: DGDecNV
Topic: DG Tools on Linux
Replies: 114
Views: 152658

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: DGDemux (linux)
Replies: 176
Views: 129566

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: 317
Views: 248479

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: 152658

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: 129566

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: 248479

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: 152658

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: 129566

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: 248479

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: 152658

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: 129566

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: 248479

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: 152658

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: 129566

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: 152658

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: 129566

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: 152658

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...