I am using mencoder version 0.91

I am not getting much from the logs. Here is 
the repeated entry in internal-record_daemon-0.log

ROM_DRIVES: Auto-detected and added "('/mnt/cdrom', '/dev/cdrom', 'CD-1')"

---------------------------------

Here are some entries when I tried to record something else:

08-31_10:00_-_Teen_Titans_Nevermore.avi_                _C37toon.zap2it.com
2003-08-31 22:00:00,1790,/usr/bin/mencoder -tv 
on:driver=v4l:input=0:norm=NTSC:channel=37:chanli
st=us-cable:width=320:height=240:outfmt=yv12:device=/dev/video0:adevice=/dev/dsp4:audiorate=3200
0:forceaudio:forcechan=1:buffersize=64 -ovc lavc -lavcopts 
vcodec=mpeg4:vbitrate=1200:keyint=30
-oac mp3lame -lameopts br=128:cbr:mode=3 -ffourcc divx -endpos 1790 -o 
testfiles/Movies/Recorded
/08-31_10:00_-_Teen_Titans_Nevermore.avi ,C37toon.zap2it.com

08-31_10:00_-_Teen_Titans_Nevermore.avi_                _C37toon.zap2it.com
#TIMESTAMP 2003-08-31 21:51:13

--------------------------------------
***********************************************************

This entry occurs every few minutes in internal-runapp-0.log


runapp: Started on Fri Sep 12 05:04:00 2003

runapp: PATH = /usr/bin:/bin
runapp: CWD = /usr/local/freevo
runapp: av[0] = './runapp'
runapp: av[1] = 'python'
runapp: av[2] = 'src/tv/record_daemon.py'
runapp: Command: './runapp python src/tv/record_daemon.py '
runapp: runtime FOUND
runapp: Using the runtime Python+loader
runapp: Reading LD_PRELOAD from file './runtime/preloads'
runapp: Setting LD_PRELOAD = './runtime/dll/libSDL-1.2.so.0 
./runtime/dll/libjpeg.so.62 ./runtim
e/dll/libvorbis.so.0 ./runtime/dll/libglib-1.2.so.0 ./runtime/dll/libreadline.so.4 
./runtime/dll
/libpng.so.3 ./runtime/dll/libpthread.so.0 ./runtime/dll/libnss_files.so.2 
./runtime/dll/libasou
nd.so.2 ./runtime/dll/libgcc_s.so.1 ./runtime/dll/libdvdread.so.2 
./runtime/dll/libg2c.so.0 ./ru
ntime/dll/libexif.so.8 ./runtime/dll/libgphoto2_port.so.0 
./runtime/dll/libncurses.so.5 ./runtim
e/dll/libvorbisenc.so.2 ./runtime/dll/libm.so.6 ./runtime/dll/libgmodule-1.2.so.0 
./runtime/dll/
libSDL_mixer-1.2.so.0 ./runtime/dll/libnsl.so.1 ./runtime/dll/libSDL_ttf-2.0.so.0 
./runtime/dll/
libssl.so.0.9.7 ./runtime/dll/libnss_nis.so.2 ./runtime/dll/libxmms.so.1 
./runtime/dll/libsmpeg-
0.4.so.0 ./runtime/dll/libblas.so.2 ./runtime/dll/libresolv.so.2 
./runtime/dll/libnss_nisplus.so
.2 ./runtime/dll/libutil.so.1 ./runtime/dll/libcrypt.so.1 ./runtime/dll/libdb-4.1.so 
./runtime/d
ll/libgdk-1.2.so.0 ./runtime/dll/libpanel.so.5 ./runtime/dll/libXext.so.runapp: 
Setting LD_PRELO
AD = './runtime/dll/libSDL-1.2.so.0 ./runtime/dll/libjpeg.so.62 
./runtime/dll/libvorbis.so.0 ./r
untime/dll/libglib-1.2.so.0 ./runtime/dll/libreadline.so.4 ./runtime/dll/libpng.so.3 
./runtime/d
ll/libpthread.so.0 ./runtime/dll/libnss_files.so.2 ./runtime/dll/libasound.so.2 
./runtime/dll/li
bgcc_s.so.1 ./runtime/dll/libdvdread.so.2 ./runtime/dll/libg2c.so.0 
./runtime/dll/libexif.so.8 .
/runtime/dll/libgphoto2_port.so.0 ./runtime/dll/libncurses.so.5 
./runtime/dll/libvorbisenc.so.2
./runtime/dll/libm.so.6 ./runtime/dll/libgmodule-1.2.so.0 
./runtime/dll/libSDL_mixer-1.2.so.0 ./
runtime/dll/libnsl.so.1
runapp: newav[0] = './runtime/dll/freevo_loader'
runapp: newav[1] = './runtime/apps/freevo_python'
runapp: newav[2] = 'src/tv/record_daemon.py'
runapp:

**


Thanks for any insights!

Mike



-----Original Message-----
From: "Jeremy Farnham" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Date: Mon, 15 Sep 2003 22:01:32 -0400
Subject: Re: [Freevo-users] Recording Problems

Your mencoder options might be incorrect.  I had a similar problem, and it
was because I was using a recent version of Mencoder.  Check the log of the
recording job (possibly in /var/log/freevo depending on how you set it up).
local_config.py uses the "-tv on" option, which the newer versions of
Mencoder don't accept.  (I had to go back to an earlier version in order to
get video to record correctly).

Jeremy


----- Original Message ----- 
From: "Mike LeVan" <[EMAIL PROTECTED]>
To: "Freevo-Users" <[EMAIL PROTECTED]>
Sent: Monday, September 15, 2003 9:41 PM
Subject: [Freevo-users] Recording Problems


>
> Hi all,
>
> I haven't had much time to get my Freevo up and going lately, but I have
> hit a snag
> that I'd like some help with. Please?
>
> I am running RH 9, Freevo 1.3.4 (RPM install), ATI Wonder VE, Matrox
> video card
> w/ TV out.
>
> When I try to record, I am trying to use the recording daemon via
> cronjob. Here is my
> cron entry:
>
> */5 * * * * /usr/local/freevo/freevo execute src/tv/record_daemon.py
>
>
> I was getting a few errors mailed to me when I tried to record. When it
> came time for a
> scheduled recording, I got an error message from the cron job saying it
> couldn't find a
> library.
>
> I looked through the Wiki, and found a fix:
>
> The fix is to edit freevo/src/tv/record_daemon.py and add the second line
as seen below:
>          import os
>          os.environ['LD_PRELOAD'] = '' # Add this line to stop GLIBC_2.X
preload errors
>
>
> This seemed to fix my problem, I thought.
>
> I scheduled a recording (Saved By The Bell -- don't ask) and I got a
> nice little black and yellow
> icon in Freevo when I viewed the scheduled recordings at the appropriate
> time. I thought
> everything was going great, but when I went to view the shows, there was
> nothing there to
> view.
>
> I remember reading something about how the daemon may not stop
> recording. How can I check this?
>
> Any other thoughts?
>
> One last item, how do I stop the flood of e-mail from cron? Do I want to?
>
> Thanks,
> Mike
>
>
>
>
>
>
>
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Inbound e-mail scanned by McAfee WebShield e500 v2.5-HF 3







-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to