VideoMorph-v1.3
We are happy to announce our 3rd major release, stay tuned for more updates soon.
- Add User's Manual. New
- Problem with the UI updating when the user plays a video. Fixed
- Problem with video file duration. Fixed
- Enable Convert action and update Progress column when user selects some option in Other Options New
- Hide cmd.exe window on Windows systems when running ffprobe. New
- Play output video on Windows platforms when converting. New
- Problem with updating the interface when converter is running and the user plays a video. Fixed
- VideoMorph runs on Windows. New
- Update README.md with new installation details. Done
- Add an Option to shutdown machine when finishing conversion process. New
- Update setup.py to work with distutils or setuptools in GNU/Linux or on Windows. Done
- Update app icon to a file with ICO format for Windows compatibility. Done
- Remove support for avconv to concentrate in ffmpeg features. Done
- Use library paths to process videos directly instead of using utils.which. Fixed
- Problem with file names that contains periods. The output file name was cut. Fixed
- Add a path separator os.path.pathsep to utils.which for portability. Done
- Remove file action activated when user double click on a video file to reproduce it. Fixed
- Open video file on Windows and Linux platform. Done
- Open ffmpeg documentation site with user browser on Windows. Fixed
- Problem with stopping conversion process for all files on Windows platform. Fixed
- Partially converted video not delete when user closes the app. Fixed
- Problem with conversion stopping on Windows. Fixed
- Use os.path join to build paths for portability. Done
- Set library and probe depending on the platform (GNU/Linux or Windows). Done
- Centralize the Version handling, adding a VERSION file for better maintainability. Done
- Set paths to be used dynamically in GNU/Linux and Windows systems. Fixed
- Problem: App did not save configuration state if the user closes it when no conversion task is running. Fixed
- Adding platformdeps.py module to handle the system path with platform independence. Done
- Problem reading from changelo.gz. Fixed