Speaking of alternative encoders; the main reason I'm using mp1e is
the v4l2 support which is invaluable for slower machines. Is there a
plan to make any changes to the record_daemon to be more "open"

I'm thinking that, kind of like how in the format_track() function, we
use special variables for the VCR_REC command so we can configure the
encoder outside of making a mess of the code?

like, mp1e uses a regular time format for recording, like this:
00:30:00 which isn't hard to calculate from the show length in
seconds, but it would be cool to be able to say:

VCR_CMD='mp1e -n %(length_timecode) -c %(channel) -o %(filename)'
or
VCR_CMD='mp1e -n %(length_seconds) -c %(channel) -o %(filename)'
etc.

Of course I can do this, but I don't want to make big changes if
you've got plans to make major changes to the system as is.

Aubin

On Tue, Feb 25, 2003 at 09:30:49PM -0600, Krister Lagerstrom wrote:
> Aubin Paul wrote:
> > Well, the way I did it here works, but is not as exciting or "correct"
> > as your suggestion; I use mp1e, so I wrapped it in a shell script that 
> > accepts the arguments that you would normally pass to mencoder. The shell
> > script touches and removes the file, so even though the
> > 'record_daemon' doesn't manage the lockfile, the interface still knows
> > about it.
> 
> Good enough for government work! :-)
> 
>               / Krister
> 
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: Scholarships for Techies!
> Can't afford IT training? All 2003 ictp students receive scholarships.
> Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
> www.ictp.com/training/sourceforge.asp
> _______________________________________________
> Freevo-devel mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-devel


-------------------------------------------------------
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
_______________________________________________
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to