vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| For some reason dvdrip produces sub-10kb avi files and I don't know why. My first try at this it ran all night and was still running in the morning producing about 9 sub-10kb avi files, it shouldn't have to run all night to do one CD? I'm using xvid not divx. I've tried tweaking the settings but still get really small avi files. If it matters I'm running a 2.6 kernel with udev and autofs Thanks, Kent |
| |||
| KLJ enlightened us with: > For some reason dvdrip produces sub-10kb avi files and I don't know > why. Are they playable? What do you see when you play them? > My first try at this it ran all night and was still running in the > morning producing about 9 sub-10kb avi files, it shouldn't have to run > all night to do one CD? That depends on your hardware.... > I've tried tweaking the settings but still get really small avi files. Have you looked at the log? What is in there? Sybren -- The problem with the world is stupidity. Not saying there should be a capital punishment for stupidity, but why don't we just take the safety labels off of everything and let the problem solve itself? |
| |||
| On Fri, 30 Apr 2004 10:19:40 +0000, Sybren Stuvel wrote: > KLJ enlightened us with: >> For some reason dvdrip produces sub-10kb avi files and I don't know >> why. > > Are they playable? What do you see when you play them? No, they aren't. > >> My first try at this it ran all night and was still running in the >> morning producing about 9 sub-10kb avi files, it shouldn't have to run >> all night to do one CD? > > That depends on your hardware.... 1800+ AthlonXP, 768MB PC2700 Ram, 160GB 7200rpm Maxtor Drive, 80GB 7200rpm Seagate Drive. > >> I've tried tweaking the settings but still get really small avi files. > > Have you looked at the log? What is in there? > > Sybren Here is an output of my logs for doing one chapter, I don't see anything strange: Thu Apr 29 22:55:18 2004 Logfile nuked. Thu Apr 29 22:55:38 2004 This task needs about 1281 MB, 125184 MB are free. Thu Apr 29 22:55:38 2004 Starting job (1): Transcoding video - title #1, chapter #4, pass 1 Thu Apr 29 22:55:38 2004 Executing command: mkdir -m 0775 -p '/home/swingarm/dvdstuff/unnamed/tmp' && cd /home/swingarm/dvdstuff/unnamed/tmp && dr_exec transcode -H 10 -a 0 -T 1,4,1 -x dvd -i /home/swingarm/dvdstuff -w 6000 -b 128,0,0 --a52_drc_off -V -f 24,1 -B 30,0,8 -R 1 -y xvid4,null -o /dev/null --print_status 20 && echo DVDRIP_SUCCESS Thu Apr 29 22:55:38 2004 Job has PID 20920 Thu Apr 29 22:56:30 2004 Project closed. Fri Apr 30 09:34:38 2004 Create new project. Fri Apr 30 09:35:21 2004 Starting job (1): Determine number of titles Fri Apr 30 09:35:21 2004 Executing command: dr_exec tcprobe -H 10 -i /home/swingarm/dvdstuff && DVDRIP_SUCCESS Fri Apr 30 09:35:21 2004 Job has PID 10333 Fri Apr 30 09:35:21 2004 Successfully finished job (1): Determine number of titles Fri Apr 30 09:35:21 2004 Starting job (2): Probing - title #1 Fri Apr 30 09:35:22 2004 Executing command: dr_exec tcprobe -H 10 -i /home/swingarm/dvdstuff -T 1 && echo DVDRIP_SUCCESS; dr_exec dvdxchap -t 1 /home/swingarm/dvdstuff 2>/dev/null Fri Apr 30 09:35:22 2004 Job has PID 10336 Fri Apr 30 09:35:22 2004 Probing - title #1: 90% done. Fri Apr 30 09:35:22 2004 Set container format to 'avi' Fri Apr 30 09:35:22 2004 Successfully probed title #1 Fri Apr 30 09:35:22 2004 Successfully finished job (2): Probing - title #1 Fri Apr 30 09:35:22 2004 WARNING: no IFO files found - vobsub feature disabled. Fri Apr 30 09:35:22 2004 Copying IFO files to /home/swingarm/dvdstuff/unnamed/tmp/ifo Fri Apr 30 09:35:22 2004 Project file saved to '/home/swingarm/dvdstuff/unnamed/tmp/backup.rip' Fri Apr 30 09:35:47 2004 Applied preset 'VCD 4:3, NTSC'. Fri Apr 30 09:36:09 2004 This task needs about 1267 MB, 125180 MB are free. Fri Apr 30 09:36:09 2004 Starting job (1): Transcoding video - title #1, chapter #5, pass 1 Fri Apr 30 09:36:09 2004 Executing command: mkdir -m 0775 -p '/home/swingarm/dvdstuff/unnamed/tmp' && cd /home/swingarm/dvdstuff/unnamed/tmp && dr_exec transcode -H 10 -a 0 -T 1,5,1 -x dvd -i /home/swingarm/dvdstuff -w 6000 -b 128,0,0 --a52_drc_off -V -f 24,1 -J preview=xv -B 30,0,8 -R 1 -y xvid,null -o /dev/null --print_status 20 && echo DVDRIP_SUCCESS Fri Apr 30 09:36:09 2004 Job has PID 10365 Fri Apr 30 09:36:28 2004 Successfully finished job (1): Transcoding video - title #1, chapter #5, pass 1 Fri Apr 30 09:36:28 2004 Starting job (2): Transcoding video - title #1, chapter #5, pass 2 Fri Apr 30 09:36:28 2004 Executing command: mkdir -m 0775 -p '/home/swingarm/dvdstuff/unnamed/tmp' && cd /home/swingarm/dvdstuff/unnamed/tmp && dr_exec transcode -H 10 -a 0 -T 1,5,1 -x dvd -i /home/swingarm/dvdstuff -w 6000 -b 128,0,0 --a52_drc_off -V -f 24,1 -J preview=xv -B 30,0,8 -R 2 -y xvid -o /home/swingarm/dvdstuff/unnamed/avi/001/unnamed-001-C005.avi --print_status 20 && echo DVDRIP_SUCCESS Fri Apr 30 09:36:29 2004 Job has PID 10399 Fri Apr 30 09:36:48 2004 Successfully finished job (2): Transcoding video - title #1, chapter #5, pass 2 Thanks, Kent |
| |||
| KLJ enlightened us with: > No, they aren't. What is the output of 'file *.avi'? That'll tell you if they really are avis, or just named like that. > 1800+ AthlonXP, 768MB PC2700 Ram, 160GB 7200rpm Maxtor Drive, 80GB > 7200rpm Seagate Drive. It wouldn't amaze me if it were sitting a whole night converting a DVD to XVid or something. It's a tough process. > Here is an output of my logs for doing one chapter, I don't see > anything strange: Neither do I... Have you tried different DVDs? Sybren -- The problem with the world is stupidity. Not saying there should be a capital punishment for stupidity, but why don't we just take the safety labels off of everything and let the problem solve itself? |
| |||
| Problem solved, sort of... The "DVD" I was trying to rip was a collection of VOB files someone already ripped off a DVD, I thought they were ok since I could watch them in Mplayer. I finally tried a DVD of my own and it works perfectly but even so why couldn't I get the other one to work? Does fragmented video and a green tint mean it's encrypted? On Fri, 30 Apr 2004 22:44:02 +0000, Sybren Stuvel wrote: > KLJ enlightened us with: >> No, they aren't. > > What is the output of 'file *.avi'? That'll tell you if they really are > avis, or just named like that. Apparently, they weren't. Just had the *.avi extension > >> 1800+ AthlonXP, 768MB PC2700 Ram, 160GB 7200rpm Maxtor Drive, 80GB >> 7200rpm Seagate Drive. > > It wouldn't amaze me if it were sitting a whole night converting a DVD > to XVid or something. It's a tough process. Yep, with the second pass enabled it took about 6-8 hours. > >> Here is an output of my logs for doing one chapter, I don't see >> anything strange: > > Neither do I... Have you tried different DVDs? Yep, I did. See comment at top of email. > > Sybren Thanks, Kent |
| |||
| KLJ enlightened us with: > Problem solved, sort of... Great > Yep, I did. See comment at top of email. Since when is this email? Sybren -- The problem with the world is stupidity. Not saying there should be a capital punishment for stupidity, but why don't we just take the safety labels off of everything and let the problem solve itself? |
| ||||
| On Sat, 01 May 2004 21:17:01 +0000, Sybren Stuvel wrote: > KLJ enlightened us with: >> Problem solved, sort of... > > Great > >> Yep, I did. See comment at top of email. > > Since when is this email? LOL, I was doing several things at once, guess I lost track. > > Sybren |