NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) GB-PVR Support (legacy) v
« Previous 1 … 664 665 666 667 668 … 1231 Next »
Retime/mencoder

 
  • 0 Vote(s) - 0 Average
Retime/mencoder
the_e
Offline

Member

Posts: 93
Threads: 19
Joined: Jan 2006
#1
2006-11-29, 11:53 AM
Hi,

I'm trying to clean up some recordings (cut out commercials/padding) to put them on dvd. Some of my recordings with my Nova-t (9002) seem to have the wrong timestamps so that I have to fix the timestamp before I can run comskip -- otherwise comskip recognises the commercials, but they are in the wrong place when playing the file in GBPVR.

I downloaded "retime" from the wiki and set up a batch file to manually start it:

move "%~dpn1.mpg" "%~dpn1_faulty.mpg"
cd "path\to\retime" (yes, I have the correct path here :-))
call retime "%~dpn1_faulty.mpg" "%~dpn1.mpg"
del "%~dpn1_faulty.mpg"

For whatever reason, the audio is slightly out of synch when I play the retimed file.

I then tried mencoder -- also starting from a batch file:

move "%~dpn1.mpg" "%~dpn1_faulty.mpg"
"C:\Programme\devnz\Tools\mplayer\mencoder.exe" -idx -of mpeg -ovc copy -oac copy "%~dpn1_faulty.mpg" -o "%~dpn1.mpg"

When I play the file in GBPVR, I can't skip and the timeline shows "0:00:00" at both ends.

I have no idea which tool is better (retime or mencoder) so any suggestions would be appreciated as to which to use and how to use it (please keep it simple)

the_e
Asus Pundit-R, PVR250, Nova-T (9002), latest GB-PVR
wtg
Offline

Posting Freak

Posts: 1,402
Threads: 120
Joined: Mar 2005
#2
2006-11-29, 12:45 PM
I've found the same problem you have with mencoder. If I use the -ovc copy option, it's fast but the duration of the video shows up as 0:00:00 in anything other than Nero Showtime. What Nero does different than other players I don't know.

The only solution I've found with mencoder is to use other -ovc options. I currently use the statttik_transcode.bat batch file you'll find in one of this board's other threads. It makes mencoder re-encode the mpg so it looses it's blazing speed, but the timeline is correct at least.
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#3
2006-11-29, 10:27 PM
might try:
Code:
ffmpeg.exe -i "%1" -y -target dvd -g 15 -bf 2 -cgop -me x1 -vcodec copy -acodec copy  -f dvd "output.mpg"

or i have a directshow muxer that is as fast as it will ever get...[does a true demux with directx speed] i have a graphedit graph that i use for that..
[basically just use file reader->demux->muxer->file writer in graphedit]
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  mencoder fmv4 two pass command line help needed tvshowman 1 1,463 2009-04-25, 09:20 PM
Last Post: tvshowman
  Mencoder - telecine and audio sync Questor 1 2,548 2008-03-31, 10:12 PM
Last Post: pBS
  mencoder losing program segments mikelu 0 1,127 2008-03-12, 11:44 PM
Last Post: mikelu
  mpg->avi: mencoder doesn't work for large files gb-pvruser 4 2,020 2006-08-22, 05:35 PM
Last Post: gb-pvruser
  AutoGK vs. Stattik Mencoder Script theredbaron 2 1,489 2006-05-31, 10:51 AM
Last Post: theredbaron
  help substituting ffmpeg with mencoder >1gb limit terramir 8 2,670 2006-03-29, 12:58 AM
Last Post: sgilani
  ReTime / Mencoder Problem Slinkeepie 1 1,176 2006-01-28, 08:18 PM
Last Post: dneprrider

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

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

Linear Mode
Threaded Mode