Skip to content
This repository has been archived by the owner on Feb 9, 2018. It is now read-only.

Commit

Permalink
PS3.conf: sort formats
Browse files Browse the repository at this point in the history
  • Loading branch information
chocolateboy committed Oct 7, 2012
1 parent 24c9f58 commit 8e6bdb0
Showing 1 changed file with 35 additions and 35 deletions.
70 changes: 35 additions & 35 deletions src/main/external-resources/renderers/PS3.conf
Original file line number Diff line number Diff line change
Expand Up @@ -316,59 +316,59 @@ AutoExifRotate = true
# first match is used.
#
# The media parser and this configuration file will recognize the following
# formats and codecs. Use lower case names only, regular expressions are
# supported. These are chosen from the most commonly used supported formats
# and codecs:
# formats and codecs. Use lower case names only. Regular expressions are
# supported.
#
# mpegps (MPEG presentation stream, used in DVD Videos, VCDs, etc.)
# mpegts (MPEG transport stream, used in sat TV, Blu-rays, etc.)
# wmv (Windows Media Video, tag also used for asf files)
# avi (AVI container)
# mp4 (ISOM/MPEG4 container, or MPEG4 codec)
# mov (Quicktime container, Apple)
# flv (Flash Video)
# rm (Real Media, RMVB)
# mkv (Matroska)
# wav (WAVE file)
# wavpac (WavPack)
# lpcm (Linear PCM)
# aac (Advanced Audio Codec)
# ac3 (Audio Coding 3)
# mp3 (Mpeg Audio Layer 3)
# mpa (Mpeg Audio)
# ogg (Ogg Vorbis)
# wma (Windows Media Audio)
# aiff (AIFF)
# alac (Apple Lossless)
# ape (Monkey's Audio)
# atrac (Atrac)
# avi (AVI container)
# bmp (Bitmap)
# divx (DivX Video)
# dts (Digital Theater Systems)
# dtshd (Digital Theater Systems)
# truehd (TrueHD)
# dv (Digital Video)
# eac3 (Extended AC3)
# atrac (Atrac)
# flac (Free Lossless Audio Codec)
# ape (Monkey's Audio)
# ra (Real Audio)
# flv (Flash Video)
# gif (GIF)
# h264 (H.264)
# jpg (JPEG)
# lpcm (Linear PCM)
# mjpeg (M-JPEG)
# mkv (Matroska)
# mov (Quicktime container, Apple)
# mp3 (MPEG Audio Layer 3)
# mp4 (ISOM/MPEG4 container, or MPEG4 codec)
# mpa (MPEG Audio)
# mpc (MusePack)
# aiff (AIFF)
# alac (Apple Lossless)
# dv (Digital Video)
# mpeg1 (Codec used in VCD)
# mpeg2 (Codec used in DVD Videos and HDTV)
# divx (DivX Video)
# h264 (H264)
# mjpeg (M-JPEG)
# vc1 (VC-1)
# jpg (JPEG)
# mpegps (MPEG presentation stream, used in DVD Videos, VCDs, etc.)
# mpegts (MPEG transport stream, used in sat TV, Blu-ray discs (BDAV) etc.)
# ogg (Ogg Vorbis)
# png (PNG)
# gif (GIF)
# ra (Real Audio)
# rm (Real Media, RMVB)
# tiff (TIFF)
# bmp (Bitmap)
# truehd (TrueHD)
# vc1 (VC-1)
# wavpac (WavPack)
# wav (WAVE file)
# wma (Windows Media Audio)
# wmv (Windows Media Video, tag also used for asf files)
#
# und (Undetermined, if the parser did not recognize one of above)
#
# Each of the "Supported" lines contains the following parameters separated by
# spaces or tabs:
#
# f: Regular expression to match the format of a file as parsed by the
# MediaInfo library (see the list above). This parameter is mandatory.
# Be careful when matching everything with ".+", the renderer must be
# Be careful when matching everything with ".+"; the renderer must be
# able to handle all formats.
#
# v: Regular expression to match the video codec of the file as parsed by
Expand All @@ -377,7 +377,7 @@ AutoExifRotate = true
# a: Regular expression to match the audio codec of the file as parsed by
# the MediaInfo library (see the list above).
#
# m: The mime type to send to the renderer. Use of this parameter is
# m: The MIME type to send to the renderer. Use of this parameter is
# strongly recommended. If it is not set, an estimated value will be
# assigned.
#
Expand Down

0 comments on commit 8e6bdb0

Please sign in to comment.