AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

how to convert movies to Ipod format using cmd?

 
Reply to topic    AutoHotkey Community Forum Index -> Utilities & Resources
View previous topic :: View next topic  
Author Message
TheLeO



Joined: 11 Jun 2005
Posts: 264
Location: England ish

PostPosted: Mon Feb 08, 2010 9:27 pm    Post subject: how to convert movies to Ipod format using cmd? Reply with quote

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
View user's profile Send private message Visit poster's website MSN Messenger
gronne



Joined: 25 Feb 2009
Posts: 6

PostPosted: Tue Feb 09, 2010 1:02 am    Post subject: Re: how to convert movies to Ipod format using cmd? Reply with quote

Unless you really want to write a program to do this from scratch tell them to use WinFF:

http://winff.org/
Back to top
View user's profile Send private message
garry



Joined: 19 Apr 2005
Posts: 2212
Location: switzerland

PostPosted: Tue Feb 09, 2010 12:07 pm    Post subject: Reply with quote

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


Quote:

http://www.davidtavarez.com/wp-content/2009/12/ffmpeg-r17988-komeil.cab ;---ffmpeg.exe download
-run,%comspec% /k ffmpeg.exe -i test.mp4 -ab 192k target2.mp3 ;---convert video to mp3
-run,%comspec% /k ffmpeg.exe -i test.mp4 -s qvga -r 25 target_V1.mp4 ;---qvga=320*240 nokia
http://ffmpeg.org/documentation.html ;---ffmpeg documentation
http://www.videohelp.com/tools/ffmpeg ;--- help
http://www.videohelp.com/download/ffmpeg-0.5.7z ;--- download all
http://winff.org/html_new/
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Utilities & Resources All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group