LinHES Forums
http://forum.linhes.org/

nuvexport Crashing
http://forum.linhes.org/viewtopic.php?f=11&t=2845
Page 1 of 1

Author:  jtjones [ Wed Nov 03, 2004 8:39 am ]
Post subject:  nuvexport Crashing

I am trying to compress some of my recorded programs so they are smaller file sizes, but the nuvexport is bombing on me. I tried the version that came with KnoppMyth but it gave me the same errors as the new version does, something about a library but they are all installed correctly from what I can tell.
************************************************
sh-3.00$ nice -n 19 transcode -V -i /myth/tv/1041_20041031170000_20041031190000.nuv -x mpeg2 -j 10,10,10,10 -J smartyuv -J yuvdenoise=mode=2 -y xvid4 -Z 624x468 -N 0x55 -b 128,0,2,0 -R 3 -w 6 -o "./Austin Powers-The Spy Who Shagged Me.avi"
transcode v0.6.10 (C) 2001-2003 Thomas Oestreich
[transcode] auto-probing source /myth/tv/1041_20041031170000_20041031190000.nuv (ok)
[transcode] V: import format | MPEG-2 (V=mpeg2|A=vob)
[transcode] V: AV demux/sync | (1) sync AV at initial MPEG sequence
[transcode] V: import frame | 480x480 1.00:1 encoded @ 4:3
[transcode] V: clip frame (<-) | 460x460
[transcode] V: zoom | 624x468 1.33:1 (Lanczos3)
[transcode] V: decoding fps,frc | 29.970,4
[transcode] V: single-pass | (mode=3) constant quantizer/quality (quant=6)
[transcode] V: Y'CbCr | YV12/I420
[transcode] A: import format | 0x50 MPEG layer-2 [48000,16,2] 384 kbps
[transcode] A: export format | 0x55 MPEG layer-3 [48000,16,2] 128 kbps
[transcode] V: encoding fps,frc | 29.970,4
[transcode] A: bytes per frame | 6408 (6406.400000)
[transcode] A: adjustment | -1600@1000
[transcode] V: IA32 accel mode | 3dnow (3dnow mmxext mmx asm)
[transcode] V: video buffer | 10 @ 624x480
[import_vob.so] v0.5.9 (2003-07-22) (video) MPEG-2 | (audio) MPEG/AC3/PCM | (subtitle)
[import_mpeg2.so] v0.3.0 (2002-12-05) (video) MPEG2
[filter_smartyuv.so] (MMX) 0.1.2 (2003-08-28) Motion-adaptive deinterlacing
[filter_yuvdenoise.so] Using extended MMX SIMD optimisations.
[filter_yuvdenoise.so] v0.2.0 (2003-03-14) mjpegs YUV denoiser
[export_xvid4.so] v0.0.4 (2003-08-24) (video) XviD 1.0.x series (aka API 4.0) | (audio) MPEG/AC3/PCM
[import_vob.so] tccat -i "/myth/tv/1041_20041031170000_20041031190000.nuv" -t vob -d 0 -S 0 | tcdemux -a 0 -x mp3 -S 0 -M 1 -d 0 | tcextract -t vob -a 0 -x mp2 -d 0 | tcdecode -x mp2 -d 0
[import_mpeg2.so] tcextract -x mpeg2 -i "/myth/tv/1041_20041031170000_20041031190000.nuv" -d 0 | tcdecode -x mpeg2 -d 0 -y yv12
tcdecode: error while loading shared libraries: libvorbisfile.so.3: cannot open shared object file: No such file or directory
tcdecode: error while loading shared libraries: libvorbisfile.so.3: cannot open shared object file: No such file or directory
[export_xvid4.so] No libxvidcore API4 found
[transcode] warning : (encoder.c) video export module error: init failed
[transcode] critical: failed to init encoder
****************************************************

Author:  jtjones [ Wed Nov 03, 2004 9:32 am ]
Post subject: 

