LinHES Forums http://forum.linhes.org/ |
|
R5E50: Nuvexport http://forum.linhes.org/viewtopic.php?f=6&t=13607 |
Page 1 of 1 |
Author: | ThisPageIntentionallyLeft [ Thu Jan 18, 2007 1:32 pm ] |
Post subject: | R5E50: Nuvexport |
I love my KnoppMyth mbe and sbe systems and I've often used nuvexport --transcode to convert stuff I want to keep into .avi's. I've been very happy with this until it broke in R5D1 and is still a problem in R5E50. cecil posted what he hoped would be the fix for R5E50 here: http://mysettopbox.tv/phpBB2/viewtopic.php?p=79265 but it doesn't work for me or for several other users. IEnigmusI followed up with a post that attempted to clarify, but unfortunately only confused matters more. There have been several questions posted there since, but no one is responding to that thread anymore. Therefore, I was wondering if someone could post the clarified fix if there is one, or if not, please post that nuvexport is broken. The error I get 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 Thanks for your time. |
Author: | grg3 [ Sun Jan 21, 2007 7:27 am ] |
Post subject: | |
I also miss having nuvexport. I have tried the new latest version (jan 13) and it appears to exhibit the same problems. As far as I can tell from scanning the myth mailing list and trial and error, there are two basic problems at the moment. The current version does not set the bitrate properly for the dafault decoder (ffmpeg) and this is what leads to the terrible quality of the encoded files. There is a syntax problem with the script that sets up encoding with transcode, so that is not an option at the moment either. I am hoping that the solutions to these problems will be forthcoming for those of us who are not able to ferret the answer out on our own! |
Author: | grg3 [ Sun Jan 21, 2007 7:27 am ] |
Post subject: | |
I also miss having nuvexport. I have tried the new latest version (jan 13) and it appears to exhibit the same problems. As far as I can tell from scanning the myth mailing list and trial and error, there are two basic problems at the moment. The current version does not set the bitrate properly for the dafault decoder (ffmpeg) and this is what leads to the terrible quality of the encoded files. There is a syntax problem with the script that sets up encoding with transcode, so that is not an option at the moment either. I am hoping that the solutions to these problems will be forthcoming for those of us who are not able to ferret the answer out on our own! |
Author: | spalVl [ Sun Jan 21, 2007 12:38 pm ] |
Post subject: | |
I worked around this by editing /usr/local/bin/nuvexport and removing 4 lines. Around line 55 Code: require export::transcode::SVCD; require export::transcode::VCD; and around line 85 Code: push @Exporters, export::transcode::SVCD->new;
push @Exporters, export::transcode::VCD->new; Commenting out these lines should work as well. These edits disable exporting to SVCD and VCD, but my primary use is XviD so no big deal for me. |
Author: | ThisPageIntentionallyLeft [ Tue Jan 23, 2007 1:23 pm ] |
Post subject: | |
Thank you very much! It worked for me as advertised. |
Author: | grg3 [ Thu Jan 25, 2007 4:30 pm ] |
Post subject: | |
Thanks for the workaround for transcode! Now I can get acceptable quality using xvid. It would be great if someone could figure out the ffmpeg problem. I have tried two new versions of nuvexport plus svn as well. All of them give terrible quality with ffmpeg. It must be something to do with bitrate, but it is beyond me. I am sure that it will all be ironed out eventually! ![]() |
Author: | bruce_s01 [ Sat Jan 27, 2007 8:32 am ] |
Post subject: | |
I don't know if this is a related problem, but when I was testing trying to export some .nuv files using MythArchive, the framerate value passed to ffmpeg was 0.04 rather than 25 (this being a PAL system). So causing ffmpeg to halt. Bruce S. |
Author: | grg3 [ Sat Jan 27, 2007 2:21 pm ] |
Post subject: | |
It appears that the common thread is ffmpeg. Doesn't it? |
Author: | ThisPageIntentionallyLeft [ Sat Jan 27, 2007 2:26 pm ] |
Post subject: | |
I'm just happy to have it working. But it is running much slower than before. 3X slower. It used to take about 4 hours to transcode a 44 minute show, but now it takes 12 to 12 1/2 hours. |
Author: | bruce_s01 [ Sun Jan 28, 2007 6:55 pm ] |
Post subject: | |
Quote: It appears that the common thread is ffmpeg. Doesn't it? The particular problem I encountered seemed to be about the values passed to ffmpeg.
Bruce S. |
Author: | grg3 [ Wed Jan 31, 2007 4:29 pm ] |
Post subject: | |
See the other thread regarding nuvexport http://www.mysettopbox.tv/phpBB2/viewto ... =nuvexport |
Author: | copygod [ Sat Mar 31, 2007 12:33 am ] |
Post subject: | |
grg: that link was listed in the original post in this thread. i'm pretty sure they were looking for clarification... being a late adopter to r5e50, i'm having a similar problem to yours about a compilation error, but on a different line and it doesn't seem to be syntax stuff... Code: Compilation failed in require at /usr/local/bin/nuvexport line 37. BEGIN failed--compilation aborted at /usr/local/bin/nuvexport line 37. i've taken a look at line 37 (after following the nuvexport update instructions from cecils post) and it shows Code: # Load the myth and nuv utilities, and connect to the database
use nuv_export::shared_utils; use nuv_export::cli; <-- line 37 use nuv_export::ui; use mythtv::recordings; anyone have any ideas on what might be wrong or where i might turn? |
Author: | grg3 [ Sat Mar 31, 2007 6:32 am ] |
Post subject: | |
They keep releasing new versions of nuvexport and they all seem to have their quirks. Unfortunately, it appears that it may not be stable until it is incorporated into the next Mythtv release. You may want to scan the MythTV message list. I often find that they have information regarding nuvexport. I have been having so much fun using Myth Archive that I haven't used nuvexport much lately. |
Author: | ed3120 [ Thu Apr 12, 2007 6:46 pm ] |
Post subject: | |
copygod wrote: grg: that link was listed in the original post in this thread. i'm pretty sure they were looking for clarification... being a late adopter to r5e50, i'm having a similar problem to yours about a compilation error, but on a different line and it doesn't seem to be syntax stuff... Code: Compilation failed in require at /usr/local/bin/nuvexport line 37. BEGIN failed--compilation aborted at /usr/local/bin/nuvexport line 37. i've taken a look at line 37 (after following the nuvexport update instructions from cecils post) and it shows Code: # Load the myth and nuv utilities, and connect to the database use nuv_export::shared_utils; use nuv_export::cli; <-- line 37 use nuv_export::ui; use mythtv::recordings; anyone have any ideas on what might be wrong or where i might turn? I have the same problem with line 37 when I run nuvexport for myth2ipod. Code: sh-3.1$ myth2ipod /myth/tv 4505_20070409200000.mpg
Starting nuvexport... /usr/local/bin/nuvexport --chanid=4505 --start=20070409200000 --mode=iPod --nice =19 --cutlist --nodenoise --nodeinterlace --nomultipass --filename=4505_20070409 200000.temp --path=/myth/ipodfeed/ Please be aware that the ffmpeg::ipod section of /etc/nuvexportrc should now be called ffmpeg:mp4 Compilation failed in require at /usr/local/bin/nuvexport line 37. BEGIN failed--compilation aborted at /usr/local/bin/nuvexport line 37. Cleaning up temp files. Nuvexport encoding seems to have failed /usr/local/bin/MP4Box -add /myth/ipodfeed/4505_20070409200000.temp.mp4 /myth/ipo dfeed/4505_20070409200000.ipod.mp4 /usr/local/bin/MP4Box: error while loading shared libraries: libgpac.so: cannot open shared object file: No such file or directory I've tried the fix listed here, but it didn't work. http://www.mysettopbox.tv/phpBB2/viewto ... +nuvexport |
Author: | drutherford [ Thu Apr 12, 2007 7:36 pm ] |
Post subject: | Possible fix |
I had a similar error when I was installing myth2ipod yesterday and I fixed it using the modification found here: http://mysettopbox.tv/phpBB2/viewtopic.php?t=10678 by chris_s on March 5th (third page, bottom) Hope this works for you drutherford |
Page 1 of 1 | All times are UTC - 6 hours |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |