[mythtv-users] nuvexport error: ERROR: opening A/V streams (0/0)

2006-01-29 Thread Ajay Sharma

I'm running the latest version of nuvexport (nuvexport-0.2_pre20060118 
on Gentoo) and I'm getting an error when I try to do a MPEG2->MPEG2 
export.  I ran nuvexport with the debug flag and this is the command it 
told me to run manually:

$ mpeg2cut /mnt/store/1004_20060126213000_20060126215900.nuv './The 
Office - The Carpet.mpg' 53685 182-17625 21287-30180 37292-48045 53686-
tail: `-1' option is obsolete; use `-n 1' since this will be removed in 
the future
mpeg2cut v223-svn (c) 2005-2006 Gavin Hurlbut
Using mode Xvfb
Filename "/mnt/store/1004_20060126213000_20060126215900.nuv"
OutFile "./The Office - The Carpet.mpg"
Output Dir "."
Space needed: 1827864, Space available: 12451292
Last Frame 53685
Cutlist "182-17625 21287-30180 37292-48045 53686-"
Finding the AV Offset to use with lvemux: -10
Indexing the file with avidemux2
Cutting out commercials with avidemux2
Remultiplexing video
GOP timestamps will be rebuild
ERROR: opening A/V streams (0/0)
Cleaning up
rm: cannot remove 
`/mnt/store/1004_20060126213000_20060126215900.nuv.idx': No such file or 
directory
rm: cannot remove `./1004_20060126213000_20060126215900.m2v': No such 
file or directory
rm: cannot remove `./1004_20060126213000_20060126215900.mp2': No such 
file or directory
rm: cannot remove `./1004_20060126213000_20060126215900.m2v.idx': No 
such file or directory

Any ideas?

--Ajay
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] pvr-350 recording at 720x480 question

2005-04-14 Thread Ajay Sharma
Larry Symms wrote:
> Could someone suggest to me the proper way to configure X, ivtv, myth
> recording profiles, etc to enable recording at 720x480?  I've attempted
> to do this and I'm getting some erratic behavior so I'd like to hear
> suggestions before I go into too much depth about my issues.  I
> installed from knoppmyth r5a12.  I'm using kernel 2.6.9-chw-4, mythtv
> .17, and a pvr-350 with ivtv0.2.0-rc3b (but would like to go to ivtv
> 0.2.0-rc3i so I can use my new pvr150 at some point).

go here:

http://www.mythtv.org/modules.php?name=MythInstall

take some time to read over the docs because they will probably answer a
lot of your questions.  then come back to the list and ask about
specific problems.

I'm not trying to be an ass, I'm just trying to help you get the most
out of the mailing list.

--Ajay
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Double-Transcoding (was: Writing manual cutlist back to commercial cutlist?)

2005-04-13 Thread Ajay Sharma
Robin Smith wrote:

> Furthermore, if you then transcode with the cutlist you can physically
> remove those parts of the original file, shrinking the size and thus
> taking up less of your valuable storage space.

What happens if the recording is automatically transcoded down to MPEG4,
then you create a cutlist, and finally transcode again to remove the
commercials.  Does if transcode the whole recording over again, or just
cut out the commercials?  Sorry if this is a dumb question, I know this
is a high traffic list...

--Ajay
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Re: General transcoding help

2005-04-06 Thread Ajay Sharma
SpikeyGG wrote:

> Does anyone know why most of my recordings aren't showing up in the
> nuvexport list?  I have like 4 Simpsons episodes that I'd like to
> convert to AVIs but none of them show up in the menu. :(

Maybe you need to edit your /etc/nuvexportrc file?  I just emerged it in
last night and there's a new option:

#
# Setting require_cutlist to yes will tell nuvexport to show only those
# recordings that have a cutlist
#
require_cutlist=yes

--Ajay
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] PVR-500 installation

2005-04-05 Thread Ajay Sharma
Jarod Wilson wrote:
> On Monday 04 April 2005 13:37, Nathan Ford wrote:
> 
>>I just got my PVR-500 last weekend. Took some frigging but I got it to
>>work. Seems to work great now. Next step: Get a cleaner cable signal
>>to it :)

Do the drivers handle recording from the S-video port yet?  I'm using
Dish and a PVR-250 and I'm thinking about upgrading my setup to multiple
tuners.

--Ajay
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Anyone using Gentoo 2005.0 yet ?

2005-03-30 Thread Ajay Sharma
Anthony Relle wrote:
> Try this for size:
> 
> echo "media-tv/mythtv ~x86" >> /etc/portage/package.keywords 
> 
> This enables mythtv 0.17, currently in the 'unstable' (new) section of
> gentoo portage
> 
> You can then emerge as normal,
> 
> emerge -av mythtv 
> 
> This might not work for you, but it works on my system, so correct me at
> will!
> 
> Also useful:
> echo "www-apps/mythweb ~x86" >> /etc/portage/package.keywords 
> echo "media-plugins/mythdvd" >> /etc/portage/package.keywords 
> 
> Etc.
> 
> No need for a new emerge sync if you have done that recently
> 
> Disclaimer: I have:
> PORTDIR_OVERLAY=/etc/portage
> In my /etc/make.conf file.

PORTDIR_OVERLAY is where you can put your custom ebuilds.  Adding the
unstable flag to mythtv in the package.keywords file is a good idea and
will work for any gentoo user.  IE, you don't need the PORTDIR_OVERLAY
flag in your make.conf file.

--Ajay
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] How well does commercial detection work?

2005-03-29 Thread Ajay Sharma
Dan Wilga wrote:
> At 11:27 PM -0800 3/27/05, Ajay Sharma wrote:
> 
>> Daily Show:  Sometimes when they jump to a news clip they flash the
>> screen white for a second that that is picked up as a start of a
>> commercial.
> 
> 
> Interesting. The only problem I have with Daily Show is that the last
> commercial break (right before the "Moment of Zen") is incorrectly
> detected as going past the MOZ, all the way to the end of the recording.
> I have to remember not to hit Skip when I get to this point in the show,
> or I end up at the "You've finished watching" prompt.
> 
> Perhaps the one difference between you and me is the source: I watch
> Comedy Central on Dish Network.

I'm watching it through Adelphia Cable.

--Ajay
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] How well does commercial detection work?

2005-03-27 Thread Ajay Sharma

>>>I'm wondering how well everyone else's commercial detection is working?  

I was using the "ALL" method because everyone was talking about how
great it is.  I'm not that impressed with it but it might be because I'm
watching those shows that still have issues with it:

Lost:  Very dark at times, scene changes in the middle of the episode
get caught

Survivor:  Good most of the time, but the it jumps around at the end
during the tribal counsel part.

Daily Show:  Sometimes when they jump to a news clip they flash the
screen white for a second that that is picked up as a start of a commercial.

Earlier today I switched the commercial detection to "Scene Change +
Black Screen" or something like that.  I also took off the "Auto Skip".
 Most of the time it's great, but leave Auto Skip turned off.

--Ajay
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] capturing VCR input (macrovision?)

2005-03-17 Thread Ajay Sharma
jonr wrote:
Ajay Sharma wrote:
Have you tried to copy any macrovision-protected VHS tapes?  If so, 
does your capture card generate all these jacked up video files as if 
you were doing a VHS->VHS copy?
I don't think I have ever tried to copy one of those, is there something 
on the VHS that would let me know if it had this type of protection? If 
so, I could try it out and then see what happens.
Well, when I used to do VHS->VHS copies back in the day the resulting 
tape would have really bad lighting which would fade in and out.  That's 
usually the sign of macrovision.  I hear they are developing something 
similar for DVD's so that you can't copy them with software like DVDShrink.

Thanks for checking for me!
--Ajay
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] capturing VCR input (macrovision?)

2005-03-17 Thread Ajay Sharma
Jon Reynolds wrote:
How do you do that?  I want to do that too!
Ok, take the line carrying your cable/satellite hook-up and do it like so:
Take the line from your provider and connect that to the 'input' of your
cable/satellite box. From the 'output' of your cable/satellite box go to the
input of your vcr. From the 'output' of your vcr connect to the 'input' of your
capture card. Then turn on the vcr change the channel to 3 or 4 on Myth and you
should see your vcr tape playing inside of "Watch LiveTV". Record that. :)
You might need to hit the 'TV/VCR' button on the vcr.
Have you tried to copy any macrovision-protected VHS tapes?  If so, does 
your capture card generate all these jacked up video files as if you 
were doing a VHS->VHS copy?

My friend has been asking me to test this out for months and I haven't 
gotten around to capuring video from a VCR with my PVR-250.

--Ajay
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Dish TV question

