dummy frame + record control
Status: Beta
Brought to you by:
schlaile
My DV unit requires stable stream before it allows me to push record
button. If dvconnect can send some dummy frames and then send record'
control to dv unit before sending backup information, it may actually work
with my unit.
dvcoeent option something like
dvconnet -s -dummy 100 -record
may be helpfull. (-dummy to specify number of dummy frame,
-record for pushing record button)
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