• AnyStream is having some DRM issues currently, Netflix is not available in HD for the time being.
    Situations like this will always happen with AnyStream: streaming providers are continuously improving their countermeasures while we try to catch up, it's an ongoing cat-and-mouse game. Please be patient and don't flood our support or forum with requests, we are working on it 24/7 to get it resolved. Thank you.

Rip from multiple drives

misternick

New Member
Thread Starter
Joined
Nov 13, 2017
Messages
1
Likes
0
AnyDVD 8.2.0.0
IMGBurn 2.5.8.0
Windows 8.1


Hello RedFox community I need help automating my ripping process.

My goal:

Rip DVD to ISO on insert of disc

External Program on media change:
C:\Program Files (x86)\ImgBurn\ImgBurn.exe
/MODE READ /WAITFORMEDIA /SRC %1 /OUTPUTMODE IMAGEFILE /DEST E:\Movies\[DISC_LABEL].ISO /EJECT YES /START /CLOSE /LOG "E:\[DATETIME].log"

This actually works (to an extent) as when I insert the first disc into drive D: AnyDVD launches my external program (IMGBurn) and begins the process of ripping to ISO but when I insert the second disc the second instance of IMGBurn but with the previous drive letter (so it fails).


The problem lies in the /SRC switch as I am unable to select multiple drive letters and using the pipe | to divide them doesn't work.
There is a post on the forum about an undocumented feature to pass parameters to a batch file but I was unable to make this work.

Am I going about this all wrong? Can I accomplish my goal with a batch file?


So TL;DR
How can I pass an argument to IMGburn as to drive source?
This post is exactly what I mean but I wonder if it was implemented?

Thank you,



Nick


I can include a logfile for AnyDVD but didn't think it applied as the DVDs are decrypted just fine.

Log for IMGburn
Code:
I 14:02:20 ImgBurn Version 2.5.8.0 started!
I 14:02:20 Microsoft Windows 8 Professional x64 Edition (6.2, Build 9200)
I 14:02:20 Total Physical Memory: 8,371,436 KiB  -  Available: 5,513,904 KiB
I 14:02:20 Initialising SPTI...
I 14:02:20 Searching for SCSI / ATAPI devices...
I 14:02:20 -> Drive 1 - Info: ASUS DRW-24B1ST   i 1.00 (D:) (ATA)
I 14:02:20 -> Drive 2 - Info: Optiarc DVD+-RW AD-7250H 100A (F:) (USB 1.1 - Full Speed)
I 14:02:20 Found 2 DVD±RW/RAMs!
I 14:02:27 Operation Started!
I 14:02:27 Source Device: [0:1:0] ASUS DRW-24B1ST   i 1.00 (D:) (ATA)
I 14:02:27 Source Media Type: DVD-ROM (Book Type: DVD-ROM)
I 14:02:27 Source Media Supported Read Speeds: 4x, 6x, 8x, 12x
I 14:02:27 Source Media Sectors: 3,924,048 (Track Path: OTP - L0: 2,038,576 - L1: 1,885,472)
I 14:02:27 Source Media Size: 8,036,450,304 bytes
I 14:02:27 Source Media Volume Identifier: HP_PRISONER_OF_AZKABAN_DISC1
I 14:02:27 Source Media Volume Set Identifier: 311E82E9
I 14:02:27 Source Media Implementation Identifier: UDF Toshiba DVD Video
I 14:02:27 Source Media File System(s): ISO9660, UDF (1.02)
I 14:02:27 Read Speed (Data/Audio): MAX / 8x
I 14:02:27 Destination File: E:\Movies\HP_PRISONER_OF_AZKABAN_DISC1.ISO
I 14:02:27 Destination Free Space: 717,021,302,784 Bytes (700,216,116.00 KiB) (683,804.80 MiB) (667.78 GiB)
I 14:02:27 Destination File System: NTFS
I 14:02:27 File Splitting: Auto
I 14:02:28 Read Speed - Effective: 4.8x - 12x, 12x - 4.8x
I 14:02:29 Reading Session 1 of 1... (1 Track, LBA: 0 - 3924047)
I 14:02:29 Reading Track 1 of 1... (MODE1/2048, LBA: 0 - 3924047)
I 14:02:29 Reading Layer 0... (LBA: 0 - 2038575)
W 14:04:11 Failed to Read Sectors 338944 - 338975 - Reason: Medium Not Present
W 14:04:11 Waiting for device to become ready...
I 14:04:16 Abort Request Acknowledged
E 14:04:16 Failed to Read Sectors!
I 14:04:17 Exporting Graph Data...
I 14:04:17 Graph Data File: C:\Users\Ryan\AppData\Roaming\ImgBurn\Graph Data Files\ASUS_DRW-24B1ST_i_1.00_MONDAY-NOVEMBER-13-2017_2-02_PM_N-A.ibg
I 14:04:17 Export Successfully Completed!
E 14:04:17 Operation Aborted! - Duration: 00:01:49
E 14:04:17 Average Read Rate: 6,219 KiB/s (4.6x) - Maximum Read Rate: 9,091 KiB/s (6.7x)
I 14:04:19 Close Request Acknowledged
I 14:04:19 Closing Down...
I 14:04:19 Shutting down SPTI...
I 14:04:19 ImgBurn closed!
 
Last edited:
Wrong section, moved. not an anydvd problem. You'l need to consult the IMGBurn forums for help. All that anydvd setting does is launch the executable. Everything else is IMGBurn related, including the switches
 
Back
Top