/usr/share/rhythmbox/rhythmbox.gep is in rhythmbox-data 3.4.2-4ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 | [GStreamer Encoding Target]
name = rhythmbox
category = muh
description = Common encoding profiles for Rhythmbox
[profile-mp3]
name = mp3
description = MPEG Layer 3 Audio
format = application/x-id3
type = container
[streamprofile-mp3-1]
parent = mp3
type = audio
preset = Ubuntu
format = audio/mpeg, mpegversion=1, layer=3
presence = 1
[profile-oggvorbis]
name = oggvorbis
description = Ogg Vorbis
format = application/ogg
type = container
[streamprofile-oggvorbis-1]
parent = oggvorbis
type = audio
preset = Ubuntu
format = audio/x-vorbis
presence = 1
[profile-oggopus]
name = oggopus
description = Ogg Opus
format = application/ogg
type = container
[streamprofile-oggopus-1]
parent = oggopus
type = audio
format = audio/x-opus
presence = 1
[profile-flac]
name = flac
description = FLAC
format = audio/x-flac
type = audio
[profile-m4a]
name = m4a
description = MPEG 4 Audio
format = video/quicktime, variant=iso
type = container
[streamprofile-m4a-1]
parent = m4a
type = audio
format = audio/mpeg, mpegversion=4, stream-format=raw
presence = 1
[profile-alac]
name = alac
description = ALAC
format = video/quicktime, variant=iso
type = container
[streamprofile-alac-1]
parent = alac
type = audio
format = audio/x-alac
presence = 1
[rhythmbox-encoder-settings]
# maps encoder elements and encoding types to lists of settings to expose
lamemp3enc-vbr = quality
lamemp3enc-cbr = bitrate
faac-vbr = quality
faac-cbr = bitrate
vorbisenc-vbr = quality
vorbisenc-cbr = bitrate
opusenc-cbr = bitrate
opusenc-vbr = bitrate
# these bits tell us how to set up encoders for different encoding types
[rhythmbox-encoding-lamemp3enc-vbr]
target = 0
[rhythmbox-encoding-lamemp3enc-cbr]
target = 1
[rhythmbox-encoding-vorbisenc-vbr]
managed = false
[rhythmbox-encoding-vorbisenc-cbr]
managed = true
[rhythmbox-encoding-faac-vbr]
rate-control = 0
[rhythmbox-encoding-faac-cbr]
rate-control = 1
[rhythmbox-encoding-opusenc-vbr]
cbr = false
constrained-vbr = true
[rhythmbox-encoding-opusenc-cbr]
cbr = true
|