Difference between revisions of "Digital Video"

From VideoLAN Wiki
Jump to navigation Jump to search
m (Reverted edits by LjqXmg (Talk); changed back to last version by H2g2bob)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{mux|id=rawdv|encoder=n}}
 
{{website|libdv|http://libdv.sourceforge.net/}}
 
{{website|libdv|http://libdv.sourceforge.net/}}
{{mux|id=rawdv|encoder=n}}
 
 
'''Digital Video''' (DV) is a format used by some camcorders.
 
'''Digital Video''' (DV) is a format used by some camcorders.
  
Line 6: Line 6:
  
 
== Source code ==
 
== Source code ==
{{file|modules/demux/dv.c|input demuxer}}
+
{{file|modules/demux/rawdv.c|input demuxer}}

Latest revision as of 22:29, 10 June 2007

rawdv
VLC can decode this container.
The module name to use at the command line is rawdv.

Digital Video (DV) is a format used by some camcorders.

Support for DV is through libdv, the Quasar DV Codec.

Source code