Personal View site logo
DaVinci Resolve 18 and older 17 and 16
  • 459 Replies sorted by
  • Oh k thanks @ninetto .. yes Ralph I have tried that and didn't solve the problem ,I even upgraded to widows 10 last night as a last resort , but no luck ..so far I tried changing database location, changing project folder name ,creating a new user account,and upgrade to win 10 and nothing ..the funny thing is that the folder for the project is there,but resolve for some reason don't see it and I have not heard from blackmagic design team yet as I sent them the project folder and other project folder that resolve has no issue with

  • @sammy

    Have you tried renaming the project folder, as I mentioned? This actually worked for me.

  • It is the database program, that was automatically installed by Resolve.... only UP TO version 12 in the windows version, as I have now learned, so it seems this is NOT at all related to your problem. For Apple there can still be issues with older versions of the "postgresql" software (valid only for OSX!):

    QUOTE: We have provided apps to simplify upgrading your PostgreSQL version on your Mac. The apps along with instructions can be found in the /Library/Application Support/Blackmagic Design/DaVinci Resolve/Upgrade PostgreSQL folder.

    Starting from DaVinci Resolve 12.5.3, new installations will include PostgreSQL version 9.5.4.

  • I appreciate the input guys .. @ninetto ,mind me I'm still new to resolve what's the "postgresql" ? And how would I would allow it through the firewall ? Thanks

  • @sammy one last idea, stumbled upon at the BM-forum: QUOTE: For you or anyone that happens to come across this thread, if you're on Windows you need to make sure that postgresql is allowed through the firewall...Took me half a day to figure that one out. And while we're on it, I had an issue with Resolve not saving my projects, looked like it was but if you backed out and went back in the entire project was gone! Super scary stuff...A quick "optimize" of the database solved this, but I still save a project, totally back out and come back in to make sure it's still there, because this could screw you out of hours or a days work even...

  • Here is one of the posts Nomad was refering to, but it involves problems with H.264 and Win-7, not the database problem that has thrown you off track... good luck nevertheless! https://forum.blackmagicdesign.com/viewtopic.php?f=21&t=55353&p=318141&hilit=windows+7#p318141

  • You can get it running with some add-ons under Windows 7, browse the user forum for Resolve by BM.

  • ok, that I didn't know about, I have had win7 for a bit

  • @sammy just a warning, sorry I can´t offer a solution, but I believe the sys-requirements for resolve 12 explicitly say Win 8 or higher for PCs.

  • @sammy

    Here's something very simple to try - simply change the name of the folder that contains the project. Be sure to make it at least one character shorter or longer than the existing name. In other words, the total number of characters should be different than the existing name.

  • Guys, im not able to open the project, im not sure where to do that with out having the thump nail at the start up menu, I checked for solution online and none seem to be able to talk about finding or opening a project that somehow all sudden not found...i check the data base folder under my user name and saw the projects , its in the projects folder , its has its own folder , its just resolve dont see it for some reason, but all other projects are seen ..called blackmagic support today, stayed about an hour on the phone ,very helpful person on the line, but did not end up finding a solution to how to make resolve see the project (even thou its inside the projects folder) , he asked me to send him the project, which i did and he said he will check to see if he finds anything from his end

  • also check and make sure you are working with the correct database. If you have more than one it might be connected to the wrong one.

    I would also recommend exporting your project now and then for backup and saving it on another drive or system. That way, you can still have the project even if the db or your disk corrupts.

  • The project is stored in the Davinci database. Do a Google search. There are many Youtube videos showing how to work with the database. That being said, this is not normal behavior. Perhaps the database got corrupted. In any event, look into the database.

  • Guys I'm on win7 and latest resolve studio 12.54 , been working on editing a short film for about 2 weeks now, and all the sudden today I cant find the project anymore when i start resolve, Im going crazy now trying to understand how to get it back , any ideas clues or tips? I have alot of work already in project, I appreciate any help with this...i tired going into program data and to find resolve project to do restore .i find the project but it does not have a .backu file (data backup file)

  • Touch Ups in Resolve

  • Premiere & Resolve Round Trip Workflow

  • Archiving project

  • Why bother. Just have resolve make optimized media. Also best thing about new version is that it can use mp3 audio.

    Well now we have 2 options +)
    If my footage was of greater accuracy/quality I wouldn't bother either. But - and this is my particular case, ok? - I find that in the transcoding stage I'm able to paliate some of the issues and so footage gets to colour bath in better shape. Same with fcpx, it depends where do things come from (are they in shape?) and how long do they have to stand the beating. There also are deadlines and diferent storage space considerations.

  • Why bother. Just have resolve make optimized media. Also best thing about new version is that it can use mp3 audio.

  • @Pedro
    Don't use

    it downloads some iskysoft video converter thing.
    If you're lazy and on the mac use Free AVCHD to Mov (see it in applestore). It is ffmpeg based (has it built inside the app) and is free. Interface is ugly but you've served with many many flavours. It also has proResHQ 422. Fastest is to rewrap with 16b LE pcm, works also for fcpx. You would be surprised how many expensive software converters (e.g. EditReady fuck up patched GH2 footage, either sound and/or IQ itself - aryifacts, missing audio, etc.).

    You could also create a script for batch rewraping or transcoding into whatever you wish. On the mac with automator creating a service or a drag and drop app it's quite easy.

    here are compiled builds 4 mac - http://www.ffmpegmac.net/

    A simple workflow would be:
    • Put footage to convert inside a folder, don't leave blank space in neither of them, make things easier
    • Open terminal
    • write cd , there's a empty space after "cd"
    • then drop the folder with the footage to get the path
    • press enter
    • you're now on your footage folder, now paste
    perl -e 'my @files=ls; foreach (@files){ print chomp($_); ffmpeg -i "$_" -map_metadata -1 -vcodec copy -acodec pcm_s16le "$_.mov"}'; find . -name '*.MTS.mov' -exec sh -c 'mv "$0" "${0%.MTS.mov}.mov"' {} \;

    The reason I personally use a perl script instead of something else has to do with simplicity (one line of {2x} code) and renaiming. With a shell one'll need extra commands. Also you can follow progress of the rewraping in the terminal =)

    COUPLE THINGS
    Don't use "-map_metadata -1" if you want to keep video metadata, TC, etc.
    This script assumes that you've got a executable ffmpeg in you bin folder - /usr/local/bin
    If you instead of rewrap prefer 422 or 444, plus NR, dithering, stabilizing, etc. ffmpeg has those options too.
    http://ffmpeg.org/documentation.html

     

    PD
    There's also hybrid

    A final note: in my latest tests around transcoding footage for grading purposes I've found that a ffmpeg coktail mix with proRES 444 output it's as fast as say 5DtoRGB and holds extensive grading marginally better. Cheers

  • Try this - although I haven't seen an MTS file personally in a long time

    http://www.mtsconverterfree.com/

  • Hello,

    Any tips on what is the best way to convert the gh2 avchd files to a workable codec format that Davinci can handle? I am currently converting to prores 10bit, but I would love your input on this.

    Cheers!

  • DaVinci Resolve version 12.5.4 is available:

    • Support for the new MacBook Pro Touch Bar
    • Additional Rec. 2100 and 2020 support for high dynamic range workflows
    • Support for Grass Valley HQ and HQX codecs on Mac, Windows and Linux
    • Added support for preserving super-white and sub-black data with ProRes 4444
    • Added new sliders to control Dolby Vision analysis data
    • Added P3-D65 IDTs and ODTs in ACES
    • Added Rec. 2020 ST.2084 1000 nits ODT clamped to P3 in ACES
    • Added support for image orientation flag in DPX files
    • Improved support for CR2 files from Canon 5D Mark IV
    • Improved grading and playback performance when working with large node graphs
    • The new software is available for Windows, Mac and Linux. It can be downloaded from

    Available at https://www.blackmagicdesign.com/support

  • Top Editing Tips