An open API service indexing awesome lists of open source software.

https://github.com/mark-mdo47/markmedia

annotate my pictures and videos
https://github.com/mark-mdo47/markmedia

c-plus-plus pictures python videos wxformbuilder wxwidgets

Last synced: 29 days ago
JSON representation

annotate my pictures and videos

Awesome Lists containing this project

README

          

# MarkMedia
annotate my pictures and videos

# use wxFormBuilder to make Python media explorer

## Flow - Now
At this point it is easier just to make a dialog using wxFormBuilder and hand-edit into the codebase.

![alt text](https://github.com/Mark-MDO47/MarkMedia/blob/master/PyMarkMedia.png "MarkMedia in action")

## Flow - Originally
I put all the original flow stuff into the old/ directory

The script combine.sh adds my changes (events, merges, etc.) to wxFormBuilder input.
This allows me to iterate on both wxFormBuilder and on my additions.
Original development flow WAS as follows:
- use wxFormBuilder in ./wxFormBuilder_MarkMedia/ to build the look of the app
- export as Python 3.x code in ./wxFormBuilder_MarkMedia/
- run ./PyMarkMedia/combine.sh in ./PyMarkMedia/ to insert my event handlers
- do python MarkMedia.py in ./PyMarkMedia/ to execute the resulting test code
- use File->OpenVideoTxt and open free-form descriptive text for videos