-
Notifications
You must be signed in to change notification settings - Fork 7
/
README
58 lines (50 loc) · 1.86 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
************************************************************
QPxTool -- CD/DVD quality checker
Website: https://qpxtool.sourceforge.io
Sources: https://sourceforge.net/p/qpxtool/code/ci/master/tree/
Authors:
Gennady "ShultZ" Kozlov <qpxtool@mail.ru>
SCSI transport code (transport.cpp, transport.h) based on transport.hxx from
dvd+rw-tools, some plextor-specific code got from pxScan/CDVDlib (C) Alex Noe`,
CD-R(W) manufacturer identification code got from cdrecord (C) Joerg Schilling
************************************************************
Features:
- detecting drive R/W and general features
- Read/Write transfer rate tests
- CD quality tests:
- C1/C2/CU (logarythmic scale)
- Extended Error Correction test on Plextor & BENQ drives
- FE/TE (Plextor)
- Jitter/Asymmetry
- DVD quality tests:
- PIE/PIF
- Extended Error Correction test on Plextor & BENQ drives
- Jitter/Asymmetry
- FE/TE (Plextor, Lite-On, BENQ)
- TA (only Plextor PX-7[14|16|55|60] can do this)
- BD quality tests:
- LDC/BIS (Lite-On only)
- FE/TE (Lite-On only)
- Saving test results as HTML or PDF or in internal XML-based
format to see them later
- Results printing
- Plextor features control (via cdvdcontrol):
- Hide-CDR
- Single-Session
- Speed Read
- GigaRec
- PoweRec
- Silent mode
- VariRec (CD & DVD)
- Bitsetting on DVD+R & DVD+R DL
- Simulation on DVD+R(W)
- AutoStrategy
- Media Quality Check
- PlexEraser
- SecuRec
- AutoStrategy
- Other vendors features:
- Pioneer DVR-A**XL QuietMode (tested on A09)
- DiscT@2 burning on Yamaha CRW-F1 (via f1tattoo and from gui),
accepts PNG images
************************************************************