ripping TV seasons on DVD

HandBrake for Windows support
Forum rules
An Activity Log is required for support requests. Please read How-to get an activity log? for details on how and why this should be provided.
Post Reply
SteelRegn
Posts: 1
Joined: Tue Apr 03, 2007 5:33 pm

ripping TV seasons on DVD

Post by SteelRegn »

I ripped an entire TV season collection (24 season 2) with MediaFork; when I proceeded to open each file (each corresponding to one ripped disc), I realized that only one episode from each disc had actually been ripped. (There are 4 episodes per disc.)

Does anyone know why this might be, and thus how I can fix it?

Thanks! :?
nightstrm
Veteran User
Posts: 1887
Joined: Fri Mar 23, 2007 5:43 am

Post by nightstrm »

Because you only ripped one title from each disc.
baggss
Moderator
Posts: 886
Joined: Tue Jan 02, 2007 8:21 am

Post by baggss »

Because you failed to name each episode something different and therefor each file overwrote the previous one?
twhittington
Posts: 5
Joined: Thu Apr 19, 2007 1:52 pm

Post by twhittington »

I just finished Riping the 2nd season of lost and I did it by creating a batch file. after looking at the disks I found that all of them used the same 4 tracks for the episodes. I have 2 DVD drives which explains the difference in drive letters but here is my script.

"C:\Program Files\Handbrake\hbcli.exe" -i "e:\video_ts" -t 1 -o "F:\My Video\TV Shows\Lost\01 Man of Science, Man of Faith.mp4" -e x264b30 -E faac -w 640 -l 352 -b 1500 -2 -B 128 -R 44
"C:\Program Files\Handbrake\hbcli.exe" -i "e:\video_ts" -t 3 -o "F:\My Video\TV Shows\Lost\02 Adrift.mp4" -e x264b30 -E faac -w 640 -l 352 -b 1500 -2 -B 128 -R 44
"C:\Program Files\Handbrake\hbcli.exe" -i "e:\video_ts" -t 4 -o "F:\My Video\TV Shows\Lost\03 Orientation.mp4" -e x264b30 -E faac -w 640 -l 352 -b 1500 -2 -B 128 -R 44
"C:\Program Files\Handbrake\hbcli.exe" -i "e:\video_ts" -t 5 -o "F:\My Video\TV Shows\Lost\04 Everybody Hates Hugo.mp4" -e x264b30 -E faac -w 640 -l 352 -b 1500 -2 -B 128 -R 44
"C:\Program Files\Handbrake\hbcli.exe" -i "f:\video_ts" -t 1 -o "F:\My Video\TV Shows\Lost\05 ...And Found.mp4" -e x264b30 -E faac -w 640 -l 352 -b 1500 -2 -B 128 -R 44
"C:\Program Files\Handbrake\hbcli.exe" -i "f:\video_ts" -t 3 -o "F:\My Video\TV Shows\Lost\06 Abandoned.mp4" -e x264b30 -E faac -w 640 -l 352 -b 1500 -2 -B 128 -R 44
"C:\Program Files\Handbrake\hbcli.exe" -i "f:\video_ts" -t 4 -o "F:\My Video\TV Shows\Lost\07 The Other 48 Days.mp4" -e x264b30 -E faac -w 640 -l 352 -b 1500 -2 -B 128 -R 44
"C:\Program Files\Handbrake\hbcli.exe" -i "f:\video_ts" -t 5 -o "F:\My Video\TV Shows\Lost\08 Collision.mp4" -e x264b30 -E faac -w 640 -l 352 -b 1500 -2 -B 128 -R 44
Pause

The Forum wraps the lines but you get the idea.

~Trav
baggss
Moderator
Posts: 886
Joined: Tue Jan 02, 2007 8:21 am

Post by baggss »

Moved to the Windows Forum.
Post Reply