GNOME Bugzilla – Bug 403904
Rendering : provide a default filename
Last modified: 2010-12-10 18:27:45 UTC
Received by mail: > - there's no default output file. It's interfering to set a name each > time while playing around with codecs. My idea is to use the same > handling as vidcap. -> "video%s.$ending_for_codec" e.g. > "video0001.mpeg" This should be rather easy to do. We could use the extensions registered with the GstTypeFindFactory to find the caps<=>extensions mapping.
I would add to "remember previous filename" to this.
commit 651f377eabaaeca8436960797dd84e9b603cffc5 Author: Brandon Lewis <brandon_lewis@alum.berkeley.edu> Date: Fri Nov 19 19:01:06 2010 +0000 RenderDialog: update filename when muxer changes