Activity › Forums › Adobe Premiere Pro › Override Level Settings in Adobe PPRO? (Adobe Encoder)
-
Override Level Settings in Adobe PPRO? (Adobe Encoder)
Posted by Greg Burke on May 10, 2013 at 12:02 amHey Guys I’m trying to encode this video on Adobe Premiere (aka encoder) and the client has request that the LEVELS and Resolution be at setting setting, but it appears that PPRO thinks it knows best and wont let me export he settings I want. for example I need a 1920×1080 at level 3.0, but PPRO wont let me go below 4.2 without changing the Res, is there a way around this?
I wear many hats.
http://www.gregburkepost.comAl Jensen replied 13 years ago 5 Members · 7 Replies -
7 Replies
-
Angelo Lorenzo
May 10, 2013 at 12:16 amhttps://en.wikipedia.org/wiki/H.264#Levels
No, level and profiles are used to help hardware decoders understand if they have the power to decode a video stream.
Level 3 doesn’t support 1920×1080, level 4-4.2 starts to. You may need to speak to your client to clarify the spec.
——————–
Angelo LorenzoNeed to encode ProRes on your Windows PC?
Introducing ProRes Helper, an awesome little app that makes it possible
Fallen Empire Digital Production Services – Los Angeles
RED transcoding, on-set DIT, and RED Epic rental services
Fallen Empire – The Blog
A blog dedicated to filmmaking, the RED workflow, and DIT tips and tricks
Can your post production question fit in a tweet? Follow me on Twitter -
Greg Burke
May 10, 2013 at 12:23 amEncoding.com is major Encoding service. They do all their 720 and 1080 videos at level 3.0, which premiere does not allow, when I asked them why they did this they explained that “This improves Compatibility and they’re testing over millions of videos, youtube encodes at this level as well. Apparently this is a common practice to improve compatibility. I would like to know if I can override the setting on PPRO aka Media Encoder, Thanks
I wear many hats.
http://www.gregburkepost.com -
Angelo Lorenzo
May 10, 2013 at 12:42 amIn Premiere Pro, you cannot. It is level strict.
The issue is that you’re not improving compatibility, you’re just hoping hardware can perform above a level the manufacturer rates it at. Not a fan this approach but if Encoding.com and YouTube swear by it then they probably have a good idea of their failure rate percentages.
You can force a level with x264 through the commandline tool ffmpeg. A commandline similar to:
ffmpeg -i inputFile.mp4 -c:v libx264 -b:v 4000k -minrate 4000k -maxrate 4000k -bufsize 1835k -level 3 outputFile.mp4
https://ffmpeg.org/trac/ffmpeg/wiki/x264EncodingGuide
https://mewiki.project357.com/wiki/X264_Settings
…for more reading——————–
Angelo LorenzoNeed to encode ProRes on your Windows PC?
Introducing ProRes Helper, an awesome little app that makes it possible
Fallen Empire Digital Production Services – Los Angeles
RED transcoding, on-set DIT, and RED Epic rental services
Fallen Empire – The Blog
A blog dedicated to filmmaking, the RED workflow, and DIT tips and tricks
Can your post production question fit in a tweet? Follow me on Twitter -
Greg Burke
May 10, 2013 at 1:18 am -
Al Jensen
May 11, 2013 at 3:47 amI’ve used the H264LevelEditor before to change it to make some files work on a Blu-Ray player:
https://coolsoft.altervista.org/h264leveleditor
I believe it literally just changes the number in the file so that the device reads whatever you want.
Reply to this Discussion! Login or Sign Up