Quoted By:
I want to start learning programming... I work with a lot of video files and use FFMPEG and AVIsynth a fair bit and I want to just automate all my shit, I want to be able to drag my files to a program and it do all the necessary transcoding, video and audio merging, and file naming. Now I assume any language can do that shit, since it's all really simple and basically just calling programs and a couple of "IF...THEN" loops.
But... I also want to do a lot of natural langauge kind of shit, like I take a lot of notes (sometimes transcripts of videos, but also just like random research from the internet) I'd love to have a couple of analysis scripts that can act as a kind of desktop search engine but with cool shit like:
- pronoun counting (how many times is "I" or "You" used)
- Most common word
- average sentence length
And also it be able to pull together keyword results in big slabs of text so it's easy to cross reference.
What language can do both the video conversioncalling stuff and the language stuff?
I currently use windows, but I have a lot of Android devices.