NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 52 53 54 55 56 … 93 Next »
ffmpeg - VOB to MPG, timing errors...

 
  • 0 Vote(s) - 0 Average
ffmpeg - VOB to MPG, timing errors...
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#1
2006-08-04, 07:08 AM
(I'm transcoding some kids VOBs to Harddrive for easy MVP viewing)

Using ffmpeg.

When I transcode a VOB to an MPG, My video length timing is off... A 24:39 VOB becomes 28:35 MPG. Several 10 minute VOBs become 3 secs MPGs

(I should point out that it appears to create a full size MPG with all the content, just that VLC or WMP reports the lengths wrong.

I suspect that with those time errors, skipping forward and back with the MVP would be he11...

Any ideas?
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
HtV
Offline

Posting Freak

Posts: 3,470
Threads: 46
Joined: Dec 2005
#2
2006-08-04, 10:23 AM
Does ffmpeg really transcode the vob. That shouldn't be necessary because vob already is mpeg2.
I found this an interesting thread on videohelp.com
:
http://forum.videohelp.com/viewtopic.php...emultiplex
AMD Athlon 64 3000, HDD: 80, 120, 200 GB, Hauppauge 350 + 150, MVP, Asus 6000L Laptop client, Asus X50sl client,
Fritz!box 7140 modem/router, GBPVR 1.3.7.
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#3
2006-08-04, 10:55 AM
HtV Wrote:Does ffmpeg really transcode the vob. That shouldn't be necessary because vob already is mpeg2.
I found this an interesting thread on videohelp.com
:
http://forum.videohelp.com/viewtopic.php...emultiplex

Yup. I knew that. What I'm doing though, is downsizing the file size by transcoding to a different bit rate and aspect ratio... Saves space of the HD...
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
HtV
Offline

Posting Freak

Posts: 3,470
Threads: 46
Joined: Dec 2005
#4
2006-08-04, 04:30 PM
Have you tried retime on this. Or demux first then transcode, then mux again. Make sure audio is mp2, although I think mp3 works too. A lot of dvds have ac3-sound wich the mvp won't play. If you use ffmpeg to do it in one go it has (posibly) to transcode audio and video at the same time.Rolleyes
AMD Athlon 64 3000, HDD: 80, 120, 200 GB, Hauppauge 350 + 150, MVP, Asus 6000L Laptop client, Asus X50sl client,
Fritz!box 7140 modem/router, GBPVR 1.3.7.
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#5
2006-08-04, 10:46 PM
try the -copyts switch... [stnds for copy timestamps]
may or may not work...
also many dvd's now have blank sectors and sectors marked bad so sometimes readingthe will give choppy encodes...use something lto rip to hd first,then re-compress...or use Anydvd with ffmpeg...the encode will be smoother..
[anydvd decrypts the dvd in background,so you can just copy it to hd with copy command]
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#6
2006-08-04, 11:12 PM
oh and ffmpeg can copy the video and change the audio without messing up the timecodes...just use -vcodec copy and -acodec mp2
that way the timestamps and video go thru unchanged, and the audio is fixed for mvp..
those usually work great for me...smooth and skips work..
that really is the best way to watch dvd's on mvp..
also mencoder can do the same...

but make sure it's a ntfs drive you transcode to cuz the files will be over 4 gig for most dvd's...[and fat32 can't handle this,will cut them off]
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#7
2006-08-05, 05:43 AM
THanks to everyone for the considered input...

It turns out that I was doing everything right, and my resulting MPG was bang on for Time stamps etc.

It seemed that VLC was not reporting the correct time and length. That's what I was guaging all the rest of my info on...

Now: I'm taking all sequential VOBs joining into one temp VOB, and then transcoding down to a smaller MPG all quite seamlessly withing my ZProcess program...

Thanks
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
HtV
Offline

Posting Freak

Posts: 3,470
Threads: 46
Joined: Dec 2005
#8
2006-08-05, 11:31 AM
Cheers.
I noticed too in the past that vlc has different "time-estimates" it differs often from MediaPlayerClassic. Probably has to do with the fact that it uses its own decoders, not the directshow ones.
AMD Athlon 64 3000, HDD: 80, 120, 200 GB, Hauppauge 350 + 150, MVP, Asus 6000L Laptop client, Asus X50sl client,
Fritz!box 7140 modem/router, GBPVR 1.3.7.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Timing.Info question mvallevand 2 2,047 2013-04-19, 03:54 AM
Last Post: mvallevand
  NPVR 2.x recordings metadata and timing.info whurlston 4 2,820 2012-08-01, 06:19 PM
Last Post: whurlston
  timing render pastro 2 1,567 2007-08-30, 06:38 AM
Last Post: pastro
  ZProcess/FFmpeg wait time... zehd 2 1,731 2006-11-18, 06:00 PM
Last Post: zehd
  FFMPEG using ffdshow... zehd 2 2,080 2006-08-16, 12:23 PM
Last Post: zehd
  SQ Lite DB Lock Errors Jeff 0 1,222 2006-05-15, 11:27 PM
Last Post: Jeff

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

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

Linear Mode
Threaded Mode