Avidemux Forum

Participate => User interface and Usability => Topic started by: p3trus on April 26, 2017, 12:46:35 PM

Title: [Suggestion] set extension for project files automatically
Post by: p3trus on April 26, 2017, 12:46:35 PM
Should be quick & easy:

When saving a project file (File > Project Script > Save As Project), the default filename is <video_filename>.* - one has to change that .* into .py manually every time, otherwise saving doesn't work (at least not in windoze)

tl/dr: Please give project files a .py extension by default

Thanks!
Title: Re: [Suggestion] set extension for project files automatically
Post by: eumagga0x2a on April 27, 2017, 07:15:06 AM
This bothered me too, should be fixed now ([UI] Add a file name extension when saving projects (https://github.com/mean00/avidemux2/commit/766159caca579616213e8000ea7eb512e554cd31)). The fix will be included into the 2.6.20 release as well.
Title: Re: [Suggestion] set extension for project files automatically
Post by: eumagga0x2a on April 28, 2017, 08:17:21 AM
Quote from: eumagga0x2a on April 27, 2017, 07:15:06 AM
The fix will be included into the 2.6.20 release as well.

Had to disable the feature for 64bit Windows 2.6.20 builds due to issues with the official cross-build environment (not reproducible with the current MXE environment documented in https://raw.githubusercontent.com/mean00/avidemux2/master/cross-compiling.txt (https://raw.githubusercontent.com/mean00/avidemux2/master/cross-compiling.txt)).