| View previous topic :: View next topic |
| Author |
Message |
TheLeO
Joined: 11 Jun 2005 Posts: 264 Location: England ish
|
Posted: Mon Feb 08, 2010 9:27 pm Post subject: how to convert movies to Ipod format using cmd? |
|
|
I'm tying to write a program or find a cmd program that would monitor a folder, and then automatically convert files placed into that folder into iPod format and delete the original.
(Everyone in my family has ipods, and they're doing my head in asking me to convert their stuff on my home server, I want to make things easier for them).
Currently, i'm using media coder:
http://www.mediacoderhq.com/
But their cmd costs too much.
Does anyone know a solution to my problem? _________________ ::
I Have Spoken
:: |
|
| Back to top |
|
 |
gronne
Joined: 25 Feb 2009 Posts: 6
|
Posted: Tue Feb 09, 2010 1:02 am Post subject: Re: how to convert movies to Ipod format using cmd? |
|
|
Unless you really want to write a program to do this from scratch tell them to use WinFF:
http://winff.org/ |
|
| Back to top |
|
 |
garry
Joined: 19 Apr 2005 Posts: 2212 Location: switzerland
|
Posted: Tue Feb 09, 2010 12:07 pm Post subject: |
|
|
I tried also ffmpeg for my Nokia_E51 Mobilphone 320*240
| Code: |
run,%comspec% /k ffmpeg.exe -i test.mp4 -s qvga -r 25 target_V1.mp4 ;---qvga=320*240 nokia |
|
|
| Back to top |
|
 |
|