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) v
« Previous 1 … 92 93 94 95 96 … 125 Next »
Comclean cuts cause video to freeze

 
  • 0 Vote(s) - 0 Average
Comclean cuts cause video to freeze
funkybro_uk
Offline

Member

Posts: 86
Threads: 17
Joined: May 2005
#11
2005-11-28, 03:26 PM
erik Wrote:Some mpeg players can handle these not continous timelines.
YOu will find out if your is robust.Big Grin
If not, run retime after comclean or use comclean2.

Hi Erik

Just discovered your retime app. This sounds just the ticket for me, as my DVB-T reception is not perfect, and transmission errors confuse the skipping functionality in GB-PVR and also cause lipsync errors.

How long does it take to retime, say 30 mins of video? Is this something to run overnight, or can it be done in the background without disrupting GB-PVR usage (with MVP).

Also, how difficult/trivial was it to implement this? I record lots of DVB radio using GB-PVR, and would like to implement an app which checks to see if the video component of an mpeg2 is present, and if not, to demux the audio out, and transcode to mp3 using lame. This will save me the hassle of doing it all manually (using TMPGEnc currently). Does this require special MPEG knowledge, or can it be done using DirectShow for instance?

Cheers
funkybro
[SIZE="1"]Receiving UK DVB-T from Rowridge and DVB-S from Astra 28.2

PC: 3GHz AMD, 1GB RAM, XP Pro SP2.
TV stuff: Nova-T 909, Nova-T 90002, TwinHan clone TechniSat Skystar, 2xMVP.
Wireless link PC->router
Wired link router->MVP1
Wireless link router->Edimax EW-7206 54g Access Point->MVP2

Issues:
- Rubbish reception, due to dodgy set-top aerial
- MVP occasionally losing connection with PC
[/SIZE]
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,729
Threads: 767
Joined: Nov 2003
#12
2005-11-28, 04:40 PM
nightwalker Wrote:Erik:
Oh, no! I've just got comclean running well. I do watch videos from within GBpvr, on the MVP, so far all has been well. If i read this correctly i'm about to have problems with it? The reason i moved to comclean was GBpvr was not skipping consistantly, if at all.
To be honest, I wouldnt recommend anyone uses comclean. It does truely evil things to the file. It will definitely cause more problems with GB-PVR when trying to skip.
-stattik-
Offline

Posting Freak

Posts: 924
Threads: 26
Joined: Mar 2005
#13
2005-11-28, 04:56 PM
If you're using comclean to skip the commercials you could always check the box in the config app to automatically skip them for you. If you're using comclean to make the file smaller, you could transcode it as well.
erik
Offline

Posting Freak

Posts: 1,138
Threads: 123
Joined: Apr 2005
#14
2005-11-28, 05:57 PM
DOn't expect miracles from retime.
The only thing it does is split the mpeg PS into separate mpeg video and audio files (now you can check if there is no video and then convert the audio to mp3) and then muxes both files again together into a PS.

I agree with sub, if you use GBPVR (or zoomplayer) to watch then better not use comclean.

But for those that can not do playback on a computer but use networked mpeg playback devices its is a quick and very dirty solution. My family realy likes it.Smile
P4 3GHz 1GB, 250GB, nVidia dualTV, GBPVR 1.3.11, XP
Support Comskip, visit the forum and donate at http://www.comskip.org/
nellanayrb
Offline

Junior Member

Posts: 27
Threads: 6
Joined: Nov 2005
#15
2005-11-29, 01:32 AM
If all I'm trying to do with the comclean processed mpg file is burn it to a dvd, does it matter that the timeline is messed up and causes some decoders to crash? I mean, will the mpg be able to be burned to a dvd and play without problem, even though it would crash when played in a decoder on the computer?
Also, I know that I need to demux my mpg files before they can be burned to dvd with the myvideos plugin. Is the demuxing/remuxing that is done in either comclean2 or retime the same thing, and I wouldn't have to demux/remux again before burning to dvd?
DeadRun
Offline

Junior Member

