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)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{mux|id=rawdv|encoder=n}}
 
{{mux|id=rawdv|encoder=n}}
 +
{{website|libdv|http://libdv.sourceforge.net/}}
 +
'''Digital Video''' (DV) is a format used by some camcorders.
  
'''Digital Video''' (DV)
+
Support for DV is through libdv, the Quasar DV Codec.
  
 
== Source code ==
 
== Source code ==
{{file|modules/demux/mkv.cpp|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