AutoHotkey Community

It is currently May 27th, 2012, 2:24 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
PostPosted: February 8th, 2010, 10:27 pm 
Offline

Joined: June 11th, 2005, 9:34 am
Posts: 264
Location: England ish
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
::


Report this post
Top
 Profile  
Reply with quote  
PostPosted: February 9th, 2010, 2:02 am 
Offline

Joined: February 25th, 2009, 6:54 pm
Posts: 6
Unless you really want to write a program to do this from scratch tell them to use WinFF:

http://winff.org/


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 9th, 2010, 1:07 pm 
Offline

Joined: April 19th, 2005, 10:26 am
Posts: 2249
Location: switzerland
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/ ... 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/


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: Bing [Bot] and 2 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group