diff --git a/nzbToCouchPotato.py b/nzbToCouchPotato.py index 2abeefd1..ade62778 100755 --- a/nzbToCouchPotato.py +++ b/nzbToCouchPotato.py @@ -195,6 +195,11 @@ # If you want to use your own profile, set None and set the remaining options below. #outputDefault=None +# hwAccel (0,1). +# +# hwAccel. 1 will set ffmpeg to enable hardware acceleration (this requires a recent ffmpeg). +#hwAccel=0 + # ffmpeg output settings. #outputVideoExtension=.mp4 #outputVideoCodec=libx264 diff --git a/nzbToMedia.py b/nzbToMedia.py index 661e383a..be837c09 100755 --- a/nzbToMedia.py +++ b/nzbToMedia.py @@ -391,6 +391,11 @@ # If you want to use your own profile, set None and set the remaining options below. #outputDefault=None +# hwAccel (0,1). +# +# hwAccel. 1 will set ffmpeg to enable hardware acceleration (this requires a recent ffmpeg). +#hwAccel=0 + # ffmpeg output settings. #outputVideoExtension=.mp4 #outputVideoCodec=libx264 diff --git a/nzbToNzbDrone.py b/nzbToNzbDrone.py index d671c8c8..e8c5e526 100755 --- a/nzbToNzbDrone.py +++ b/nzbToNzbDrone.py @@ -185,6 +185,11 @@ # If you want to use your own profile, set None and set the remaining options below. #outputDefault = None +# hwAccel (0,1). +# +# hwAccel. 1 will set ffmpeg to enable hardware acceleration (this requires a recent ffmpeg). +#hwAccel=0 + # ffmpeg output settings. #outputVideoExtension=.mp4 #outputVideoCodec=libx264 diff --git a/nzbToSickBeard.py b/nzbToSickBeard.py index e12a6051..3479c4c8 100755 --- a/nzbToSickBeard.py +++ b/nzbToSickBeard.py @@ -203,6 +203,11 @@ # If you want to use your own profile, set None and set the remaining options below. #outputDefault=None +# hwAccel (0,1). +# +# hwAccel. 1 will set ffmpeg to enable hardware acceleration (this requires a recent ffmpeg). +#hwAccel=0 + # ffmpeg output settings. #outputVideoExtension=.mp4 #outputVideoCodec=libx264