Difference between revisions of "Image"

From VideoLAN Wiki
Jump to navigation Jump to search
(Remove JPG from list; not true anymore)
m (Copy-edit)
Line 1: Line 1:
 
{{mux|id=image|encoder=n}}
 
{{mux|id=image|encoder=n}}
  
The '''Image''' demuxer is the demuxer to open most images file formats, in {{VLC}}. Though the {{docmod|image}} module is capable of handling [[JPEG]]s, the {{docmod|jpeg}} module decodes and encodes them as of VLC 2.2.0.
+
The '''Image''' demuxer is responsible for opening most image file formats in {{VLC}}.<br />
 +
Though the {{docmod|image}} module is capable of handling [[JPEG]]s, the {{docmod|jpeg}} module handles them as of VLC 2.2.0, so they can be encoded and decoded by the same [[module]].
  
This includes:
+
Supported formats:
 
<div class="col7">
 
<div class="col7">
 
* [[PNG]]
 
* [[PNG]]

Revision as of 01:06, 3 March 2019

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

The Image demuxer is responsible for opening most image file formats in VLC media player.
Though the image module is capable of handling JPEGs, the jpeg module handles them as of VLC 2.2.0, so they can be encoded and decoded by the same module.

Supported formats:

Source code