View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 12 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
 Post subject: Copy to USB HD?
PostPosted: Mon Dec 26, 2005 4:46 pm 
Offline
Joined: Thu Dec 15, 2005 3:03 pm
Posts: 33
I have a 1.5GB thumb drive that I would like to use to copy the recorded shows onto to transfer to my computer. I do not have a stable internet connection, I am using a little Linksys 802.11B Wifi bridge and it looses the connection all the time, so transferring the files across the network is a no go, I get the "Network name is no longer available" when trying to transfer even the smallest file. Would it be possible for me to set up a menu where I can select a movie to transfer to my thumb drive?




Thnx, Protoss


Top
 Profile  
 
 Post subject:
PostPosted: Mon Dec 26, 2005 4:53 pm 
Offline
Joined: Fri Sep 19, 2003 7:05 pm
Posts: 5088
Location: Fontana, Ca
Of course it is possible.

_________________
cesman

When the source is open, the possibilities are endless!


Top
 Profile  
 
 Post subject:
PostPosted: Mon Dec 26, 2005 4:56 pm 
Offline
Joined: Thu Dec 15, 2005 3:03 pm
Posts: 33
Where would I start? Would I be able to modify a current function to do this?


Top
 Profile  
 
 Post subject:
PostPosted: Mon Dec 26, 2005 7:33 pm 
Offline
Joined: Fri Sep 19, 2003 7:05 pm
Posts: 5088
Location: Fontana, Ca
I knew your next question would be something like that... The answer is where do you want to start? You could probably use a script (PERL, Python, etc.) or write a C++ program. As the source is open, it really is up to you.

_________________
cesman

When the source is open, the possibilities are endless!


Top
 Profile  
 
 Post subject:
PostPosted: Mon Dec 26, 2005 7:34 pm 
Offline
Joined: Fri Sep 19, 2003 7:05 pm
Posts: 5088
Location: Fontana, Ca
You may also want to take a look nuvexport...

_________________
cesman

When the source is open, the possibilities are endless!


Top
 Profile  
 
 Post subject:
PostPosted: Mon Dec 26, 2005 7:35 pm 
Offline
Joined: Tue Apr 13, 2004 6:51 pm
Posts: 890
Location: Groton, MA
Quote:
I knew your next question would be something like that..


:lol: I knew your next answer would be something like that :lol:

_________________
R5F1 - Dell P4 2.4Ghz 500MB - PVR250 x 2 - GeForce FX 5200 - Onboard sound/NIC 80GB ATA/250GB ATA/400GB SATA


Top
 Profile  
 
 Post subject:
PostPosted: Mon Dec 26, 2005 8:49 pm 
Offline
Joined: Fri Sep 19, 2003 7:05 pm
Posts: 5088
Location: Fontana, Ca
:)

_________________
cesman

When the source is open, the possibilities are endless!


Top
 Profile  
 
 Post subject:
PostPosted: Mon Dec 26, 2005 9:21 pm 
Offline
Joined: Thu Dec 15, 2005 3:03 pm
Posts: 33
Lol..yea I am a bit lazy. I will take a look at nuvexport.


Top
 Profile  
 
PostPosted: Mon Jan 16, 2006 1:01 pm 
Offline
Joined: Mon Jan 05, 2004 1:30 pm
Posts: 139
Location: New Hope, MN
There are a couple of advantages you end up with by using nuvexport.

First you can almost always cut out comercials, or bits that you are not interested in. You may only be interested in 30 seconds of that four hour program. Elect to 'watch' the show first. Use the 'E' key to edit the show, Possibly use the 'Z' key to import the detected comercial breaks. Work around those breaks to set the correct cut points from your perspective. When done 'E' to exit the edit, and escape out of watching the program. (Or do what I do, set the current position to be after the last cut out point and let the viewer exit for you.)

Now use nuvexport to convert the video to the video format you want. I usually run this in my Video folder (/myth/video) where I can then import the file into my videos menu, but you may want to use the /home/mythtv folder. I do not recomend outputting directly to the usb key for a number of reasons, the biggest reason being you should write the entire file as one copy action, not by using the usbkey as a destination for tens or hundreds of thousands of write operations in an export. The other reason is that you may find that a video does not compress down to a 1.5 gig file for one reason or another, and you can then decide if you want to edit out more comercials, or try a different format.

If you want to eliminate 'half' of the video, without loosing all the cut points, simply edit the cut points and 'flip' the direction of the points of half of the points in the part you don't want, so that they don't close the cut, but open a new cut. Then when you have exported the first half, go back and reverse those cuts to allow that portion back in, and flip the cuts in the first half to hide that half for your next export.

One additional reason to use nuvexport is that the output will be a readable file name in the form 'Show Title - Episode Title.ext'. Granted you can do the same with manual scripts of your own, but it doesn't hurt to have it done for you right out of the box.

-Rusty

_________________
Master:
- AMD 1800XP on a MSI KT4V motherboard, via KT400 bios
- 120 G Segate Baracuda /, /cache, /myth, swap
- 200 G Segate Baracuda /myth/tv
- 3 Haupauge! WinTV PVR250s
- 19" Daewoo Monitor (1280x1024 ni)


Top
 Profile  
 
PostPosted: Mon Jan 16, 2006 2:56 pm 
Offline
Joined: Fri Nov 18, 2005 9:22 am
Posts: 777
Location: spencerport, ny (USA)
rusty0101 wrote:
the biggest reason being you should write the entire file as one copy action, not by using the usbkey as a destination for tens or hundreds of thousands of write operations in an export.
-Rusty


The non-obvious rationale behind this is that flash memory is not nearly as robust as "spinning" drives, and you can wear it out.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 19, 2006 5:56 pm 
Offline
Joined: Sun Jun 12, 2005 10:55 pm
Posts: 3161
Location: Warwick, RI
Hi Protoss,

To answer the basic first question, it is rather an easy task. I am assuming your system is ide not sata.

as root

# mkdir /stick # or call it what ever you desire
# chown mythtv:mythtv /stick
watch out for line wrap on this one... be sure to use two >>
# echo "/dev/sda1 /stick vfat defaults,user,noauto,showexec,umask=022 0 0" >> /etc/fstab
plug in your memory stick, and wait for a few seconds. I use the upper usb port normally
# mount /stick and a prompt should return. If an error try the other port.

usr mythtv can copy / retrieve material from the stick.. a safe place for your tweaks,,

I haven't tried however you should be able to cp /myth/pretty/filename.mpg /stick with no issue. Works better than a floppy as it can be a longer recording :)
When done, # umount /stick and remove

Mike



Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 26, 2006 9:53 am 
Offline
Joined: Tue Apr 05, 2005 5:04 am
Posts: 40
Can nuvexport be used non-interactively? I've experimented with it briefly and it seems really useful, but what would really make it great would be the ability to call it as a userjob automatically after recording a show so that your exported file is right there waiting for you when you want it.

Relatedly:
(1) Where can I find documentation for nuvexport? I've checked the semi-official nuvexport website, and there isn't much there.
(2) What variables are made available to to userjobs? This seems necessary so that the job would know what file to work on. Is this documented somehwere?

Thanks!


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 12 posts ] 


All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 11 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu