Difference between revisions of "Documentation:Modules/jpeg"

From VideoLAN Wiki
Jump to navigation Jump to search
(Create page, marked up/adapted from program output)
 
m (Module: type=Access demux)
Line 1: Line 1:
{{Module|name=jpeg|type=Image decoder|first_version=2.2.0|description=[[JPEG]] image decoder/encoder through libjpeg}}
+
{{Module|name=jpeg|type=Access demux|first_version=2.2.0|description=[[JPEG]] image decoder/encoder through libjpeg}}
  
 
{{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).

Revision as of 06:07, 13 March 2019

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

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

  • 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.