danielgtaylor / arista

Arista Transcoder
http://www.transcoder.org/
GNU Lesser General Public License v2.1
120 stars 19 forks source link

Include a profile for LG Cookie #3

Open jrusinek opened 14 years ago

jrusinek commented 14 years ago

Hi,

I'd like you to include a profile for LG Cookie (KP 500/501 etc).

I was converting videos using mencoder with following options:

-v -noskip -mc 0 -vfm ffmpeg -vf scale=400:240,harddup -ovc lavc -oac lavc -lavcopts vglobal=1:vcodec=mpeg4:vbitrate=768:autoaspect:aglobal=1:acodec=libfaac:abitrate=192 -of lavf -lavfopts format=mp4

Which means I need video with resolution of max 400×240px, using libavcodec library to convert video to mpeg4 (bitrate max 768b/s) and audio to aac (bitrate max 192b/s). I need it in mp4 container. The rest came from testing Windows converters based on mencoder. There should also be a option of max 25fps, but it seems gone ^^ .

But I think these options have to be changed accordingly to keep video proportions.

Thanks for your interest in advance!

danielgtaylor commented 14 years ago

This should be fairly easy - will try to make one soonish. Patches welcome, of course.

danielgtaylor commented 14 years ago

Tech specs here: http://www.phonearena.com/htmls/LG-Cookie-phone-p_3185.html

jrusinek commented 14 years ago

Which is true, but I gave you ready parameters from mencoder, so you can use them (I looked at the existing profiles and was confused).

jrusinek commented 14 years ago

I have accidentaly closed it :x .

danielgtaylor commented 14 years ago

Reopened, and a preset is coming soon, that comment above was just a note to myself, sorry.