Difference between revisions of "Documentation:Modules/jpeg"

From VideoLAN Wiki
Jump to navigation Jump to search
m (Module: type=Access demux)
m (Misc. factual)
 
Line 1: Line 1:
{{Module|name=jpeg|type=Access demux|first_version=2.2.0|description=[[JPEG]] image decoder/encoder through libjpeg}}
+
__NOTOC__
 +
== Decoder ==
 +
{{Module|name=jpeg|type=Access demux|first_version=2.2.0|description=[[JPEG]] image decoder through libjpeg|sc=none}}
  
 
{{VLC}} previously decoded JPEGs through the images demuxer (introduced in VLC 2.0.0).
 
{{VLC}} previously decoded JPEGs through the images demuxer (introduced in VLC 2.0.0).
  
 +
=== Options ===
 +
None.
 +
{{Clear}}
 +
 +
== Encoder ==
 +
{{Module|name=jpeg|type=Muxer|first_version=2.2.0|description=[[JPEG]] image encoder through libjpeg|sc=jpeg}}
 +
 +
=== Options ===
 
{{Option
 
{{Option
 
|name=sout-jpeg-quality
 
|name=sout-jpeg-quality
Line 10: Line 20:
 
|description=Quality level for encoding (this can enlarge or reduce output image size)
 
|description=Quality level for encoding (this can enlarge or reduce output image size)
 
}}
 
}}
 +
{{Clear}}
  
 
== Source code ==
 
== Source code ==

Latest revision as of 07:45, 17 May 2019

Decoder

Module: jpeg
Type Access demux
First VLC version 2.2.0
Last VLC version -
Operating system(s) all
Description JPEG image decoder through libjpeg
Shortcut(s) (none)

VLC media player previously decoded JPEGs through the images demuxer (introduced in VLC 2.0.0).

Options

None.

Encoder

Module: jpeg
Type Muxer
First VLC version 2.2.0
Last VLC version -
Operating system(s) all
Description JPEG image encoder through libjpeg
Shortcut(s) jpeg

Options

  • sout-jpeg-quality <integer [0 .. 100]> : Quality level for encoding (this can enlarge or reduce output image size)

Source code

This page is part of official VLC media player Documentation (User GuideStreaming HowToHacker GuideModules)
Please read the Documentation Editing Guidelines before you edit the documentation
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.