Remember all settings after exporting

Bug #499739 reported by markba
150
This bug affects 27 people
Affects Status Importance Assigned to Milestone
OpenShot Video Editor
Confirmed
Medium
Patrick Rooney

Bug Description

Remember all settings of the last export to provide fast and flawless operation. Settings should go in the project file.

Revision history for this message
markba (mark-baaijens) wrote :

Openshot 0.9.54
Ubuntu Jaunty 9.04

Andy Finch (fincha)
Changed in openshot:
importance: Undecided → Wishlist
Revision history for this message
Jonathan Thomas (jonoomph) wrote :

Maybe we could store export settings on the project object. So, each .osp file you open would remember the export settings you used. Sounds useful to me. =)

Changed in openshot:
milestone: none → 1.1.0
importance: Wishlist → Low
milestone: 1.1.0 → none
milestone: none → 1.1.0
Changed in openshot:
milestone: 1.1.0 → 1.2.0
Revision history for this message
Thangalin (thangalin-deactivatedaccount) wrote :

This is a good feature request; software should never lose work and changing settings is work.

Changed in openshot:
milestone: 1.2.0 → 1.2.1
moimael (moimael)
Changed in openshot:
status: New → Confirmed
Changed in openshot:
milestone: 1.2.x → 1.3.0
Revision history for this message
Brett Alton (brett-alton-deactivatedaccount) wrote :

What's involved in closing this bug? This is a big workflow problem for me as I customize my export using 'Advanced' settings.

Changed in openshot:
milestone: 1.3.0 → 1.4.0
Revision history for this message
John Drinkwater (johndrinkwater) wrote :

Please increase the priority of this, its painful to have to pick settings each time; on my 8th export so far today :/

moimael (moimael)
Changed in openshot:
importance: Low → Medium
Revision history for this message
Andy Finch (fincha) wrote :

I was going to have a look at implementing this, what is the consensus - remember the export settings per project, or globally, so regardless of which project you open you still get the last used settings?

Revision history for this message
Bernd Faulstich (bernibaerchen) wrote :

I think per project is better, because you would not override an other project.

Revision history for this message
Bernd Faulstich (bernibaerchen) wrote :

sorry, the last exported file.
So if Filename "blabla", Folder "/././.*", Profil eg "web", target eg "VIMEO HD", video profil eg "30p" and quality eg "medium" will be saved, you don't have to klick this settings together.
an other Project has other settings (name,quality,...) so i think global is not good.
Advanced i do not use, but it can be nice for others too.

Revision history for this message
markba (mark-baaijens) wrote :

The original bug report (of which I am the poster) indicated that the settings must me stored per project. Rethinking that, I still think it's best, because several projects serves several purposes thus different output parameters.

Changed in openshot:
milestone: 1.4.0 → 1.4.1
Changed in openshot:
milestone: 1.4.1 → 1.5.0
Revision history for this message
Walter Smith (walter-francis-smith) wrote :

I use openshot to export a lot of short films. Having to re-pick all the settings to export a film every time is just a lot of unnecessary work. A feature to save the export settings, in whatever form, would be much appreciated. Thanks.

Revision history for this message
Gregory Weber (spottedmetal) wrote :

How about both (1) allowing the user to store global default export settings in "edit preferences", and (2) store individual project settings (which may override the global defaults) in the project file? Wouldn't that make both groups happy? It would make me happy :-)

Revision history for this message
battmanux (battmanu) wrote :

I would agree with the following behavior :
 default export settings in edit->preferences => copied in the project file when new projects are created.
Any change made at rendering time are saved in the project file and suggested for next rendering of this project.
Make simple/easy to save settings from one project as a 'profile' so that it is easy to use it/copy it to an other project

Revision history for this message
Zoubidoo (zoubidoo) wrote :

Can I suggest we initialise the export settings with the format of the input clip. Then remember new export settings if they are changed.

See feature request #1166169 Export with the same video format as the input clip

Changed in openshot:
assignee: nobody → Patrick Rooney (patrick-rooney90)
Revision history for this message
Patrick Rooney (patrick-rooney90) wrote :

I've written a patch that implements this functionality, although there is one issue that definitely needs sorting out: the folder selection widget (fileExportFolder) get its actual value changed to the project's export folder, but it appears blank in the GUI. I've looked at PyGTK's documentation for FileChooserButton and FileChooser and it doesn't look like I'm doing anything wrong, so in case it's a bug in PyGTK, the version I'm using is 2.24.0-5.fc18 (64-bit).

Another thing to note is that because self.project.export_settings is compared to self.render_options to see if the settings were changed, there is some unused data in self.project.export_settings. For example, both the bitrates (in bytes) and the human-readable versions are stored, but only the latter is used. This could create confusion for those who wish to edit the files manually (though it's easier to edit them in Openshot). If the project file has some invalid or missing values, they are skipped and the rest are loaded.

Although I like the idea of default export settings and initializing the project-specific settings with the format of the input clip, I've decided to leave those things for now and just upload what I've already done. Let me know if you have any other issues.

Revision history for this message
Andy Finch (fincha) wrote :

Thanks for the patch.

Revision history for this message
Patrick Rooney (patrick-rooney90) wrote :

I've discovered a small mistake I made in my first patch: self.txtFileName is only ever set with the project name. This replacement version sets it with the project name at first and then replaces it with whatever file name is saved in the export settings.

Revision history for this message
Seán Ó Séaghdha (seanos) wrote :

Rechoosing these settings every time is utterly infuriating. So pointless.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.