View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 66 posts ] 
Go to page Previous  1, 2, 3, 4, 5  Next

Print view Previous topic   Next topic  
Author Message
Search for:
 Post subject:
PostPosted: Mon Jul 10, 2006 12:04 pm 
Offline
Joined: Sun Dec 04, 2005 1:44 pm
Posts: 403
Location: Central NJ
I currently use a modified myth2ipod script to encode recordings for my pocket pc. The only problem is that my recordings are named with the cryptic myth numbering scheme.

Does the solution that you online in the WIKI yield files with useful filenames? i.e. is the show title in the filename?

If so, I'll give your method a try.

_________________
Currently running: R5.5, HD5000 x 2, PVR150, Athlon 64 3000+, Chaintech VNF4, 1GB RAM, 2 x 250GB in LVM, MSI NX6200TC -> AA 9A60 -> HDTV


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jul 10, 2006 3:25 pm 
Offline
Joined: Mon Aug 29, 2005 4:04 pm
Posts: 729
Location: Philadelphia, PA US
Quote:
Does the solution that you online in the WIKI yield files with useful filenames? i.e. is the show title in the filename?


No does that 1002_1231341423.XviD.avi naming. But try chaning around the nuveport line to something like below.

Code:
$cmd = "/usr/local/bin/nuvexport --chanid=$chanid --start=$start $nuvoptions --filename=$title\_$subtitle.$portable --path=$feedpath";


Beware you may have problems though with shows with invalid filename charcter like "That 70's show" .


Top
 Profile  
 
 Post subject: why not autotranscode?
PostPosted: Thu Jul 20, 2006 12:06 pm 
Offline
Joined: Mon Nov 07, 2005 10:09 am
Posts: 153
pardon my ignorance but what is the difference between doing this and selecting the autotranscode option in the setup menus and selecting autodetect from mpeg2 to transcode to mpeg4. What is the difference?


It has options to select 2 pass encoding, etc. Isn't xvid just open source mpeg4? Why not avc h.264 ?


Top
 Profile  
 
PostPosted: Thu Jul 20, 2006 10:25 pm 
Offline
Joined: Mon Aug 29, 2005 4:04 pm
Posts: 729
Location: Philadelphia, PA US
randomhtpcguy wrote:
pardon my ignorance but what is the difference between doing this and selecting the autotranscode option in the setup menus and selecting autodetect from mpeg2 to transcode to mpeg4. What is the difference?

It has options to select 2 pass encoding, etc. Isn't xvid just open source mpeg4? Why not avc h.264 ?


XviD is a type of MPEG4 from my understanding XviD is high quality format with smaller file size than MPEG4. 2 pass XviD should be around 475mb compared to 900mb for MPEG4. I am not sure though on MPEG4 size though I have not tried it since R5A26 on a VL4 card. For me XviD is more of a defacto codec standard and the quality/size ratio fits my needs for archiving recorded shows.

h.264 would certainly be nice, I hear x.264 handles HD better. I just didn't take the time to reseach if/how nuvexport can export to H.264, it may be possible.

Info on codecs and size comparison.
http://www.linuxjournal.com/article/8524


Top
 Profile  
 
PostPosted: Tue Aug 15, 2006 11:21 am 
Offline
Joined: Sat Nov 12, 2005 7:19 pm
Posts: 23
Just figured out a gotcha on the Myth2xvid script ...

Just as a background I just built a new MythBox this weekend and since I have a lot of stuff encoded to X264 I recomplied the mplayer to use X264
4th post down is the script I used for the x264

Then I followed the Wiki to add the XviD script. When I ran the job it would show that it is completed but then only thing done was the RSS feed. When I finally got down to the most basic way to transcode the clip (nuvexport) I got a division by zero error. I found the fix in this post basically I needed to add --force-aspect=1.33 to the nuvexport command. It appears that the MPlayer upgrade caused their problem so I am assuming that it also caused mine.

I changed the code like this and it seems to run now :D

Code:
my $nuvoptions ="--transcode --force-aspect=1.33 --mode=XviD --nice=19 --cutlist --nodenoise --nodeinterlace --crop --multipass";

