Adobe Media Encoder Compress Mp4

  

Adobe Media Encoder is part of this video editing suite and is responsible for encoding video files to the proper format to ensure they play on different devices videos are watched on today. This tutorial will show you how quickly and easily you can convert your videos using Adobe Media Encoder. Let’s get started! I personally have never used the Adobe Media Encoder, but I have heard good things about it. However, in this tutorial we won't be covering the media encoder. Personally, I always export my video using the Render Queue in Adobe After Effects and there is an option to add your video to the Render Queue in the main menu. Jul 16, 2012  Last week, I wrote an introduction to using Adobe Media Encoder CS6 (AME). This week I want to follow-up with a step-by-step tutorial on how to compress video for YouTube using AME. While we can use Watch Folders to automate the entire process, which I.

Adobe Media Encoder is used to compress audio and/or video files. Typically, when a project is rendered (Rendering (computer graphics), it is rather large in file size. If your source audio file is monaural (mono), it is recommended that you encode in mono for use with Flash. If you are encoding with Adobe Media Encoder, and using an encoding preset, be sure to check if the preset encodes in stereo or mono, and select mono if necessary. MP4 is the most universal delivery format and the file sizes and quality is very reasonable using the presets in the Adobe Media Encoder. You should never mess with presets for rendering until you have spend a good deal of time studying video formats and compression because the chances are very high that you will make a mess of things. May 10, 2018  I currently have Adobe Media Encoder CC. I have a number of family DVDs that I would like to convert each to a single digital file for online storage. All these DVDs have menus. If possible I like the menu part to also be converted - I know it will not be.

Active4 years, 10 months ago

Recently, I helped a friend produce a short zombie comedy.

He has now asked me to add it to the film's website as a digital download. I'm not having issues with the digital download. My issue is how to create a high-quality file (preferably .mp4) with a small file size.

I currently have a copy of the film in .mov (created in Final Cut). The .mov file is 3.2GB. The film is 29:52 in running time.

From other experiences, I know a 30 minute high quality .mp4 can be 185mb - 250mb. The problem, I can't seem to find any legit tutorials to create a high quality .mp4 file with this type of compression. The closest I have been able to get is 385mb (I believe that was with VLC, but I last converted the file a few months ago, so I'm not positive)

I am on a Windows 7 machine.

I have a wide variety of software at my disposal and would likely be able to purchase software, if needed.

Friend Of George
4102 gold badges8 silver badges30 bronze badges
Travis PflanzTravis Pflanz

3 Answers

A really good program you can use is Handbrake. It's a very popular program among so called 'pirates' because it's really good at getting a high quality even at tiny file sizes. And this is with good reason, because the main purpose of Handbrake is, indeed, to make the movies small with high quality. Personally I use it when I distribute my short movies on the internet, and it works like a charm. But enough talking, let's get to the settings!

Let's start with the beginning and go through the important settings.On the right you have a presets panel. Choose Regular -> Normal or Regular -> High Profile.

Now, we start with the Picture settings.The anamorphic setting is about the aspect ratio. So you've probably heard about the fact that in video, pixels aren't always square. So if you have widescreen footage, if you compress that to be much thinner, like an OLD SD TV, you could tell the video player to make each pixel wider than it actually is. So, you started have a 500 wide picture, you compressed it to 300, then you tell the player to make those 300 as wide as 500 again.

This is just a basic idea about what it is. You can just leave it at Loose with Modulus at 16. But if you want to learn more and squeeze the absolute maximum out of the file, read about it here.

Leave the cropping at Automatic, unless you want to crop.

Then we go over to the Video Filters. You can turn all of these off. They are made to correct bad footage, which you've probably already done in your video composing software.

Now, Video. These are the crucial settings. Use H.264. This is the format that gives you the highest quality compared to file size today. Quality. This is THE setting if you only want to set ONE. Set it to Avg Bitrate. This is the best one because if you have a lot of blacks in the picture (at night), you can optimize for that and get even smaller file sizes, but at other points in the movie you'll need more space, and so average is the best here. Notice that the size is in kbps which means kilo-bits-per-second. One kilo is 1000 (not 1024, that's kibibit.). One bit is 1/8 of a byte. So if you want a 10 second movie that's 1 MB, you want to enter 1 MB = (1024 * 1kB * 8bits) / 10s = 820 kbps.

Remember that the audio will also add up in addition to this. You just have to test some values until you get an acceptable quality that's small enough for you. If you enable 2-pass encoding, it will evaluate the movie twice, which means smaller file sizes compared to the quality, but it also means that you need more CPU (computer power) to watch it. So turn it on if you want to watch it on computers, leave it off if you want to watch it on mobile phones/tablets.

Adobe Media Encoder Compress Mp4 Free

As for the audio, you just set it to what the output of your original file is. The sample rate of most movies is 48 kHz, but if you recorded in 44.1 kHz, set it to 44.1 kHz.. As for the bit rate, 160 is acceptable, but if you have high quality mics and music, set it to 192. You can go higher than this, but as you want small file sizes, there is no need. You could also go lower depending on what size you want to end up with. But do a Preview and listen to the result until you are happy with it.

Then, the last thing you need to do is to tick off 'Large file size'. You need to have this on if the file is going to be larger than 4GB, but it will break compability with a lot of devices if you leave it on. Then you turn on 'Web Optimized'. It will make your movie better suited for progressive download so you can shuffle in the movie without downloading it all. But if you are planning for your users to download the whole movie as .mp4 and watch it on the computer, leave it off.

Now, set a file name and click Start. You can also Preview a small clip when you're testing the bitrate setting. Make sure that the extension is .mp4 and not .m4v. This isn't important, but you asked for .mp4, not .m4v. It's just the extension that is the difference anyway.

Hope you get your video squeezed down in size and yet keep the quality as high as possible! Good luck :)

Friend of KimFriend of Kim

The key is to dial in the bitrate - you'll need about 800kbps video with 100kbps audio to hit 200MB. That's low for for SD resolution, but it might be good enough for you. Also look for software that has an option for 2-pass encoding.

Try Expression Encoder, Adobe Media Encoder, or Sorenson Squeeze.

Gabe RussellGabe Russell

Can you provide more details about the source format, as in resolution, video & audio codec details etc?

My stock answer is to use ffmpeg with Avanti for the frontend. A starter tutorial is here

GyanGyan
22.1k2 gold badges24 silver badges61 bronze badges

protected by AJ HendersonNov 17 '14 at 16:23

Thank you for your interest in this question. Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?

Not the answer you're looking for? Browse other questions tagged compressionmp4 or ask your own question.

Active4 years, 10 months ago

Recently, I helped a friend produce a short zombie comedy.

He has now asked me to add it to the film's website as a digital download. I'm not having issues with the digital download. My issue is how to create a high-quality file (preferably .mp4) with a small file size.

I currently have a copy of the film in .mov (created in Final Cut). The .mov file is 3.2GB. The film is 29:52 in running time.

Many of these breeds have an in-bred desire to fight.Photo: Yamato Gunkei, a rare Asian Hardfeather breed.T he Asian Hardfeather category includes breeds like (or Aseel in the US), Nankin-Shamo Bantam, Malay, Ko-Shamo Bantam, Tuzo, Shamo, and Yamato-Gunkei. We have grouped them together until we have more articles and photos when we will split them out into individual sections. ‘Hard Feather’ birds are the game varieties together with the Asian Hard Feather birds. Asian gamefowl for sale. Hard feather birds plumage should not be washed before showing or it will be spoilt.

Adobe Media Encoder Compress Mp4 Software

From other experiences, I know a 30 minute high quality .mp4 can be 185mb - 250mb. The problem, I can't seem to find any legit tutorials to create a high quality .mp4 file with this type of compression. The closest I have been able to get is 385mb (I believe that was with VLC, but I last converted the file a few months ago, so I'm not positive)

I am on a Windows 7 machine.

I have a wide variety of software at my disposal and would likely be able to purchase software, if needed.

Friend Of George
4102 gold badges8 silver badges30 bronze badges
Travis PflanzTravis Pflanz

3 Answers

A really good program you can use is Handbrake. It's a very popular program among so called 'pirates' because it's really good at getting a high quality even at tiny file sizes. And this is with good reason, because the main purpose of Handbrake is, indeed, to make the movies small with high quality. Personally I use it when I distribute my short movies on the internet, and it works like a charm. But enough talking, let's get to the settings!

Let's start with the beginning and go through the important settings.On the right you have a presets panel. Choose Regular -> Normal or Regular -> High Profile.

Now, we start with the Picture settings.The anamorphic setting is about the aspect ratio. So you've probably heard about the fact that in video, pixels aren't always square. So if you have widescreen footage, if you compress that to be much thinner, like an OLD SD TV, you could tell the video player to make each pixel wider than it actually is. So, you started have a 500 wide picture, you compressed it to 300, then you tell the player to make those 300 as wide as 500 again.

This is just a basic idea about what it is. You can just leave it at Loose with Modulus at 16. But if you want to learn more and squeeze the absolute maximum out of the file, read about it here.

Leave the cropping at Automatic, unless you want to crop.

Then we go over to the Video Filters. You can turn all of these off. They are made to correct bad footage, which you've probably already done in your video composing software.

Adobe Media Encoder Tutorial

Now, Video. These are the crucial settings. Use H.264. This is the format that gives you the highest quality compared to file size today. Quality. This is THE setting if you only want to set ONE. Set it to Avg Bitrate. This is the best one because if you have a lot of blacks in the picture (at night), you can optimize for that and get even smaller file sizes, but at other points in the movie you'll need more space, and so average is the best here. Notice that the size is in kbps which means kilo-bits-per-second. One kilo is 1000 (not 1024, that's kibibit.). One bit is 1/8 of a byte. So if you want a 10 second movie that's 1 MB, you want to enter 1 MB = (1024 * 1kB * 8bits) / 10s = 820 kbps.

Remember that the audio will also add up in addition to this. You just have to test some values until you get an acceptable quality that's small enough for you. If you enable 2-pass encoding, it will evaluate the movie twice, which means smaller file sizes compared to the quality, but it also means that you need more CPU (computer power) to watch it. So turn it on if you want to watch it on computers, leave it off if you want to watch it on mobile phones/tablets.

Adobe Media Encoder Cc 2018 Compress Mp4

As for the audio, you just set it to what the output of your original file is. The sample rate of most movies is 48 kHz, but if you recorded in 44.1 kHz, set it to 44.1 kHz.. As for the bit rate, 160 is acceptable, but if you have high quality mics and music, set it to 192. You can go higher than this, but as you want small file sizes, there is no need. You could also go lower depending on what size you want to end up with. But do a Preview and listen to the result until you are happy with it.

Adobe

Adobe Media Encoder Compress Mp4 Download

Then, the last thing you need to do is to tick off 'Large file size'. You need to have this on if the file is going to be larger than 4GB, but it will break compability with a lot of devices if you leave it on. Then you turn on 'Web Optimized'. It will make your movie better suited for progressive download so you can shuffle in the movie without downloading it all. But if you are planning for your users to download the whole movie as .mp4 and watch it on the computer, leave it off.

Now, set a file name and click Start. You can also Preview a small clip when you're testing the bitrate setting. Make sure that the extension is .mp4 and not .m4v. This isn't important, but you asked for .mp4, not .m4v. It's just the extension that is the difference anyway.

Hope you get your video squeezed down in size and yet keep the quality as high as possible! Good luck :)

Friend of KimFriend of Kim

The key is to dial in the bitrate - you'll need about 800kbps video with 100kbps audio to hit 200MB. That's low for for SD resolution, but it might be good enough for you. Also look for software that has an option for 2-pass encoding.

Try Expression Encoder, Adobe Media Encoder, or Sorenson Squeeze.

Gabe RussellGabe Russell

Can you provide more details about the source format, as in resolution, video & audio codec details etc?

My stock answer is to use ffmpeg with Avanti for the frontend. A starter tutorial is here

GyanAdobe Media Encoder Compress Mp4Gyan
22.1k2 gold badges24 silver badges61 bronze badges

protected by AJ HendersonNov 17 '14 at 16:23

Thank you for your interest in this question. Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?

Not the answer you're looking for? Browse other questions tagged compressionmp4 or ask your own question.