Posts: 48
Threads: 10
Joined: Nov 2005
#16
2005-11-29, 06:03 AM
Sub - Does your warning about the use of comclean (with which I agree) apply to comclean2 also?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,729
Threads: 767
Joined: Nov 2003
#17
2005-11-29, 06:23 AM
I dont know anything about comclean2. If it does the same thing as comclean, then yes.
erik
Offline

Posting Freak

Posts: 1,138
Threads: 123
Joined: Apr 2005
#18
2005-11-29, 07:08 AM
When burning to a dvd involves demuxing then the timeline will be automatically repaired. This implies there will be normally no more problems (I never heard about any)

Comclean2 does the same, it demuxes and then is muxes the video and audio again into one file. That is why I assembled comclean2. Some guy (forgot his name, sorry) tried to use the DLink network media player and it could not handle the files from comclean. Now with comclean2 his problems where solved.

May I suggest you test both comclean2 and retime? If retime works OK its simpler because you do not need to install cuttermaran separately
P4 3GHz 1GB, 250GB, nVidia dualTV, GBPVR 1.3.11, XP
Support Comskip, visit the forum and donate at http://www.comskip.org/
nellanayrb
Offline

Junior Member

Posts: 27
Threads: 6
Joined: Nov 2005
#19
2005-11-29, 02:52 PM
Yeah, from what I understand by reading the myvideos wiki, and the dvd burning for dummies guide, the mpg is demuxed and remuxed into a dvd compatible format before it is able to be burned. I just wasnt sure if the muxing done by myvideos is the same thing that is done by retime/comclean2, or if all muxing is the same as another (i have no idea what muxing is lol). Myvideos has me run convert.bat which is:
Code:
"C:\utils\cmdshell\cPVAS.exe" "t:\demux.ajb"
rename "t:\temp - DELAY*" "temp.mpa"
"C:\utils\dvdauthor\mplex.exe" -f 8 -o %1 %2 %3
del "t:\demux.ajb"
del %2
del %3
del "t:\temp.mpa"
After this, the resulting file is another mpg that seems to me, identical to the original. I'll have to check if this muxing process fixes the comclean freezes due to the timeline being messed up.
erik
Offline

Posting Freak

Posts: 1,138
Threads: 123
Joined: Apr 2005
#20
2005-11-29, 04:04 PM
Apart from comclean2 and retime using mplex1.exe i.s.o.mplex.exe its the same.
P4 3GHz 1GB, 250GB, nVidia dualTV, GBPVR 1.3.11, XP
Support Comskip, visit the forum and donate at http://www.comskip.org/
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): « Previous 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Video Library Plugins? reven 1 14,301 2011-03-17, 08:02 PM
Last Post: gEd
  NPVR Video, Photo, Music icons SFX Group 5 9,696 2011-01-24, 11:18 AM
Last Post: martint123
  'Videos' Plugin for GB-PVR (Preview 1) - amazing youtube video must see! tvshowman 21 11,726 2010-02-13, 11:55 PM
Last Post: reven
  Video organization, plugin choice help huck 4 3,451 2009-07-02, 11:44 AM
Last Post: ACTCMS
  Slick skin: menu in Video Library missing? Torquewrench 2 2,320 2009-05-26, 06:26 AM
Last Post: tm12
  Problem playing ISO files - Sound but no video mustclimb14ers 0 1,901 2009-04-16, 04:15 PM
Last Post: mustclimb14ers
  Cannot configure weather as video plugin keith_leitch 2 1,856 2009-04-07, 10:00 AM
Last Post: keith_leitch
  Iphone Video BigT 1 1,724 2009-03-24, 04:58 PM
Last Post: steveum
  Mayhem 3 skin - Rules to show meta data for VIDEO folder? vskatusa 8 3,183 2009-02-22, 08:23 AM
Last Post: BekKen
  Comclean issues.. _Dude_ 9 4,029 2009-01-17, 03:29 PM
Last Post: tmschmal

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

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

Linear Mode
Threaded Mode