Peter Schlaile - 2001-11-22

Logged In: YES
user_id=92512

Just use

dvbackup --prefix=100

to generate dummy frames. For the record button: My
camcorder is not
able to handle AVC commands so I do not have any experience
with
that. My personal script looks like this:

dvbackup --prefix=125 ... |dvconnect -s &
DVPIPE=$!
sleep 2
send-record-lanc-cmd
wait $DVPIPE
send-stop-lanc-cmd

Maybe something similar (and hopefully more intelligent)
could be done for AVC...

Greetings,
Peter