I just downloaded and installed libogg and libvorbis from vorbis.com to make sure that none of the libraries were corrupted and I still get the same errors. The funny thing about it is I can go into the /usr/local/lib directory and find all the files that are giving errors, and they all have at least 755 permissions.

Author:  Xsecrets [ Wed Nov 03, 2004 10:30 am ]
Post subject: 

if they are there try running ldconfig maybe for some reason it did not get run and the system does not know the files are there.

Author:  jtjones [ Wed Nov 03, 2004 11:11 am ]
Post subject: 

Ok, I logged in and ran ldconfig as root. Then tried it again, this time I got fewer errors, but it still chucked. Here's the screen of info.
******************************************
root@mythbox:/home/jtjones# nice -n 19 transcode -V -i /myth/tv/1041_20041031170000_20041031190000.nuv -x mpeg2 -j 10,10,10,10 -J smartyuv -J yuvdenoise=mode=2 -y xvid4 -Z 624x468 -N 0x55 -b 128,0,2,0 -R 3 -w 6 -o "/home/jtjones/Austin Powers-The Spy Who Shagged Me.avi"
transcode v0.6.10 (C) 2001-2003 Thomas Oestreich
[transcode] auto-probing source /myth/tv/1041_20041031170000_20041031190000.nuv (ok)
[transcode] V: import format | MPEG-2 (V=mpeg2|A=vob)
[transcode] V: AV demux/sync | (1) sync AV at initial MPEG sequence
[transcode] V: import frame | 480x480 1.00:1 encoded @ 4:3
[transcode] V: clip frame (<-) | 460x460
[transcode] V: zoom | 624x468 1.33:1 (Lanczos3)
[transcode] V: decoding fps,frc | 29.970,4
[transcode] V: single-pass | (mode=3) constant quantizer/quality (quant=6)
[transcode] V: Y'CbCr | YV12/I420
[transcode] A: import format | 0x50 MPEG layer-2 [48000,16,2] 384 kbps
[transcode] A: export format | 0x55 MPEG layer-3 [48000,16,2] 128 kbps
[transcode] V: encoding fps,frc | 29.970,4
[transcode] A: bytes per frame | 6408 (6406.400000)
[transcode] A: adjustment | -1600@1000
[transcode] V: IA32 accel mode | 3dnow (3dnow mmxext mmx asm)
[transcode] V: video buffer | 10 @ 624x480
[import_vob.so] v0.5.9 (2003-07-22) (video) MPEG-2 | (audio) MPEG/AC3/PCM | (subtitle)
[import_mpeg2.so] v0.3.0 (2002-12-05) (video) MPEG2
[filter_smartyuv.so] (MMX) 0.1.2 (2003-08-28) Motion-adaptive deinterlacing
[filter_yuvdenoise.so] Using extended MMX SIMD optimisations.
[filter_yuvdenoise.so] v0.2.0 (2003-03-14) mjpegs YUV denoiser
[export_xvid4.so] v0.0.4 (2003-08-24) (video) XviD 1.0.x series (aka API 4.0) | (audio) MPEG/AC3/PCM
[import_vob.so] tccat -i "/myth/tv/1041_20041031170000_20041031190000.nuv" -t vob -d 0 -S 0 | tcdemux -a 0 -x mp3 -S 0 -M 1 -d 0 | tcextract -t vob -a 0 -x mp2 -d 0 | tcdecode -x mp2 -d 0
[import_mpeg2.so] tcextract -x mpeg2 -i "/myth/tv/1041_20041031170000_20041031190000.nuv" -d 0 | tcdecode -x mpeg2 -d 0 -y yv12
[export_xvid4.so] No libxvidcore API4 found
[transcode] warning : (encoder.c) video export module error: init failed
[transcode] critical: failed to init encoder

******************************************

Author:  jtjones [ Wed Nov 03, 2004 11:24 am ]
Post subject: 

Uh huh... well after I installed Divx, Xvid, Vorbis-tools, and several other libraries then ran ldconfig I am able to encode video into xvic format. But I've noticed that the divx option is gone from nuvexport. How can I get this back?

Page 1 of 1 All times are UTC - 6 hours
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/