mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
36 lines
900 B
Plaintext
36 lines
900 B
Plaintext
# Below are the default GeeXboX input/encoding settings for the PVR cards
|
|
# See MPlayer man pages for more details
|
|
|
|
# Aspect ratio (0 for 1:1, 1 for 4:3, 2 for 16:9 and 3 for 2.21:1)
|
|
PVR_ASPECT=1
|
|
|
|
# Encoding audio rate (32000, 44100 and 48000 Hz)
|
|
PVR_AUDIO_RATE=48000
|
|
|
|
# MPEG audio layer encoding (1, 2, 3)
|
|
PVR_AUDIO_LAYER=2
|
|
|
|
# Audio encoding bitrate in kbps
|
|
PVR_AUDIO_BITRATE=384
|
|
|
|
# Audio encoding mode (stereo, joint_stereo, dual and mono)
|
|
PVR_AUDIO_MODE=stereo
|
|
|
|
# Average video bitrate encoding in Mbps
|
|
PVR_VIDEO_BITRATE=6
|
|
|
|
# Peak video bitrate encoding in Mbps
|
|
PVR_VIDEO_PEAK_BITRATE=9
|
|
|
|
# Video encoding mode (vbr, cbr)
|
|
PVR_VIDEO_MODE=vbr
|
|
|
|
# MPEG encoding format
|
|
# ps: MPEG-2 Program Stream (default)
|
|
# ts: MPEG-2 Transport Stream
|
|
# mpeg1: MPEG-1 System Stream
|
|
# vcd: Video CD compatible stream
|
|
# svcd: Super Video CD compatible stream
|
|
# dvd: DVD compatible stream
|
|
PVR_VIDEO_FORMAT=ps
|