_________________
R5.50


Top
 Profile  
 
PostPosted: Thu Sep 07, 2006 5:19 am 
Offline
Joined: Mon Feb 06, 2006 2:36 pm
Posts: 10
I can't get the nuvexport transcoder to work after installing ffmpeg step 1-9 in the wiki. (R5C7)

Output:
Now encoding: Idol 2006: Del 5 av 23 säsong 2006
Encode started: Thu Sep 7 13:16:22 2006
First pass...
Waiting for mythtranscode to set up the fifos.
Waiting for mythtranscode to set up the fifos.
Waiting for mythtranscode to set up the fifos.
Waiting for mythtranscode to set up the fifos.
Waiting for mythtranscode to set up the fifos.
Waiting for mythtranscode to set up the fifos.
Waiting for mythtranscode to set up the fifos.
Waiting for mythtranscode to set up the fifos.
Waiting for mythtranscode to set up the fifos.
Waiting for mythtranscode to set up the fifos.
Waiting for mythtranscode to set up the fifos.
Waiting for mythtranscode to set up the fifos.
Waiting for mythtranscode to set up the fifos.
Waiting for mythtranscode to set up the fifos.
Waiting for mythtranscode to set up the fifos.
Waiting for mythtranscode to set up the fifos.
Waiting for mythtranscode to set up the fifos.
Waiting for mythtranscode to set up the fifos.
Waiting for mythtranscode to set up the fifos.
Waiting for mythtranscode to set up the fifos.
Waiting for mythtranscode to set up the fifos.
Waiting for mythtranscode to set up the fifos.
Waiting for mythtranscode to set up the fifos.
Waiting for mythtranscode to set up the fifos.
Waiting for mythtranscode to set up the fifos.
Waiting for mythtranscode to set up the fifos.
Waiting for mythtranscode to set up the fifos.
Waiting for mythtranscode to set up the fifos.
Waiting for mythtranscode to set up the fifos.
Waited too long for mythtranscode to create its fifos. Please try again.

sh-3.00$


Top
 Profile  
 
PostPosted: Thu Sep 07, 2006 6:11 am 
Offline
Joined: Mon Aug 29, 2005 4:04 pm
Posts: 729
Location: Philadelphia, PA US
Gustav wrote:
I can't get the nuvexport transcoder to work after installing ffmpeg step 1-9 in the wiki. (R5C7)

Try nuvexport from the command line.

Either
Code:
nuvexport --transcode

or
Code:
nuvexport --ffmpeg

Wizard will walk you though, what type of card are your recording coming from?


Top
 Profile  
 
 Post subject:
PostPosted: Thu Sep 07, 2006 6:37 am 
Offline
Joined: Mon Feb 06, 2006 2:36 pm
Posts: 10
I have try that and it wont work. Same problem

My card is a hauppauge 150.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Sep 08, 2006 12:19 pm 
Offline
Joined: Mon Aug 29, 2005 4:04 pm
Posts: 729
Location: Philadelphia, PA US
Quote:
I have try that and it wont work. Same problem

hmmm. does nuvexport work with any format ? asf, divx, vcd ?

You log previously shows using transcode engine. Using ffmpeg should show.

Anything out of the box/extra you did to your KM install?

Maybe try installing ffmpeg from cvs? Directions from Myth2ipod page..

http://www.myth2ipod.com/myth2ipod.html

Just change the one step around a little to enable mp3lame in ffmpeg

Code:
 ./configure --build i486-linux-gnu --enable-gpl --enable-pp --enable-zlib --enable-vorbis --enable-libogg --enable-theora --enable-a52 --enable-dts --enable-libgsm --disable-debug --enable-xvid --enable-faac --enable-mp3lame --prefix=/usr
   make
   make install


Top
 Profile  
 
 Post subject:
