NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Other Clients Old Stuff (legacy) MVP & NMT v
« Previous 1 … 63 64 65 66 67 … 115 Next »
Advice : How to best rip DVD for MVP playback

 
  • 0 Vote(s) - 0 Average
Advice : How to best rip DVD for MVP playback
mage_tiko
Offline

Junior Member

Posts: 13
Threads: 5
Joined: May 2006
#1
2006-07-12, 01:21 AM
...
Guys,

I've had GBPVR and theee rev H2 MVPs for about 3 months, used almost exclusively for ripped DVD playback (I have a Tivo for other stuff).

I typically rip DVDs to SVCD specs (480x480/192 MP2 audio) using the transcode function of VLC. Works very well, maintains aspect, etc. etc.

BUT..

I just can't seem to get reliable fast-forward/rewind or skip, either with or without providing the skip duration via keypad: The audio always gets out of sync.

So, I could use some advice. I want my DVD rips to maintain audio sync when skipping ahead on the MVP. And, I'm flexible. If there is a better transcoding method than VLC, I'm all for it, provided it can rip straight from disc to mpg.

...
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#2
2006-07-12, 03:04 AM
Ha ha, I've been through this problem. I had the same issues, forwards and backwards skip would either kill the picture but the audio would carry on etc.

I thought that "standard" SVCD was about the best option - i also tried a VCD compliant mpeg but I'm sure that had the same problems.

I think I did have success with creating a stand SVCD using tmpgenc and have also had success with Nero digital. But mostly I;m converting AVI/DivX/Xvid to Mpg2.

Have you tried "converting" a DVD to a DVD compliant mpg file - using something like tmpgenc - much larger files though....
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#3
2006-07-12, 04:37 AM
mencoder can do that...to mpeg2 file...and actually keep same quality as it doesn't have to touch the video at all..[keeping aspect etc.]
just use -ovc copy and -oac lavc -lavcopts acodec=mp2:etc,etc...
ultra fast too since not re-encoding video..
and you'll get PERFECT ff/rw as vlc doesn't make proper timelines at all.. mencoder and ffmpeg do...Smile
i sure wish they'd fix the timeline issue in vlc...kinda cripples it for mpegs..
have you tried vlc's mpeg1,same resolution? [MVP can play mpeg1 also]
[may have good timelines,looks similar onscreen]
or you could use the dump function of mplayer...
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#4
2006-07-12, 04:44 AM
have you tried XDVD from the wiki?
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
SimonP
Offline

Junior Member

Posts: 39
Threads: 8
Joined: Aug 2004
#5
2006-07-15, 06:25 PM
pBS Wrote:mencoder can do that...to mpeg2 file...and actually keep same quality as it doesn't have to touch the video at all..[keeping aspect etc.]
just use -ovc copy and -oac lavc -lavcopts acodec=mp2:etc,etc...
ultra fast too since not re-encoding video..
and you'll get PERFECT ff/rw as vlc doesn't make proper timelines at all.. mencoder and ffmpeg do...Smile

Could you point me/us in the direction of a Windows executable for mencoder please? It seems to be a Linux utility and I haven't a clue about compiling source code and stuff. A simple install and run version would be great! Smile

Thanks.
4zm4r3d02
Offline

Senior Member

USA
Posts: 356
Threads: 90
Joined: May 2005
#6
2006-07-15, 07:59 PM
SimonP Wrote:Could you point me/us in the direction of a Windows executable for mencoder please? It seems to be a Linux utility and I haven't a clue about compiling source code and stuff. A simple install and run version would be great! Smile

Thanks.

http://www.mplayerhq.hu/design7/dload.html
Intel Core i7-4790 / 32GB RAM / Windows 10 Pro 64 bit / HDHomeRun CONNECT DUO Model: HDHR5-2US
ltkafee
Offline

Junior Member

