TiVo Community
TiVo Community
TiVo Community
Go Back   TiVo Community > Main TiVo Forums > TiVo Home Media Features & TiVoToGo
TiVo Community
Reply
Forum Jump
 
Thread Tools
Old 10-17-2008, 12:06 PM   #31
ding
Registered User
 
Join Date: Feb 2006
Posts: 45
Tim,

I just did some googling and found this.

You need to change comskip.ini to export edls. So go into comskip.ini with text edit and change
Quote:
output_edl=0
to read
Quote:
output_edl=1
Then you can use this edl as a cutlist with mencoder. Download mencoder
http://sourceforge.net/project/showf...group_id=62947
and tell it to use the edl. I found these commands that seem to work
Quote:
video.mpg -edl video.edl -of mpeg -ovc copy -mpegopts format=dvd:tsaf -oac copy -o output.mpg
video.mpg being the name of your source. video.edl being the name of you edl and output.mpg being the name of your output.

let me know how that goes. I still haven't found out how to do it with ffmpeg.
ding is offline   Reply With Quote
Old 10-17-2008, 12:12 PM   #32
Tim Winders
Registered User
 
Join Date: Oct 2007
Posts: 26
Quote:
Originally Posted by ding View Post
let me know how that goes.

Testing now. Thanks!
Tim Winders is offline   Reply With Quote
Old 10-17-2008, 02:29 PM   #33
Tim Winders
Registered User
 
Join Date: Oct 2007
Posts: 26
Got that to work, but the audio and video got way out of sync. Ugh. Will do some more googling and try some different options. Thanks for giving me the general direction...
Tim Winders is offline   Reply With Quote
Old 10-17-2008, 09:10 PM   #34
ding
Registered User
 
Join Date: Feb 2006
Posts: 45
Thumbs up

Tim,

Ok, I was getting the same out of sync problem so I did some more googling and I found a solution. It seems like the file created by iTivo has alot of skipped frames. This is most definitely due to the original .tivo file and not something iTivo is doing but it causes it to go out of sync every time there is a cut. The fix is "-noskip", thats it. So the command would be
Quote:
video.mpg -edl video.edl -noskip -of mpeg -ovc copy -mpegopts format=dvd:tsaf -oac copy -o output.mpg
This worked for me perfect. There might be a better way so if you find it post it.

Hopefully this could be an option for the next iTivo.

Last edited by ding : 10-17-2008 at 09:16 PM.
ding is offline   Reply With Quote
Old 10-21-2008, 02:32 PM   #35
Tim Winders
Registered User
 
Join Date: Oct 2007
Posts: 26
I finally had a chance to try the -noskip option and got the same results. I'll do some more googling and see what I can figure out. But, this is promising for a possibility as an "Advanced" option for the future.
Tim Winders is offline   Reply With Quote
Old 10-25-2008, 07:02 AM   #36
preeble
Registered User
 
Join Date: Jul 2003
Posts: 11
On a totally different note, I am having issues downloading the shows - it appears that the downloads keep repeating themselves. For example, I will start downloading a show and perhaps I will walk away from the computer an hour later and the show will be 25% downloaded. When I return in a few hours, the show will only be, say 10% downloaded.

Either the connection/download reset or once it finishes, it tries to download again. I'm trying to catch it right at the end, but just haven't been able to time it yet, but will keep trying to see what happens. In the meantime, any thoughts or places I can look?
Thanks.
preeble is offline   Reply With Quote
Old 10-25-2008, 03:52 PM   #37
Yoav
Registered User
 
Join Date: Jan 2007
Posts: 1,048
Quote:
Originally Posted by preeble View Post
On a totally different note, I am having issues downloading the shows - it appears that the downloads keep repeating themselves. For example, I will start downloading a show and perhaps I will walk away from the computer an hour later and the show will be 25% downloaded. When I return in a few hours, the show will only be, say 10% downloaded.

Either the connection/download reset or once it finishes, it tries to download again. I'm trying to catch it right at the end, but just haven't been able to time it yet, but will keep trying to see what happens. In the meantime, any thoughts or places I can look?
Thanks.
The show is downloaded via a regular http download (by a program named curl). You can try to manually download the program by connecting to

https://<tivoip>/

with username 'tivo', password <your MAK>

iTiVo tries to download the show, and then compares the size of what it got to the size that tivo claims it should be. If it doesn't get at least 85% of the show, it will retry (up to 4 times) before giving up (next version will actually do something more like 85, 70, 55, 40 in each attempt)...

One possible reason for regular truncation is another 'fetch' running. the tivo will only let you download one show at a time. So make sure no other program is trying to download from the tivo.
Yoav is offline   Reply With Quote
Old 11-06-2008, 08:41 PM   #38
fatespawn
Registered User
 
fatespawn's Avatar
 
Join Date: Oct 2007
Location: Chicagoish, IL
Posts: 131
I run into the same problems with iTivo as I did with TivoDecodeManager. It hangs after 1.67% and won't continue.

It's not another 'fetch' because NowPlaying 2.51 works perfectly. I just wish I could covert to mp4 and edit commercials on the fly, get subscriptions, and queue downloads.

-fate
fatespawn is offline   Reply With Quote
Old 11-07-2008, 12:59 AM   #39
Yoav
Registered User
 
Join Date: Jan 2007
Posts: 1,048
Quote:
Originally Posted by fatespawn View Post
I run into the same problems with iTivo as I did with TivoDecodeManager. It hangs after 1.67% and won't continue.

It's not another 'fetch' because NowPlaying 2.51 works perfectly. I just wish I could covert to mp4 and edit commercials on the fly, get subscriptions, and queue downloads.

-fate
I would love to help debug this, but I haven't been able to reproduce this yet. (You are not alone, others have reported this problem, and yet for the majority it works).

With 1.3 there should be an 'advanced' preferences option to turn on logging. Can you turn on logging and look at <homedir>/iTiVo.log and /tmp/iTiVoDL-<username>
is there anything interesting in there?
Yoav is offline   Reply With Quote
Old 11-07-2008, 10:08 AM   #40
fatespawn
Registered User
 
fatespawn's Avatar
 
Join Date: Oct 2007
Location: Chicagoish, IL
Posts: 131
When I press "pref" and go to the "advanced" tab, all I see is "update with beta software" and "run when download completes." I don't see an "enable logging."

I see multiple growl notifications about incomplete download, then it hangs for a while, then it finally just stops.

-fate
fatespawn is offline   Reply With Quote
Old 11-07-2008, 11:24 AM   #41
fatespawn
Registered User
 
fatespawn's Avatar
 
Join Date: Oct 2007
Location: Chicagoish, IL
Posts: 131
Ok, I downloaded the non-beta version and see the log button. I have duplicated the same results. Where should I send them?

-fate
fatespawn is offline   Reply With Quote
Reply
Forum Jump




Thread Tools


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Advertisements

TiVo Community
Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
vBulletin Skins by: Relivo Media
(C) 2008 Capable Networks LLC - All Rights Reserved. No information may be posted elsewhere without written permission.
TiVoŽ is a registered trademark of TiVo Inc. This site is not owned or operated by TiVo Inc.
All times are GMT -5. The time now is 02:25 AM.
OUR NETWORK: TechLore | Sling Community | Robo Community | MediaSmart Home | My Digital Entertainer | TouchSmart Community | Pogoplugged | DVR Playground