>>51092565Oh, yeah! Thanks for reminding me about that.
I can just construct the "information frame" on its own, then simply use ffmpeg to combine it with the encoded video.
Yup, I'm simply calling ffmpeg from Java. Someone suggested using the ffmpeg source or something directly, but from my brief search I didn't see anything too promising for doing that with Java.
------------------
Update
The config handler is done/working fine with a decent number of customization options. I'm adding more as I go.
The encoding/decoding code has been separated into it's own class, simplified, and a few little notes have been added.
The next thing to do is for a rough test to see if everything still works fine, then if it does I'll continue on and write a settings menu so nobody needs to manually open the config file and edit it. The main screen will also get a few more options for handling the list of files.
Then I'll deal with the whole "information frame" thing.
Then I'm not sure what to try, but I might go for ffmpeg->YouTube direct upload instead of placing it on the HDD.