Activity › Forums › DaVinci Resolve › Saving time
-
Saving time
Posted by Artem Leonov on December 15, 2010 at 6:25 pmI have separate projects for each part of a movie but it can take up to 3 minutes to save (autosave is much faster).
Please add source viewer (it shows only timeline now) to conform page.
Freelance colorist
Artem Leonov replied 15 years, 4 months ago 7 Members · 9 Replies -
9 Replies
-
Kevin Cannon
December 15, 2010 at 6:52 pmIn the conform page, right click in the window for the offline clip and select “toggle offline/source clip” to get a viewer for your media pool.
I’d also like to know why the projects take so long to save – or what combination of setting will expedite the save (not saving thumbnails, etc)…
KC
prehistoricdigital.com
hardworkingpixels.com -
Peter Chamberlain
December 15, 2010 at 11:47 pmHi, if you have 7.0.3 use the middle “Autosave” option as this mimics pushing the save command and does an incremental save. The option to backup the project will take longer as Resolve makes a full project backup and them needs to complete some file housecleaning. Some facilities run Autosave during the day and each night do one backup.
Peter -
Kevin Cannon
December 16, 2010 at 12:11 amThanks Peter, I’ve been in the midst of a project for a few weeks and not wanted to upgrade to 7.0.3, so I’ve missed that option.
While I have you, there was a thread a while back about how to actually use pgAdmin, step-by-step, to backup the entire Resolve database, but nobody from Blackmagic chimed in to explain. I don’t believe it is in any of the documentation, could we get a run-down on that? I’d feel better using the light-weight autosave if I knew that my pgAdmin backups were working…
KC
prehistoricdigital.com
hardworkingpixels.com -
Peter Chamberlain
December 16, 2010 at 12:50 amWe have reports from users that pgAdmin works for them however we dont use it ourselves. An alternative is to just export the project using Resolves export function on the config screen. Select the project and right mouse click to then select export. Selecting all options will take longer but allows you to import into a new Resolve or your current one. This export and import features is used daily to move projects to different systems and sometimes to setup remote grading.
Peter -
Guilherme Ramalho
December 16, 2010 at 2:55 amPeter,
I didn’t find out how to use the pgAdmin… Is there any help file? How do you use it ?
I ask this before in this forum, but still with no clue. -
Rohit Gupta
December 16, 2010 at 3:57 amOn the Terminal:
Backup:
1. cd /Library/PostgreSQL/8.4/bin/
2. ./pg_dump -U postgres -Ft -b resolve > /tmp/resolvedb.tarIn the command #2 above, replace “resolve” with the database name, and /tmp/resovledb.tar with the file you want to save it to
3. Compress the backup file
gzip /tmp/resolvedb.tar
To Restore to a new DB:
1. gunzip /tmp/resolvedb.tar.gz
2. ./createdb -U postgres resolve1
3. ./pg_restore -U postgres -d resolve1 /tmp/resolvedb.tar -
Ola Haldor voll
December 16, 2010 at 8:53 amWill exporting a project include all keyframes and tracking done to PW’s?
Reply to this Discussion! Login or Sign Up