> Mick wrote:
> > Why Not add 2 new list or structs (is that word) to be executed by
> > recordserver pre & post recording?
>
> That exists already, VCR_PRE_REC and VCR_POST_REC, which can each point
> to a command or script to be executed at the beginning or after recording.
>
Oh great!  What about making each an tuple to execute in the given order?
>
> > That way users can have recorserver do all the work?
>
> All the work transcoding?
>
Yes,  I'm testing this ATM:
/usr/local/bin/transcode --ext none,none -i /dev/video0 -p /dev/dsp -o
video.m2v -m audio.ac3 -x
v4l2='resync_margin=2:resync_interval=5:overrun_guard=0',v4l2 --export_asr
2 --import_asr 2 -y ffmpeg -F mpeg2 --export_prof dvd-pal -w
3000 --video_max_bitrate 6000 -g 352x576 -N 0x2000 -H 0 -e 48000 --accel
mmx -J denoise3d=luma=4:chroma=-1luma_strength=0 -u 64,2 -D 0 -q
1 --print_status 5

Which in cvs transcode will capture (I have been told) dvd compatable mpeg2.
The captures work well.. Very viewable.

Only problem is I don't think these output can be passed to stdin, so it
cannot be remuxed on the fly..  It needs to be remuxed, then have the
remaining files deleted *post* record finish.

I was thinking about scriting it in the record command, but then clicked if
recordserver kills itmid way htrough muxing.. I'm screwed ;-)

Which brings me tomy next question: the above command will notever finish..
Will recordserver kill it for me?

Mick



-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to