Hey Everyone,
First of all... I'm not a programmer in any way at all. I can do some basic command line stuff, but for the most part, I don't have a clue what I'm doing
I've recently gotten an AppleTV (which I love) and I've been converting all my old MKV files to M4V using command line ffmpeg.
Recently I got to thinking... wouldn't it just be easy if I had a folder that as soon as an MKV was dropped in would do the following:
Run command line ffmpeg (ffmpeg -i FILE.mkv -vcodec copy -acodec copy FILE.m4v)
Delete the MKV
Place the M4V in iTunes
Delete the original M4V
I know you're probably all laughing at how simple this is, but if someone could help me figure out what I need to do to accomplish this.. you'd be making someone very happy
Cheers in advance, and apologies if this is the wrong place for this.
First of all... I'm not a programmer in any way at all. I can do some basic command line stuff, but for the most part, I don't have a clue what I'm doing
I've recently gotten an AppleTV (which I love) and I've been converting all my old MKV files to M4V using command line ffmpeg.
Recently I got to thinking... wouldn't it just be easy if I had a folder that as soon as an MKV was dropped in would do the following:
Run command line ffmpeg (ffmpeg -i FILE.mkv -vcodec copy -acodec copy FILE.m4v)
Delete the MKV
Place the M4V in iTunes
Delete the original M4V
I know you're probably all laughing at how simple this is, but if someone could help me figure out what I need to do to accomplish this.. you'd be making someone very happy
Cheers in advance, and apologies if this is the wrong place for this.