I(2) Drive Online Storage
Access & Share file from anywhere
Try I(2) Drive for 30 days Free!
www.i2drive.com
 
Home » DVD Hardware » DVD Technology » Copy MPGs from DVDR75 Set-Top Box to PC? HELP!
Copy MPGs from DVDR75 Set-Top Box to PC? HELP! [message #74524] Wed, 26 November 2003 03:28 Go to next message
kirk  is currently offline kirk
Messages: 6
Registered: November 2003
Junior Member
IP: 68.112.150.220
Hi, everyone:

I've been experimenting with various video capture devices for
archiving TV shows from my big-dish satellite system.

My favorite device so far is a Replay 5040, which can be fooled into
transferring its MPG files to my PC for editing and burning/archiving.
The data transfer rate is annoyingly slow, so I picked up a Philips
DVDR75 recorder, which records on DVD+RW disks, thinking it would be a
lot easier to transfer the recorded MPGs to my PC...

Problem is -- the DVDR75 makes a frickin' DVD, complete with VOB files
and the like!

Do I actually have to rip this disk ?

How do I extract the MPG program files for editing?

Do I have to extract to separate audio and video streams?

Help!

--KK
Re: Copy MPGs from DVDR75 Set-Top Box to PC? HELP! [message #74550 is a reply to message #74524 ] Wed, 26 November 2003 16:06 Go to previous messageGo to next message
Billy Joe  is currently offline Billy Joe
Messages: 183
Registered: October 2003
Senior Member
IP: 68.64.127.10
Kirk A. Kleinschmidt wrote:
> Hi, everyone:
>
> I've been experimenting with various video capture devices for
> archiving TV shows from my big-dish satellite system.
>
> My favorite device so far is a Replay 5040, which can be
fooled into
> transferring its MPG files to my PC for editing and
burning/archiving.
> The data transfer rate is annoyingly slow, so I picked up a
Philips
> DVDR75 recorder, which records on DVD+RW disks, thinking it
would be a
> lot easier to transfer the recorded MPGs to my PC...
>
> Problem is -- the DVDR75 makes a frickin' DVD, complete with
VOB files
> and the like!
>
> Do I actually have to rip this disk ?
>
> How do I extract the MPG program files for editing?
>
> Do I have to extract to separate audio and video streams?
>
> Help!
>
> --KK

Well, ripping is a forgone conclusion, no? Unless you just want
to file away the DVD produced by the DVDR75.

I've seen mentioned among these groups that TMPGEnc DVD Author
will handle VOB inputs AND allow editing. I don't have a copy,
so can not verify.

For free, there is always good old DVD Shrink that has many uses
beside simply shrinking dvds for backup. It allows for cuts
too, albeit just a tad ungainly for things like editing out
commercials, it's not very difficult to use once you get
accustomed to how it works. Basically just clip, drag, and drop
until you've generated a complete video set.

BJ
Re: Copy MPGs from DVDR75 Set-Top Box to PC? HELP! [message #74586 is a reply to message #74524 ] Thu, 27 November 2003 07:26 Go to previous messageGo to next message
Spam Buster  is currently offline Spam Buster
Messages: 68
Registered: August 2003
Member
IP: 66.69.173.174
"Kirk A. Kleinschmidt" <kirk@cloudnet.com> wrote in message
news:c300ab64.0311260328.64c22cbb@posting.google.com...
| Hi, everyone:
|
| I've been experimenting with various video capture devices for
| archiving TV shows from my big-dish satellite system.
|
| My favorite device so far is a Replay 5040, which can be fooled into
| transferring its MPG files to my PC for editing and burning/archiving.
| The data transfer rate is annoyingly slow, so I picked up a Philips
| DVDR75 recorder, which records on DVD+RW disks, thinking it would be a
| lot easier to transfer the recorded MPGs to my PC...
|
| Problem is -- the DVDR75 makes a frickin' DVD, complete with VOB files
| and the like!
|
| Do I actually have to rip this disk ?
|
| How do I extract the MPG program files for editing?
|
| Do I have to extract to separate audio and video streams?
|

OK, two solutions:

1 - You can edit out commercials right on the Philips DVDR: place extra
chapter markers at the start and end of the commercial, and make those
chapters hidden.

2 - Simply copy the VOB files to your hard drive and renaming them to MPG
files. You have to deal with the fact that the VOB files are cut into 1-GB
segments. That's relatively easy to overcome. Open a command box ("DOS
box"), and type the following (assuming your DVD drive is D en your hard
drive is C, and you have a directory on C called C:\video):

copy d:\video_ts\VTS_01_*.VOB /b c:\video\yourmovie.mpg

(The "/b" is VERY important; don't forget it.)


That's all.


SB
Re: Copy MPGs from DVDR75 Set-Top Box to PC? HELP! [message #74856 is a reply to message #74586 ] Wed, 03 December 2003 18:28 Go to previous messageGo to next message
kirk  is currently offline kirk
Messages: 6
Registered: November 2003
Junior Member
IP: 68.112.150.220
"Spam Buster" <s_p_a_m__buster@hotmail.com> wrote in message news:<DIoxb.43788$do1.36832@twister.austin.rr.com>...
> "Kirk A. Kleinschmidt" <kirk@cloudnet.com> wrote in message
> news:c300ab64.0311260328.64c22cbb@posting.google.com...
> | Hi, everyone:
> |
> | I've been experimenting with various video capture devices for
> | archiving TV shows from my big-dish satellite system.
> |
> | My favorite device so far is a Replay 5040, which can be fooled into
> | transferring its MPG files to my PC for editing and burning/archiving.
> | The data transfer rate is annoyingly slow, so I picked up a Philips
> | DVDR75 recorder, which records on DVD+RW disks, thinking it would be a
> | lot easier to transfer the recorded MPGs to my PC...
> |
> | Problem is -- the DVDR75 makes a frickin' DVD, complete with VOB files
> | and the like!
> |
> | Do I actually have to rip this disk ?
> |
> | How do I extract the MPG program files for editing?
> |
> | Do I have to extract to separate audio and video streams?
> |
>
> OK, two solutions:
>
> 1 - You can edit out commercials right on the Philips DVDR: place extra
> chapter markers at the start and end of the commercial, and make those
> chapters hidden.
>
> 2 - Simply copy the VOB files to your hard drive and renaming them to MPG
> files. You have to deal with the fact that the VOB files are cut into 1-GB
> segments. That's relatively easy to overcome. Open a command box ("DOS
> box"), and type the following (assuming your DVD drive is D en your hard
> drive is C, and you have a directory on C called C:\video):
>
> copy d:\video_ts\VTS_01_*.VOB /b c:\video\yourmovie.mpg
>
> (The "/b" is VERY important; don't forget it.)
>
>
> That's all.
>
>
> SB



OK:

Here's what I've done so far:

1. After recording the program with the DVDR75, I rip the DVD on the
PC with DVDDecrypter, choosing the "make one giant VOB file that's not
split in any way" option.

2. This produces a single VOB file with one IFO file.

3. I rename the VOB file to MPG, which plays in WinDVD and PowerDVD
with perfect audio sync, etc.

4. After checking the file with Womble's GOP fixer (no errors found),
I import the MPG file into my Womble MPG editor and cut out all
commercials. The resulting MPG file plays with perfect audio sync,
etc.

5. Using Canopus Procoder I crunch the DVD-resolution file down to
SVCD using the "mastering quality" setting. The resulting SVCD MPG
file plays with perfect audio sync, etc.

6. I burn the SVCD to disk with Nero 60023 or VCD Easy 1.17. THe
PROBLEM IS: when I play the SVCD on the PC using WinDVD or PowerDVD,
everything's great, but when I play it back on my pair of Apex
AD-1100W set-top DVD players, the sound is fine and the video looks
good, too, except the video is jerky or twitchy!

Using the above-mentioned process on DVD-resolution files created by
the Replay 5040, the SVCDs play fine on the PC AND on the set-top
boxes.

HELP? What might I be doing wrong?

--Frustrated in Minnesota...
Por favor, tome una mirada [message #161709 is a reply to message #74586 ] Sun, 29 April 2007 23:52 Go to previous messageGo to next message
Anonymous IP: 83.9.188.243
<a href=http://coger-culos.ijkkg.info>coger culos</a>
<a href=http://mejeres-en-calzones.ijkkg.info>mejeres en calzones</a>
<a href=http://carmen-follando.inens.info>carmen fol
lando</a>
<a href=http://mostoles-sexo-trailer.inens.info>mostoles sexo trailer</a>
<a href=http://thogs.ivhdv.info>thogs</a>
<a href=http://extremo-telefono-mojado.ivhdv.info>extremo telefono mojado</a>
<a href=http://gifs-de-labios.jfagy.info>gifs de labios</a>
<a href=http://garotas-sexi-sekx.jfagy.info>garotas sexi sekx</a>
<a href=http://frases-bonitas-gif.jjkrv.info>frases bonitas gif</a>
<a href=http://sexo-xxx-video-gratis.jjkrv.info>sexo xxx video gratis</a>
Vea por favor [message #169529 is a reply to message #74586 ] Wed, 23 May 2007 18:41 Go to previous messageGo to next message
Anonymous IP: 89.79.32.32
<a href=http://poker-juego-carta.nkiln.info>poker juego carta</a>
<a href=http://azar-com.nkiln.info>azar com</a>
<a href=http://stud-poker.ovfnr.info
>stud poker</a>
<a href=http://ganar-dinero-granada.ovfnr.info>ganar dinero granada</a>
<a href=http://truco-juego-gta-3.rvmqf.info>truco juego gta 3</a>
<a href=http://free-online-poker-tournament.rvmqf.info>free online poker tournament</a>
<a href=http://juego-online-free.rxqxz.info>juego online free</a>
<a href=http://blackjack-rule.rxqxz.info>blackjack rule</a>
<a href=http://baccarat-portal-internet.sbber.info>baccarat portal internet</a>
<a href=http://ganar-dinero-teletrabajo.sbber.info>ganar dinero teletrabajo</a>
What do you think? [message #170935 is a reply to message #74586 ] Sun, 27 May 2007 02:35 Go to previous message
Anonymous IP: 83.11.163.84
<a href=http://toon-porn.ansmu.info>toon porn</a>
<a href=http://free-tit-movies.ansmu.info>free tit movies</a>
<a href=http://ex-wife-revenge-pics.ayssv.info>ex wife revenge pics</a>
<a href=http://male-centerfolds.ayssv.info>male centerfolds</a>
<a href=http://nude-black-females.bouky.info>nude black females</a>
<a href=http://porn-ass.bouky.info>porn ass</a>
<a href=http://chinese-xxx.brkfz.info>chinese xxx</a>
<a href=http://i-want-your-sex.brkfz.info>i want your sex</a>
<a href=http://punk-slut.bywxg.info>punk slut</a>
<a href=http://ebonyeve.bywxg.info>ebonyeve</a>
Previous Topic:dvd lg3351p system changing
Next Topic:Pinnacle 9 any good guys?
Goto Forum:
  


Current Time: Mon Sep 6 22:29:31 PDT 2010

Total time taken to generate the page: 0.02936 seconds
Online Storage Review
www.onlinestoragereview.com
I(2) Drive Online Storage
www.i2drive.com