GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Coverting videos for my IPHONE help (https://gfy.com/showthread.php?t=895058)

Ditosta 03-21-2009 07:13 AM

Coverting videos for my IPHONE help
 
What program works best to convert videos to be viewed on my iphone?

:helpme

Helix 03-21-2009 07:22 AM

http://mediacoder.sourceforge.net/de...pod_touch.html

EscortBiz 03-21-2009 07:48 AM

anything that will convert videos to an mp4

fris 03-21-2009 07:55 AM

ffmpeg will do it

Quote:

ffmpeg -i source_video.avi input -acodec aac -ab 128kb -vcodec mpeg4 -b 1200kb -mbd 2 -flags +4mv+trell -aic 2 -cmp 2 -subcmp 2 -s 320x180 -title X final_video.mp4
Quote:

explainations:

Source : source_video.avi
Audio codec : aac
Audio bitrate : 128kb/s
Video codec : mpeg4
Video bitrate : 1200kb/s
Video size : 320px par 180px
Generated video : final_video.mp4

fris 03-21-2009 08:01 AM

or bulk in a directory

Code:

for i in *.avi; do ffmpeg -i "$i" source_video.avi input -acodec aac -ab 128kb -vcodec mpeg4 -b 1200kb -mbd 2 -flags +4mv+trell -aic 2 -cmp 2 -subcmp 2 -s 320x180 -title X "`echo $i |sed 's/.avi$/.mp4/'`" ;done

EscortBiz 03-21-2009 08:06 AM

quick question fris, a say 5 minute wmv how long should it take to convert to a mp4?

this app i have if its a 5 minute movie file it takes 5 minutes to convert is that how it works?

Ditosta 03-21-2009 08:19 AM

Thanks Guys!! I found out the really Issue, my conversions worked ... it was my CMS CARMA that won't load them , Does anyone know how to get CaRMA cms to recognize mp4 files ?


All times are GMT -7. The time now is 06:36 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc