View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 42 posts ] 
Go to page 1, 2, 3  Next

Print view Previous topic   Next topic  
Author Message
Search for:
 Post subject: nuvexport in R5E50
PostPosted: Mon Jan 01, 2007 7:49 pm 
Offline
Site Admin
Joined: Fri Sep 19, 2003 6:37 pm
Posts: 2659
Location: Whittier, Ca
There is an issue w/ nuvexport in R5E50 to fix, as root:
Code:
wget http://forevermore.net/files/nuvexport-latest.tar.bz2
tar xjvf nuvexport-latest.tar.bz2
cd nuvexport-0.4
make uninstall
make install
exit


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jan 03, 2007 12:57 pm 
Offline
Joined: Tue Aug 24, 2004 12:34 pm
Posts: 14
Location: Brazil
Thanks! Great job!

My mythtv user home directory is a simlink from /myth/mythtv to /home (space saving in /). This version of nuvexport only works from /myth/mythtv/nuvexport-0.4/. Is it because the directory is simlinked or is this the expected?


Top
 Profile  
 
 Post subject: Issues
PostPosted: Fri Jan 05, 2007 8:12 am 
Offline
Joined: Wed Apr 06, 2005 6:56 pm
Posts: 7
I think Cecil left out a few things. I had the same issue, but if you copy the nuvexport script to /usr/local/bin and copy nuvexportrc to /etc. it will work again from any where. I'm still having other issues though, xvid seems to only encode a 56kbps.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jan 05, 2007 9:13 am 
Offline
Joined: Tue Aug 24, 2004 12:34 pm
Posts: 14
Location: Brazil
Thanks, IEnigmusI. Worked fine!


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jan 05, 2007 11:12 am 
Offline
Joined: Mon Feb 13, 2006 7:10 pm
Posts: 36
Location: Australia
IEnigmus, was your XviD encoding working before you applied the above patch? I'm experiencing the same 56k issue but I think it's only occurred after the patch.

_________________
LinHES 7.1, Gigabyte GA-K8NXP-SLI m/b, Athlon 64 X2 4200+, 3Gb RAM, 80GB PATA (/ & /myth), 2TB SATA (/myth/tv), Gigabyte 8600GT component-out, 2x Dvico HDTV DVB-T Lite, 1x Hauppage HVR-2200 PCIe Dual, Harmony remote with Dvico IR receiver.


Top
 Profile  
 
 Post subject: Issues
PostPosted: Sat Jan 06, 2007 12:46 pm 
Offline
Joined: Wed Apr 06, 2005 6:56 pm
Posts: 7
Nuvexport functioned correctly for me in R5C7. I upgraded to 5e50 and the script errored entirely until I patched it. Now it seems to work except that xvid encodes at 56kbps no matter what I do. :(

However, if you theory is that the script itself contains an error it is possible. Perhaps it is holding a default value and not sending the custom value to FFmpeg.

I checked https://svn.forevermore.net/nuvexport/ which is the offically unoffical Nuvexport webpage and there are no bug reports for this. I would assume that this would be a more wide spread thing if it was simply a nuvexport script typo/error.


Top
 Profile  
 
 Post subject:
PostPosted: Sat Jan 06, 2007 1:32 pm 
Offline
Joined: Mon Aug 29, 2005 4:04 pm
Posts: 729
Location: Philadelphia, PA US
Quote:
However, if you theory is that the script itself contains an error it is possible. Perhaps it is holding a default value and not sending the custom value to FFmpeg.


You try running nuvexport running transcode engine (-transcode) rather than ffmpeg? I found that nuvexport and ffmpeg do not create 100% XviD compliant files. At least the transcode stuff may help you narrow down if it is an issue with nuvexport or ffmpeg.


Top
 Profile  
 
 Post subject: Issues
PostPosted: Sat Jan 06, 2007 3:19 pm 
Offline
Joined: Wed Apr 06, 2005 6:56 pm
Posts: 7
I have not. I assume you just run that option with Nuvexport?

Example:
nuvexport -transcode


Top
 Profile  
 
 Post subject:
PostPosted: Sat Jan 06, 2007 5:57 pm 
Offline
Joined: Mon Aug 29, 2005 4:04 pm
Posts: 729
Location: Philadelphia, PA US
Quote:
I have not. I assume you just run that option with Nuvexport?


2 dashes.

nuvexport --transcode


Top
 Profile  
 
 Post subject: Issues
PostPosted: Tue Jan 09, 2007 9:43 am 
Offline
Joined: Wed Apr 06, 2005 6:56 pm
Posts: 7
It does indeed seem that Transcode properly Transcodes to XVID. Perhaps the version of FFmpeg that comes stock in 5e50 has had revisions to it's command line options.

Thanks for getting me on track. :)


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jan 12, 2007 12:38 pm 
Offline
Joined: Mon Jan 30, 2006 6:57 pm
Posts: 90
I followed the above instructions and replaced my nuvexport with the new version.

