mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-22 22:23:32 -07:00
Merge efb5f6ea0f
into 2d770510a2
This commit is contained in:
commit
57720da89b
4 changed files with 13 additions and 4 deletions
|
@ -598,6 +598,15 @@ def initialize(section=None):
|
||||||
'ACODEC2':None,'ACODEC2_ALLOW':[],'ABITRATE2':None, 'ACHANNELS2':None,
|
'ACODEC2':None,'ACODEC2_ALLOW':[],'ABITRATE2':None, 'ACHANNELS2':None,
|
||||||
'ACODEC3':'ac3','ACODEC3_ALLOW':['libfaac', 'dts', 'ac3', 'mp2', 'mp3'],'ABITRATE3':None, 'ACHANNELS3':8,
|
'ACODEC3':'ac3','ACODEC3_ALLOW':['libfaac', 'dts', 'ac3', 'mp2', 'mp3'],'ABITRATE3':None, 'ACHANNELS3':8,
|
||||||
'SCODEC':'mov_text'
|
'SCODEC':'mov_text'
|
||||||
|
},
|
||||||
|
'MKV-SD':{
|
||||||
|
'VEXTENSION':'.mp4','VCODEC':'libx264','VPRESET':None,'VFRAMERATE':None,'VBITRATE':None,'VCRF':None,'VLEVEL':None,
|
||||||
|
'VEXTENSION':'.mkv','VCODEC':'libx264','VPRESET':None,'VFRAMERATE':None,'VBITRATE':None,'VCRF':None,'VLEVEL':None,
|
||||||
|
'VRESOLUTION':'720:-1','VCODEC_ALLOW':['libx264', 'h264', 'h.264', 'AVC', 'avc', 'mpeg4', 'msmpeg4', 'MPEG-4'],
|
||||||
|
'ACODEC':'aac','ACODEC_ALLOW':['libfaac'],'ABITRATE':128000, 'ACHANNELS':2,
|
||||||
|
'ACODEC2':'ac3','ACODEC2_ALLOW':['ac3'],'ABITRATE2':None, 'ACHANNELS2':6,
|
||||||
|
'ACODEC3':None,'ACODEC3_ALLOW':[],'ABITRATE3':None, 'ACHANNELS3':None,
|
||||||
|
'SCODEC':'mov_text'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if DEFAULTS and DEFAULTS in transcode_defaults:
|
if DEFAULTS and DEFAULTS in transcode_defaults:
|
||||||
|
|
|
@ -191,7 +191,7 @@
|
||||||
# externalSubDir. set the directory where subs should be saved (if not the same directory as the video)
|
# externalSubDir. set the directory where subs should be saved (if not the same directory as the video)
|
||||||
#externalSubDir=
|
#externalSubDir=
|
||||||
|
|
||||||
# outputDefault (None, iPad, iPad-1080p, iPad-720p, Apple-TV2, iPod, iPhone, PS3, xbox, Roku-1080p, Roku-720p, Roku-480p, mkv, mp4-scene-release).
|
# outputDefault (None, iPad, iPad-1080p, iPad-720p, Apple-TV2, iPod, iPhone, PS3, xbox, Roku-1080p, Roku-720p, Roku-480p, mkv, mp4-scene-release, MKV-SD).
|
||||||
#
|
#
|
||||||
# outputDefault. Loads default configs for the selected device. The remaining options below are ignored.
|
# outputDefault. Loads default configs for the selected device. The remaining options below are ignored.
|
||||||
# If you want to use your own profile, set None and set the remaining options below.
|
# If you want to use your own profile, set None and set the remaining options below.
|
||||||
|
|
|
@ -181,7 +181,7 @@
|
||||||
# externalSubDir. set the directory where subs should be saved (if not the same directory as the video)
|
# externalSubDir. set the directory where subs should be saved (if not the same directory as the video)
|
||||||
#externalSubDir =
|
#externalSubDir =
|
||||||
|
|
||||||
# outputDefault (None, iPad, iPad-1080p, iPad-720p, Apple-TV2, iPod, iPhone, PS3, xbox, Roku-1080p, Roku-720p, Roku-480p, mkv, mp4-scene-release).
|
# outputDefault (None, iPad, iPad-1080p, iPad-720p, Apple-TV2, iPod, iPhone, PS3, xbox, Roku-1080p, Roku-720p, Roku-480p, mkv, mp4-scene-release, MKV-SD).
|
||||||
#
|
#
|
||||||
# outputDefault. Loads default configs for the selected device. The remaining options below are ignored.
|
# outputDefault. Loads default configs for the selected device. The remaining options below are ignored.
|
||||||
# If you want to use your own profile, set None and set the remaining options below.
|
# If you want to use your own profile, set None and set the remaining options below.
|
||||||
|
|
|
@ -194,7 +194,7 @@
|
||||||
# externalSubDir. set the directory where subs should be saved (if not the same directory as the video)
|
# externalSubDir. set the directory where subs should be saved (if not the same directory as the video)
|
||||||
#externalSubDir=
|
#externalSubDir=
|
||||||
|
|
||||||
# outputDefault (None, iPad, iPad-1080p, iPad-720p, Apple-TV2, iPod, iPhone, PS3, xbox, Roku-1080p, Roku-720p, Roku-480p, mkv, mp4-scene-release).
|
# outputDefault (None, iPad, iPad-1080p, iPad-720p, Apple-TV2, iPod, iPhone, PS3, xbox, Roku-1080p, Roku-720p, Roku-480p, mkv, mp4-scene-release, MKV-SD).
|
||||||
#
|
#
|
||||||
# outputDefault. Loads default configs for the selected device. The remaining options below are ignored.
|
# outputDefault. Loads default configs for the selected device. The remaining options below are ignored.
|
||||||
# If you want to use your own profile, set None and set the remaining options below.
|
# If you want to use your own profile, set None and set the remaining options below.
|
||||||
|
@ -250,4 +250,4 @@ import nzbToMedia
|
||||||
|
|
||||||
section = "SickBeard"
|
section = "SickBeard"
|
||||||
result = nzbToMedia.main(sys.argv, section)
|
result = nzbToMedia.main(sys.argv, section)
|
||||||
sys.exit(result)
|
sys.exit(result)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue