Error in export to Image Sequence when using localisation
Bug #551209 reported by
Clemens Rabe
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenShot Video Editor |
Fix Released
|
High
|
Jonathan Thomas |
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
Related branches
Changed in openshot: | |
status: | New → Confirmed |
importance: | Undecided → Medium |
Changed in openshot: | |
milestone: | none → 1.2.0 |
Changed in openshot: | |
assignee: | nobody → Jonathan Thomas (jonoomph) |
importance: | Medium → High |
status: | Confirmed → In Progress |
Changed in openshot: | |
status: | Fix Committed → Fix Released |
tags: | added: patch |
To post a comment you must log in.
Thanks for the patch. It will be included in the next version after having tested it.