← Back to team overview

openshot.developers team mailing list archive

[Bug 551209] Re: Error in export to Image Sequence when using localisation

 

Clemens,
I was unable to apply the patch, but I used it as a guide.  Instead of change the translated text "Image Sequence" back to English, I fixed the core issue in our video.py thread.  All of the validations are now specific to "Video & Audio" or "Image Sequence", and all validations and settings now work in all languages.

Also, I added the 'none' audio code, which also seemed to work fine in
all languages.

Thanks for the help!
-Jonathan

** Changed in: openshot
       Status: In Progress => Fix Committed

-- 
Error in export to Image Sequence when using localisation
https://bugs.launchpad.net/bugs/551209
You received this bug notification because you are a member of OpenShot
Developers, which is subscribed to OpenShot Video Editor.

Status in OpenShot Video Editor: Fix Committed

Bug description:
OS: Gentoo Linux (32Bit and 64Bit)
Installation Method: Own ebuild
OpenShot Version 1.1.1
MLT: 0.5.2

In the ExportWindow.py file, the combo box is filled with translated strings, but later on in video.py, the english versions are tested. The attached patch fixes this problem by translating the strings back to english.

Also, the form is validated for "Video & Audio" and "Image Sequence" differently now.

In addition, I've added the "none" audio codec, that allows the export to a video without an audio track.

Cheers,
 Clemens Rabe





References