GH5 6K Photo Mode; Extracting Frames on Desktop and In-Camera (UPDATED)
Photo Moment - April 18, 2017
I answered a viewer's question the other day on how to best extract frames on the desktop from the H.265 “6K Photo” video files created by the GH5, but have an updated, better answer for you today!
Also I show you how to do this on the camera itself, in case you're wondering.
VIDEOS MENTIONED IN TODAY'S PHOTO MOMENT:
GH5 6K Photo Mode - Extracting still photos using Pot Player: https://youtu.be/tbYFU12Hc7Y
OTHER LINKS MENTIONED IN TODAY'S PHOTO MOMENT:
RockyMountains Converter: https://sourceforge.net/projects/rockymountainsmovieconverter/
Pot Player: https://potplayer.daum.net
INSTRUCTIONS IF YOU CAN'T LAUNCH ROCKYMOUNTAINS CONVERTER ON YOUR MAC:
===============
Here is the workaround to get the Rocky Mountain to launch
1) Right click on RMMovieConverter.app, show package contents
2) Navigate to Contents/MacOS/node-webkit – double click the node-webkit
It should open at this point.
3) if it does not come up then type this…
export EVENT_NOKQUEUE=1
…in the terminal and hit enter and double click node-webkit again
===============
TL;DR 🥱
ISSUES WITH RMMovieConverter.app using MacOS Catalina 10.15.3
Explanation and Possible Fix:
RMMovieConverter.app is currently unsupported by Apple in macOS Catalina/Mohave. The developer of the app has stopped updating it for some time now and it has been abandoned. At the time of this comment. QuickTime Player now supports H.265 & will open the 6K file (.MP4) but, that's about it. Adobe Lightroom and Photoshop should allow you to import them. If you have done the following: Go into System Preferences>Security and Privacy, click the Privacy tab at the top, then on the left column click "Accessibility", then hit the '+' in the middle to add Adobe Photoshop, Adobe Lightroom, Colorsync Utility, Digital Color Meter and Disc Utility (May also require clicking 🔓 and then entering your password. Repeat this by going back to the left column and selecting 'Full Disc Access' and 'Files and Folders' and adding the Adobe apps. NEXT, go to Application>RMMovieConverter.app and right click then select 'Get Info' and at the bottom, under 'Sharing and Permissions' make sure your Administrator and your device login ID 'Privilege' is set to 'Read and Write" repeat for Adobe Apps. That may fix that part. If it STILL won't open...try my workarounds below.
The reason RMMovieConverter won't open is all due to an update in the way that Gatekeeper malware security program in your Mac works on macOS Catalina. These features bring added functionality, more ease of use, and improved security.
One of the ways macOS Catalina boosts user security is by preventing unknown apps from running on the device. As such, Macs and MacBooks running on the latest macOS version won't allow users to launch just about any app they want; apps should be sourced from the App Store or should come from Apple-approved developers, which will have Developer IDs. Apple's logic here is very simple: by preventing the use of unknown apps, users will be protected from malicious software. Those who try to launch an unknown app by double-clicking on it will be greeted with a warning that says the app “can't be opened because Apple cannot check it for malicious software.” It's pretty straightforward. So your device is looking for the “notarization” of the app. It’s effectively a certificate of good standing that is obtained by the developer uploading their app to Apple to check for malicious code which is then stapled to the app. It’s one step further than having an app signed with a developer cert. "Beginning in macOS 10.14.5, software signed with a new Developer ID certificate and all new or updated kernel extensions must be notarized to run. Beginning in macOS 10.15, all software built after June 1, 2019, and distributed with Developer ID must be notarized." ( https://developer.apple.com/documentation/xcode/notarizing_macos_software_before_distribution ) This is for your device security. The node-webkit file is the culprit because it is supposed to execute by opening the app, but because in not only doesn't have an Apple developer ID, certificate of who developed it and now with macOS Catalina a 'notarized' Apple developer certificate it won't open. So basically if what I'm about to show you next doesn't work. YOU'RE HOSED IF YOU HAVE A MAC! (Like me!)
Possible Workaround #1🤞🏽 : If you're comfortable with the command line aka Terminal on your Mac ( I'm a software engineer & I have a MacBook Pro Late-2018) open your Terminal app (CMD + space bar>type "terminal.app" and then hit return OR go to Finder>Applications>Terminal.app, double-click) in the command-line type (double-quotes included) the following:
chmod +x "/Applications/RMMovieConverter.app/Contents/MacOS/node-webkit"
Ex: $ chmod +x "/Applications/RMMovieConverter.app/Contents/MacOS/node-webkit" and hit the return key. Close the terminal and then double-click the RMMovieConverter.app. It should open. If not go to #2.
Workaround #2 🥴 : Go back to the terminal/command-line and type(no quotes) the following: "xattr -d com.apple.quarantine /Applications/RMMovieConverter.app/Contents.MacOS/node-webkit '''
Ex: $ xattr -d com.apple.quarantine /Applications/RMMovieConverter.app/Contents.MacOS/node-webkit and hit the return key. Close the terminal and then double-click the RMMovieConverter.app. It should open. If not, I don't have a solution just yet. I'll keep you posted or someone will give another solution. 🤓
02/2020 UPDATE for macOS Catalina:
TL;DR 🥱
ISSUES WITH RMMovieConverter.app using MacOS Catalina 10.15.3
Explanation and Possible Fix:
RMMovieConverter.app is currently unsupported by Apple in macOS Catalina/Mohave. The developer of the app has stopped updating it for some time now and it has been abandoned. At the time of this comment. QuickTime Player now supports H.265 & will open the 6K file (.MP4) but, that's about it. Adobe Lightroom and Photoshop should allow you to import them. If you have done the following: Go into System Preferences>Security and Privacy, click the Privacy tab at the top, then on the left column click "Accessibility", then hit the '+' in the middle to add Adobe Photoshop, Adobe Lightroom, Colorsync Utility, Digital Color Meter and Disc Utility (May also require clicking 🔓 and then entering your password. Repeat this by going back to the left column and selecting 'Full Disc Access' and 'Files and Folders' and adding the Adobe apps. NEXT, go to Application>RMMovieConverter.app and right click then select 'Get Info' and at the bottom, under 'Sharing and Permissions' make sure your Administrator and your device login ID 'Privilege' is set to 'Read and Write" repeat for Adobe Apps. That may fix that part. If it STILL won't open...try my workarounds below.
The reason RMMovieConverter won't open is all due to an update in the way that Gatekeeper malware security program in your Mac works on macOS Catalina. These features bring added functionality, more ease of use, and improved security.
One of the ways macOS Catalina boosts user security is by preventing unknown apps from running on the device. As such, Macs and MacBooks running on the latest macOS version won't allow users to launch just about any app they want; apps should be sourced from the App Store or should come from Apple-approved developers, which will have Developer IDs. Apple's logic here is very simple: by preventing the use of unknown apps, users will be protected from malicious software. Those who try to launch an unknown app by double-clicking on it will be greeted with a warning that says the app “can't be opened because Apple cannot check it for malicious software.” It's pretty straightforward. So your device is looking for the “notarization” of the app. It’s effectively a certificate of good standing that is obtained by the developer uploading their app to Apple to check for malicious code which is then stapled to the app. It’s one step further than having an app signed with a developer cert. "Beginning in macOS 10.14.5, software signed with a new Developer ID certificate and all new or updated kernel extensions must be notarized to run. Beginning in macOS 10.15, all software built after June 1, 2019, and distributed with Developer ID must be notarized." ( https://developer.apple.com/documentation/xcode/notarizing_macos_software_before_distribution ) This is for your device security. The node-webkit file is the culprit because it is supposed to execute by opening the app, but because in not only doesn't have an Apple developer ID, certificate of who developed it and now with macOS Catalina a 'notarized' Apple developer certificate it won't open. So basically if what I'm about to show you next doesn't work. YOU'RE HOSED IF YOU HAVE A MAC! (Like me!)
Possible Workaround #1🤞🏽 : If you're comfortable with the command line aka Terminal on your Mac ( I'm a software engineer & I have a MacBook Pro Late-2018) open your Terminal app (CMD + space bar>type "terminal.app" and then hit return OR go to Finder>Applications>Terminal.app, double-click) in the command-line type (double-quotes included) the following:
chmod +x "/Applications/RMMovieConverter.app/Contents/MacOS/node-webkit"
Ex: $ chmod +x "/Applications/RMMovieConverter.app/Contents/MacOS/node-webkit" and hit the return key. Close the terminal and then double-click the RMMovieConverter.app. It should open. If not go to #2.
Workaround #2 🥴 : Go back to the terminal/command-line and type(no quotes) the following: "xattr -d com.apple.quarantine /Applications/RMMovieConverter.app/Contents.MacOS/node-webkit '''
Ex: $ xattr -d com.apple.quarantine /Applications/RMMovieConverter.app/Contents.MacOS/node-webkit and hit the return key. Close the terminal and then double-click the RMMovieConverter.app. It should open. If not, I don't have a solution just yet. I'll keep you posted or someone will give another solution. 🤓
I hope you can help me. I have used a Lumix camera for years for video for my youtube channel. I noticed the older my camera got, I could hear a grinding noise in the background of my videos. I thought perhaps it was just because the sound card was getting old. I purchased a new Lumix dc-FZ80 and the video blurs in and out on every video and I am still having a grinding noise on my videos. I have a youtube channel, and nearly every video I have taken in the last four months using that camera has blur into focus, then out of focus. Do you know if it is specifically a problem with the lower end Lumix? I never had a problem with the video blurring like that on my old Lumix so I wonder if it is a setting I am not using right on the newer camera? I also wonder if you have ever had someone comment on the grinding noise in the background. I could link you to some video on my channel for examples if you think you may be able to help. I would appreciate any help you can give as being a single mom, I don't have expendable money to purchase another new camera and I have really loved my Lumix. Recently I have just been using my cell phone and computer for videos due to the blurring issues. This is sad as the camera is only six months old but I am so frustrated I want to send it back but don't think that is an option now. Thanks in advance for any help you can give. Have a Blessed Day!
Here is a link to a video where at the beginning, you can hear the grinding. If there is talking, you can't hear the grinding as much, but when it is quiet, you can hear the grinding. This has happened on all three of my lumix cameras. I have had the smaller lumix camera but don't remember the model. The larger DMC - FZ18. I just purchased the DCM-FZ - 80. If you go back from this video, most videos between July and November 2018 (except me sitting at the table) are from this camera and at some point go blurry in the video. I started using my computer at the table as the quality is so much better than what I am getting with the Lumix.
https://www.youtube.com/watch?v=_wflPWgOE8Q
Here is another with the same grinding and blurring.
https://www.youtube.com/watch?v=g8FbRgYrDjs
As far as settings go, I am just using the auto focus which is what I have used on all of the cameras. Can you even manually focus videos?
Thank you again for your help.
So sorry for this confusion.
why not use "Free video to JPG converter". it is dead-easy, works in Window and open source as well!!!!!!!
Could you show the best way to setup the GH5 to take photos like the snowboarder series please.
Comments from YouTube