I am able to run nuvexport as usual with the ffmpeg as the default. I normally use nuvexport to save recordings to /myth/video for later viewing (/myth/video is on separate hard drive). This has worked fine in the past, but now I am getting unwatchable "blocky" results. I tried to use transcode to see if it worked better and found that my nuvexport will not work with transcode.

The error from nuvexport --transcode is :

syntax error in /usr/share/local/nuvexport/export/transcode/SVCD.PM line 176 near "."
Compilation failed in require at /usr/local/bin/nuvexport line 51

Any ideas on the quickest/easiest way to get useful feature fixed? I am sure that it is something that I am doing wrong in the installation that is causing both problems.


Top
 Profile  
 
 Post subject:
PostPosted: Sat Jan 13, 2007 11:38 am 
Offline
Joined: Mon Aug 29, 2005 4:04 pm
Posts: 729
Location: Philadelphia, PA US
grg3 wrote:
The error from nuvexport --transcode is :

syntax error in /usr/share/local/nuvexport/export/transcode/SVCD.PM line 176 near "."
Compilation failed in require at /usr/local/bin/nuvexport line 51


I get the same error with transcode. My machine is an upgrade from R5C7. I only did the steps Cecil posted, I don't quite understand IEnigmus's post about copying files, for me everything appeared in correct location.


Top
 Profile  
 
 Post subject:
PostPosted: Sat Jan 13, 2007 5:13 pm 
Offline
Joined: Fri Jun 24, 2005 3:22 pm
Posts: 124
Thanks for your help with nuvexport.

First, I followed cecil's instructions. Still doesn't work. Then, I noted IEnigmusI's addendum. I moved nuvexportrc to /etc, but I don't quite understand "copy the nuvexport script to /usr/local/bin". What script is that? I moved all the other freshly decompressed nuvexport files to /usr/local/bin, but nuvexport --transcode still returns:

syntax error at /usr/local/share/nuvexport/export/transcode/VCD.pm line 107, near "."
Compilation failed in require at /usr/local/bin/nuvexport line 52.

Thanks for your help.

_________________
AMD Athlon XP 2800+
MSI K7N2 Delta2 ATX w/FX5200 AGP video
2X256MB PC3200 RAM
Maxtor 250GB drive (master on IDE 1)
Pioneer DVR-109 (master on IDE 2)
Antec Overture II ATX case with 330watts
Hauppauge 250 in PCI slot 2


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jan 16, 2007 10:44 am 
Offline
Joined: Sun Aug 27, 2006 2:31 pm
Posts: 287
Is this problem also in R5D1? I tried to burn a DVD last night and it didn't work. I'm running R5D1 with the .20 upgrade.

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


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jan 16, 2007 6:12 pm 
Offline
Joined: Mon Jan 30, 2006 6:57 pm
Posts: 90
I am unable to use nuvexport as it stands now. The quality is terrible. I have to say that everything else is working for me in R5e50. Hopefully, someone will come up with a solution (or explanation) for this little problem and then I will have the best mythtv install I have ever had! :)


Top
 Profile  
 

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



All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 18 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