Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dubdv(1) [centos man page]

ENCODE(1)						      General Commands Manual							 ENCODE(1)

NAME
dubdv - insert audio into a digital video stream SYNOPSIS
dubdv [ options ] audio_inputfR [ filename or - for stdin ] DESCRIPTION
dubdv reads the audio from a WAV file or the OSS DSP device and overwrites the existing audio in a raw DV file or stream. --version show dubdv version number. -v, --verbose show encoder statistics / status information. -a, --audio-input=filter-name Choose audio-input-filter: [none, >wav<, dsp] WAV is the default audio_input format. -o, --output=filter-name Choose output-filter: [>raw<] -t, --truncate truncate output at end of DV input. -r, --repeat=count repeat the first video frame count times. This option does not dub audio into the repeated frame. Help Options -?, --help Show help message. --usage Display brief usage message. SEE ALSO
playdv(1),dvconnect(1),encodedv(1). AVAILABILITY
See http://libdv.sourceforge.net/ for the latest version. AUTHORS
dubdv was written by James Bowman <jamesb@excamera.com> and Peter Schlaile <udbz@rz.uni-karlsruhe.de>. This manual page is based on dubdv's help message and was written by Dan Dennedy <dan@dennedy.org>. January 2004 ENCODE(1)

Check Out this Related Man Page

ENCODE(1)						      General Commands Manual							 ENCODE(1)

NAME
dvconnect - receive or transmit raw DV using the video1394 device SYNOPSIS
dvconnect [ options ] raw dv files or '-- -' for stdin/stdout DESCRIPTION
dvconnect captures raw DV streams from or sends raw DV streams to the Linux IEEE 1394 video1394 device. --version show dvconnect version number. -s, --send send data instead of capturing. -v, --verbose show status information while receiving / sending. -c, --channel=number channel to send / receive on (range: 0 - 63, default = 63). -k, --kbuffers=number number of kernel video1394 frame buffers to use. default = 8. --start-frame=count start at count frame (defaults to 0). -e, --end-frame=count end at count frame (defaults to unlimited). --cip-n-ntsc=number cip n ntsc timing counter (default: 2436). --cip-d-ntsc=number cip d ntsc timing counter (default: 38400). --syt-offset=number syt offset (default: 10000 range: 10000-26000). -b, --buffers=number max number of file io thread buffers to use. default = 250. -u, --underrun-data=filename file with the frame to send in case of underruns. -d, --device=filename Specify the video1394 device (default /dev/video1394/0). Help Options -?, --help Show help message. --usage Display brief usage message. SEE ALSO
playdv(1),dubdv(1),encodedv(1). AVAILABILITY
See http://libdv.sourceforge.net/ for the latest version. AUTHORS
dvconnect was written by Peter Schlaile <udbz@rz.uni-karlsruhe.de>. This manual page is based on dvconnect's help message and was written by Dan Dennedy <dan@dennedy.org>. January 2004 ENCODE(1)
Man Page

We Also Found This Discussion For You

1. Shell Programming and Scripting

filter and get the latest order number

hello, how can I filter and get the latest order number (last five digits) below: input file: johnmm00001 maryyy00121 johnm100222 johnmm00003 maryyy00122 output file: johnmm00003 maryyy00122 johnm100222 (6 Replies)
Discussion started by: happyv
6 Replies