PostPosted: Sat Sep 23, 2006 4:17 pm 
Offline
Joined: Mon Jan 24, 2005 11:38 pm
Posts: 109
I can't seem to get this to work. I followed the instruction on the wiki exactly (the only exception is the location where to put the files, I used /myth/archive instead of /myth/video/archive). The job runs and finishes pretty much instantly and the new file is not there, so I tried running it from the command line using this command:

Code:
myth$ /usr/local/bin/myth2xvid /myth/tv 1054_20060922190000_20060922193000.nuv


and here is the output:

Code:
Loading MythTV recording info.
100%
Please specify both a starttime and chanid.
Nuvexport encoding seems to have failed
Nuvexport completed, starting xml generation...
"The_Daily_Show_With_Jon_Stewart--20060922" has been added to the feed.
XML file created for "The_Daily_Show_With_Jon_Stewart--20060922" : Yipeee
Cleaning up temporary files
rm -f /myth/archive/1054_20060922190000.temp.mp4
The Daily Show With Jon Stewart is ready for your XviD



Any ideas?


Top
 Profile  
 
 Post subject:
PostPosted: Sun Sep 24, 2006 12:37 pm 
Offline
Joined: Mon Jan 24, 2005 11:38 pm
Posts: 109
Follow up to my previous post, I updated to a newer version of nuvexport since I'm still running whatever version came with R5A15, and now I get the message:

Quote:
This version of nuvexport requires either the cvs or svn version of ffmpeg.


So I followed the instructions on the wiki for updating ffmpeg from cvs, and after installing it still says I have the same version of ffmpeg as before, and I cannot run nuvexport anymore. Is this a problem of me running too old a version of Knoppmyth? My box has been working great for a long time so I didn't want to upgrade.


Top
 Profile  
 
 Post subject:
PostPosted: Sat Sep 30, 2006 9:39 pm 
Offline
Joined: Sun Jan 15, 2006 2:35 pm
Posts: 10
I started getting this today also. I had just updated the version of nuvexport and tried to run it. I got:

Quote:
This version of nuvexport requires either the cvs or svn version of ffmpeg.



After updating to the latest cvs version of ffmpeg, I am still getting the same error.


Top
 Profile  
 
 Post subject:
PostPosted: Mon Oct 02, 2006 11:04 am 
Offline
Joined: Sun Aug 27, 2006 2:31 pm
Posts: 287
So does this work on the nuv files? I don't want to automatically transcode all of my recordings, but it'd be nice to have a one click solution to have them ready to play on my PPC with Core Player.

_________________
KM R5E50; K8NGM2; A64-3800+; 1024MB PC3200; LG DVD-RW; Seagate 750GB; 6600 PCI-E; Onboard sound; Hauppauge PVR-150


Top
 Profile  
 
 Post subject: AC3 audio?
PostPosted: Thu Oct 05, 2006 2:45 pm 
Offline
Joined: Sat Feb 04, 2006 1:50 pm
Posts: 24
I would like to use this for my HDTV recordings, but i want to try to preserve the original ac3 track, or even re-encode it at a lower bitrate. Would that be possible using this script?


Top
 Profile  
 
 Post subject:
PostPosted: Thu Oct 05, 2006 8:40 pm 
Offline
Joined: Mon Aug 29, 2005 4:04 pm
Posts: 729
Location: Philadelphia, PA US
Quote:
So does this work on the nuv files? I don't want to automatically transcode all of my recordings, but it'd be nice to have a one click solution to have them ready to play on my PPC with Core Player.


Maybe? You may have to use the --transcode option rather than --ffmpeg. I have used nuvexport with recording with a vl4 software card before of R530.2, but I no longer have that card to test.
Quote:
I would like to use this for my HDTV recordings, but i want to try to preserve the original ac3 track, or even re-encode it at a lower bitrate. Would that be possible using this script?

Don't know try nuvexport from command line and see if it preserves the AC3 if not look into command line switches to preserve the audio and modify the script as appropiate.

I have been out of town last few weeks, but I plan on testing this on R5D1 reading some posts could be some issues with either ffmpeg or nuvexport since R5C7.


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 66 posts ] 
Go to page Previous  1, 2, 3, 4, 5  Next



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:  
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu