Change Your Movie’s Poster Frame
The “poster frame” is the small, thumbnail image that is displayed by the Finder for most movies. Most of the time, we don’t care what the poster frame is. But, sometimes, we care a lot.
The problem is that when you export files from Final Cut Pro X or Premiere Pro CC, the poster frame is assigned automatically. Unlike YouTube, you can’t pick the poster frame you want displayed.
However, there is a simple fix using Apple Compressor. Better, you can do so without re-encoding or compressing the file. Here’s how:
- Choose File > Add File to add the original file to Compressor. (Shortcut: Cmd + I)
- Apply any compression setting by dragging it on top of the file name in the Job section of the interface. (I’m using Apple ProRes 422, but it really doesn’t matter.)
- Make sure the compression setting that you just applied to the file is selected. Then, click the Video tab in the Inspector. (If the Inspector is not displayed, click the icon in the top right corner of the interface.) Then, check Enable video pass-through. This “passes-through” the video without making any changes to it.
- Next, click the Audio tab and check Enable audio pass-through.
These two steps make sure that your file is only copied and not compressed.
- The last step is to set the poster frame. Drag the playhead under the movie to the frame you want to use, then click the Marker pop-up menu and choose Set Poster Frame.
NOTE: As you can see, you can also use this menu for other marker tasks as well.
- Repeat this process for as many files as you need to generate poster frames.
- Click Start Batch at the bottom to begin copying the file(s) and apply the new poster frame to each movie.
The secret to this technique is the Pass-Through settings. These override the compression settings – which is why you don’t care which compression setting you initially pick – and allow you to make a copy of the master file using Compressor without altering the source video or audio.
EXTRA CREDIT
You could also create a new compression setting as a custom preset – call it, say, “Poster Frame.” This allows you to create these settings once, then apply them to as many files as you need. Keep in mind that you can’t save this as a droplet, though, because that wouldn’t allow you to set the poster frame.
Bookmark the
permalink.
Larry Recommends:
NEW & Updated!
Edit smarter with Larry’s latest training, all available in our store.
Access over 1,900 on-demand video editing courses. Become a member of our Video Training Library today!
JOIN NOW
Subscribe to Larry's FREE weekly newsletter and save 10%
on your first purchase.
21 Responses to Change Your Movie’s Poster Frame
Larry: This is great, but what about those who have migrated away from FCP, et al., and use Adobe editing products. Is there a fix in the Adobe CC apps somewhere? Thanks, Michael
MI Jones:
I don’t know how to do this using Adobe products. On the other hand, Compressor is only $50, runs as a stand-alone app and you could consider it as a utility you use to reset poster frames, while still using AME for your standard compression.
Keep in mind that this works with QuickTime movies, not MXF.
Larry
Hi Larry. I noticed that when sharing a project directly from FCPX (Top Right Corner) the Poster frame displayed in the finder is whatever image I have selected by positioning the “playhead” in the timeline before sharing. It seems to work great and that’s what I use personally. Am I loosing something in the process ?
Luke:
Wow… if true, that’s a trick that even Apple doesn’t know! (And I can’t think of anything you’d be losing…)
Thanks for sharing.
Larry
Yes Indeed Larry in FCPX If you render out your video with the playhead on the frame you want it applies that image as the poster frame thumbnail. I literally was searching for how to do this and this thread popped up on goggle. Read the poster below and gave it a try and voila it works. I guess if you’re using adobe or blackmagic one can go with the Quicktime method listed in this thread, as that also works.
There is a much quicker method using QuickTime Player. Open the video in QT, navigate to the appropriate frame and copy it (cmd-c). Then do a “Get Info” (ctrl-click) on the video file and select the tiny thumbnail at the top left corner of the “Get Info” window. Finally paste (cmd-c) the new frame onto the thumbnail. That’s it!
VERY cool!
Thanks,
Larry
OMG! This worked GREAT! Thank you!
Great tip, Ian! “Get Info” has the ability to surprise with its hidden super-powers. (Like what you discovered in its little thumbnail box.)
I had been trying to designate the poster frame using Luke’s cursor position trick, but it’s about 50% successful. Often a black (blank) background creates a poster frame with white background.
Not too long ago, among all of its other handy abilities, QT7 Pro used to include a tool for selecting the poster frame. QT10 is definitely NOT a professional-worthy replacement. Wouldn’t it be great if Apple updated QT7 Pro to 64-bit?
Does this still work? I can’t figure out how to go to Get Info in QT??
Thanks!
Ariel:
This still works.
You don’t “Get Info” inside QuickTime Player, you do so by selecting the file in the Finder.
Larry
Ian R. Brown… what a hero — your QT fix worked.
Working with a client who’s doing a direct embed – didn’t know the solution until now.
Thanks my dude.
The quicktime hack here does not modify the video file, to permanently change the poster frame use ffmpeg : ffmpeg -i in.mp4 -I yourposterimage.jpg -map 0 -map 1 -c copy -c:v:1 mjpeg -disposition:v:1 attached_pic out.mp4
PAJ:
Thanks for your comment. However, not all of use are familiar with using Terminal along with ffMPEG.
Larry
Hello Larry,
I am having trouble finding the “Enable video pass-through” and Enable audio pass-through” buttons in Compressor.
I have also tried the FCPX Export option by moving the playhead where I want it and it does export with the frame I have chosen as the image for the file however when I upload it my image for the poster image remains to be the first frame.
I tried the Get Info method as well. I saw that it did change the file image but still had the first frame as the poster image when I uploaded it to my server.
Any help here would be great.
I feel I am so close and I have been looking for this for years.
I don’t know why they removed “Set Poster Frame” from QT in the first place.
Darran:
To find the two Pass-through buttons, apply a compression setting to a clip in Compressor, then, select that compression setting in the clip.
Go to the Video Inspector, the pass-through checkbox is near the top. The same is true for the Audio Inspector.
Different servers treat poster frames differently. YouTube, for instance, gives you three choices with the ability to add a custom frame. If the server overrides the image you selected as the poster frame, you may need to look for a different way to display the poster frame.
For myself, I upload separate images and incorporate them into the webpage using HTML. Poster frames are pretty hit and miss.
Larry
Larry! This page was early (like 4 or 5 from the top) in a Google search I did when another customer was asking about cataloging videos in Image Chest and being able to choose the frame for the thumbnail.
I miss the old days when QuickTimer Player had the feature. Why did Apple take it away? Maybe because they could no longer write the poster frame to all the newer types of videos? Seems lame.
Steve:
“Why?” is a question Apple almost never answers. My guess, like you, only a few video formats support poster frames, so they removed it rather than explain all the cases where it wouldn’t work.
Larry
Hi Larry –
Do you know if PAJ’s Terminal command listed above works on Big Sur in 2021
ffmpeg : ffmpeg -i in.mp4 -I yourposterimage.jpg -map 0 -map 1 -c copy -c:v:1 mjpeg -disposition:v:1 attached_pic out.mp4
in.mp4 = target movie file
yourposterimage = new image for poster
out.mp4 = new movie file w/ new image for poster
— (? or is it “attached_pic out.mp4”)
Thx
Gee:
I don’t use Terminal often, so I’m not a good source for this level of advice. Perhaps another reader can help.
Larry
Just came across this. Thanks as always for the fantastic help. All other info I found was changing poster frame via finder with an image and not a true poster frame. This is exactly what I was looking for.