Posts: 5
Threads: 1
Joined: Jul 2006
#7
2006-07-16, 02:00 AM
pBS Wrote:mencoder can do that...to mpeg2 file...and actually keep same quality as it doesn't have to touch the video at all..[keeping aspect etc.]
just use -ovc copy and -oac lavc -lavcopts acodec=mp2:etc,etc...
ultra fast too since not re-encoding video..
and you'll get PERFECT ff/rw as vlc doesn't make proper timelines at all.. mencoder and ffmpeg do...Smile
i sure wish they'd fix the timeline issue in vlc...kinda cripples it for mpegs..
have you tried vlc's mpeg1,same resolution? [MVP can play mpeg1 also]
[may have good timelines,looks similar onscreen]
or you could use the dump function of mplayer...

I've tried using mencoder to do that, but it seems that the default file-type for "-ovc copy" is an avi, not an mpeg2 as suggested. Can you help with where I've gone wrong in the mencoder command line:

mencoder dvd://1 -o "e:\Images\title1.mpg" -ovc copy -oac lavc -lavcopts acodec=mp2

Thanks!
lajams
Offline

Member

Posts: 103
Threads: 16
Joined: Oct 2005
#8
2006-07-16, 02:23 AM
I use the following process and it works well.

Step 1: Rip the DVD.

Step 2: Reauthor DVD down to the main movie.

Step 3: Strip and downmix the audio with DGIndex.

Step 4: Recode/Mux to MPEG2 with TMPGEnc (to SVCD quality to save space).

The process involves some freeware, but you will need to purchase TMPGEnc (its worth it). If you are willing to try something new I'd be happy to work with you to try it out. TMPGEnc has a 30-day free use license on the MPEG2 encoding function, and then it disables itself...so you wouldn't have to lay out cash just to see if its for you.

LA.
LAJams

Media Server:

Server2003 Standard
GBPVR (currently recording only)
Asus P4P800-E Motherboard
Pentium 4 CPU
1GB DDR400 Memory
Hauppage PVR150
2x MediaMVPs
BigT4187
Offline

Junior Member

Posts: 10
Threads: 2
Joined: Dec 2005
#9
2006-07-16, 02:57 PM
I stumbled across this post and as a new comer to this whole transcoding thing I am very intimidated. I am comfortable ripping DVDs to the hard drive and reauthoring the ripped to included the movie only, but when it comes to the trasncoding thing and the long command line l am totally lost .. mencoder ... ffmpgeg ... TMPGenc ... lost I tell you.

I bought the MVP to do hook up to the living room to play my kids' stacks of DVD, so I would love to get this working to get rid of the 40+ "backed up" DVDs that my wife and I have to sort through when one of the kids want to watch a movie.

I would love to be able to do what the other posters are talking about ... I just need some guidance.

Thanks.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  playback through PCH A110 is cropped dongna 17 12,658 2015-10-05, 11:54 PM
Last Post: Jaggy
  PCH Skip/Rewind Buttons Not Working Durring Playback Tony 4 4,146 2013-03-31, 12:24 AM
Last Post: Tony
  TS playback problem WKleeven 5 4,039 2011-09-27, 07:40 PM
Last Post: WKleeven
  Stuttering / Freezing on PCH-A100 but OK on PC Playback? jksmurf 13 6,459 2011-09-25, 04:27 PM
Last Post: SFX Group
  NPVR playback of recordings over MVP severely pixelated dongna 12 6,902 2011-09-04, 08:41 PM
Last Post: mvallevand
  MVP Help - Analog playback OK, HD playback missing video spdrac1 4 3,053 2011-05-22, 10:24 PM
Last Post: spdrac1
  Suggestions for converting DVDs to MPG for MVP playback wtg 15 5,350 2011-02-23, 06:13 AM
Last Post: pBS
  No Playback via MVP on NPVR.... systemshark 3 2,774 2010-12-29, 07:09 PM
Last Post: mvallevand
  Random skipping on playback with PCH a100 Esteban 8 2,972 2010-03-11, 04:12 PM
Last Post: Esteban
  Audio Playback on the MVP mvallevand 8 2,863 2009-03-08, 02:30 PM
Last Post: mvallevand

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode