Notices

Applications and Utilities Talk about apps and utilities for Windows Mobile and PPC

Reply
 
LinkBack Thread Tools
Old 08-10-07, 07:14 AM   #1 (permalink)
Aximsite Prospect
 
Join Date: Aug 2007
Posts: 15
Thanked 0 Times in 0 Posts
Aximsitesoftwareicon Video conversion - from the command line

Hi,

has anyone played around with ffmpeg? :hide:

ffmpeg can convert most media files and do other things. I don't know if it makes coffee yet....

I made a simple windows batch file (script) that uses ffmpeg to convert video media. For example I have a stack of .flv files I wanted converted to .avi but was not happy with any other freeware solutions. ffmpeg is very flexible, .avi --> .mpg, .flv-->.avi , .mpg -->flv and heaps more

I made the script to convert media files to play on my pocket pc. The script needs a windows PC though. The script is very basic so I'm sure others could do better :rolling:

Will post it if anyone wants it.......................

cheers.... PS its not optimized but works great for small screens.
PPS does one file at a time, then you re-run the script.
shortChange is offline   Reply With Quote
Sponsor Ads
Old 08-10-07, 07:33 AM   #2 (permalink)
KPDUTY
Guest
 
Posts: n/a
Interesting ... since you offered, could you please post the script(s)?

Thanks
  Reply With Quote
Old 08-10-07, 08:33 AM   #3 (permalink)
Aximsite Prospect
 
Join Date: Aug 2007
Posts: 15
Thanked 0 Times in 0 Posts
Arrow Cool - I hope it works for you..

OK,


I am happy to help with most questions.......... !


Notes
-------

*the way I have set things, the destination file may double in size or it may
not

*best advice, start with a smallish test file. :)

* its a basic script.
shortChange is offline   Reply With Quote
Old 08-10-07, 08:34 AM   #4 (permalink)
Hoggie3
Guest
 
Posts: n/a
ifr you want a gui use super. It uses ffmpeg and is free
  Reply With Quote
Old 08-10-07, 08:36 AM   #5 (permalink)
Aximsite Prospect
 
Join Date: Aug 2007
Posts: 15
Thanked 0 Times in 0 Posts
OOOPs here it is........

Instructions in zip file, good luck :).
Attached Files:
File Type: zip tool3.zip (1.3 KB, 1 views)
shortChange is offline   Reply With Quote
Old 08-10-07, 08:41 AM   #6 (permalink)
Aximsite Prospect
 
Join Date: Aug 2007
Posts: 15
Thanked 0 Times in 0 Posts
super and GUI

Yes thanks for offering super , great GUI....

didn't like it overall though.......... still whose to say anyone will use this script i knocked up. :). its personal choice i guess............
shortChange is offline   Reply With Quote
Old 08-10-07, 10:26 AM   #7 (permalink)
Blogger
 
radimus's Avatar
 
Join Date: Aug 2004
Location: Tampa
Posts: 5,197
Device: AT&T Fuze
Carrier: AT&T US
Thanked 44 Times in 40 Posts

Awards Showcase
Aximsite Silver Reviews Top Notch MyPDA Aximsite Bronze Referrer Aximsite Veteran Staff News Editor Medal Aximsite Active Silver Member Aximsite Active Bronze Member Aximsite Bronze Contributors 
Total Awards: 8

Batch convert all .avi...

FOR /f %%f in ('dir/b/s *.avi') DO Start /wait "" ffmpeg -i "%%f" -b 600k -ar 44100 "%%f.new"

make a batch file out of it, place it and ffmpeg in the same folder and it will convert all avi files... I guess... I haven't tested it.
__________________
Quote:
"Always vote for principle, though you may vote alone, and you may cherish the sweetest reflection that your vote is never lost." -- John Quincy Adams

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
and
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.



To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
and
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.



To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
and
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.



To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
radimus is offline   Reply With Quote
Old 08-10-07, 10:43 AM   #8 (permalink)
Aximsite Prospect
 
Join Date: Aug 2007
Posts: 15
Thanked 0 Times in 0 Posts
thaNKs radimus

I knew some script wiz would emerge.... :approve:
Will definetly test it soon.

I have attached an updated version here "toolstereo.zip"

you get better video quality, sound quality and stereo BUT a bigger destination file size......

catch you guys a bit later..... !
Attached Files:
File Type: zip toolstereo.zip (1.3 KB, 1 views)
shortChange is offline   Reply With Quote
Reply

Tags
command, conversion, line, video

Sponsor Ads

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 07:40 PM.
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
Copyright © 2003-09 LeckMedia, LLC