2005-02-18 Thread Ajay Sharma
John Brooks wrote:
Hi, all. I've been following this list for a while in preparation for
my own adventures in Mythland. I've just picked up a Hauppauge PVR 250
and am looking to put together a mythtv box. Currently, I have Dish TV
with a Model 2700 receiver. After a little digging, I found a few
posts to the mailing list regarding getting MythTV set up with it- the
most useful of them being the following:
http://www.gossamer-threads.com/lists/mythtv/users/56136?do=post_view_threaded
I've only seen references to using irblaster for this model.
Use the solution described in this thread.  I've been using it for the 
past six months and it's excellent.

http://www.gossamer-threads.com/lists/mythtv/users/85663
No lirc, no kernel modules, no soldering, no dickin' around with timing, 
nothing.  Just a ir-blaster and a simple perl script.  I missed one 
channel-change but increased the delay between buttons and now it's 
working fine.

--Ajay
PS.  I have a dish network 2700 receiver.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] scheduling records

2005-02-17 Thread Ajay Sharma
aldo santini wrote:
DB Error (ProgramList::FromProgram):
Query was:
SELECT program.chanid, program.starttime, program.endtime,
program.title, program.subtitle, program.description,
program.category, channel.channum, channel.callsign, channel.name,
program.previouslyshown, channel.commfree, channel.outputfilters,
program.seriesid, program.programid, program.airdate,program.stars,
program.originalairdate, program.category_type FROM program LEFT
JOIN channel ON program.chanid = channel.chanid WHERE program.chanid =
1023AND program.endtime >= 2005021722 AND program.starttime <=
2005021800  GROUP BY program.starttime, channel.channum,
channel.callsign ORDER BY program.starttime, channum + 0 LIMIT 1000
Driver error was [2/1]:
QMYSQL3: Unable to execute query
Database error was:
Can't create/write to file '/tmp/#sql3450_41_2.MYI' (Errcode: 13)
A shot in the dark, why can't it create/write to the /tmp folder?  I'd 
check permissions, disk space, etc...

--Ajay
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Startup problems

2005-02-12 Thread Ajay Sharma
E rademaker wrote:
Hi,
I just upgraded from 0.16 to 0.17 and now have some
problems. The backend is failing to start and I am not
sure why. Any hints or pointers greatfully accepted
TIA
[EMAIL PROTECTED] parents]# mythbackend
Starting up as the master server.
2005-02-13 14:15:06.974 mythbackend version:
0.17.20050130-1 www.mythtv.org
2005-02-13 14:15:06.975 Enabled verbose msgs :
important general
QServerSocket: failed to bind or listen to the socket
Failed to bind port: 6543
[EMAIL PROTECTED] parents]#
Looks like something is using port 6543 which is why mythbackend can't 
bind to it.  Are you sure that it's not already running?

you can also do a 'netstat -nap' and find out what's running on port 6543.
--ajay
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Cable Modem == Free Basic Cable.

2005-02-07 Thread Ajay Sharma
I have Adelphia in Riverside, CA for my cable modem service.  For 
television, I'm using Dish Network (mainly for some international 
channels that aren't available anywhere else).  Money's kinda tight, so 
I scaled back my programming and only get the international channels and 
local channels on my Dish.

Someone told me that you can take the line from your cable modem and 
stick it in a regular "cable ready" TV and get basic cable.  So I stuck 
it into my PVR-250 and sure enough was able to tune up to channel 99. 
So now I have Comedy Central, CNN, History, Travel for free (yes, I know 
I'm still paying for the net connection).

Also, it integrates *perfectly* with my Myth box.  I can schedule 
recordings on the satellite or the cable and Myth switches between the 
two without any problems.

This is probably common sense to a lot of you but I just found this out 
and was quite excited.

--Ajay
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] ATC-620 & Antec Phantom 350 "fan less" Power Supply

2004-12-05 Thread Ajay Sharma
Has anyone used the Antec Phantom 350 power supply?  I ordered the 
Coolermaster ATC-620 and when it arrived I forgot to get the power 
supply.  I saw an ad for this silent fan-less power supply from Antec:

http://www.antec.com/us/productDetails.php?ProdID=24350
It looks good but Newegg has it for 166 which is *very* pricey.  Any 
thoughts on it?

Thanks,
Ajay
___
mythtv-users mailing list
[EMAIL PROTECTED]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users