"I believe the drastic reduction in bit rate was due to it reducing the fps from 60 to 30"--aramezan
We only allow exports with settings that match our cameras. Since Garmin doesn't make any cameras that record 4k 60, we don't support exports with those settings either. Of course, you are exporting a 4k 60 video from VirbEdit, which means....:eek:
:mad::mad::mad:
Actually, if you really want to, you can make it export a 4k 60 video, its just a bit of manual work. Let me know if you are curious.
bramezan First, you'll have to export a video the normal way, through VirbEdit, but it doesn't need to finish. Just make sure it actually starts (ie progress bar moves at least once, or you see the VirbExport process in your task manager) before you cancel it.
When VirbEdit exports your video, one of the first things it does is writes out a little file at C:\Users\<your username>\AppData\Local\Temp\Garmin\Virb\export_settings.xml
You can edit that file with any text editor. You should see a couple lines that look like this:
<FrameRateDenominator>1001</FrameRateDenominator>
<FrameRateNumerator>30000</FrameRateNumerator>
Frame rates are typically expressed as a ratio of two integers. You'll want the numerator to say 60000 if you want 60fps.
Once you've modified the file how you want to, save it and you'll have to run VirbExport from the command line with the full path to that xml file as an argument, like so:
VirbExport.exe "C:\Users\<your username>\AppData\Local\Temp\Garmin\Virb\export_settings.xml"
That will kick off an export with the settings in the file, and it should produce a 60fps video. The system is designed to allow any frame rate, so you can put whatever you want in those fields, though I've found it doesn't work so good with 4k 300 fps...