Difference between revisions of "Digital Video"

From VideoLAN Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 +
{{website|libdv|http://libdv.sourceforge.net/}}
 
{{mux|id=rawdv|encoder=n}}
 
{{mux|id=rawdv|encoder=n}}
 +
'''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/dv.c|input demuxer}}

Revision as of 04:40, 17 December 2006

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