
How can i compress an .flv file to very small kbs using after effect or another animation programme ?

Your question is a bit confusing. You want to compress your FLV for use in Aefx or after using Aefx? On Thu, Aug 11, 2011 at 10:16 AM, Frank Maina <mainakf@gmail.com> wrote:
How can i compress an .flv file to very small kbs using after effect or another animation programme ? _______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
-- get to know more about me. *http://about.me/rahiminkara * this list is being *watched.*

thanks ,after using aefx On Thu, Aug 11, 2011 at 10:34 AM, Watchman <skunkingrahim@gmail.com> wrote:
Your question is a bit confusing. You want to compress your FLV for use in Aefx or after using Aefx?
On Thu, Aug 11, 2011 at 10:16 AM, Frank Maina <mainakf@gmail.com> wrote:
How can i compress an .flv file to very small kbs using after effect or another animation programme ? _______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
-- get to know more about me. *http://about.me/rahiminkara * this list is being *watched.*
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke

For starters, your flv is proportional to your Comp's size ergo, if you used large graphics in your Comp, you've got yourself a larger FLV. To compress, i suggest optimizing your graphics first. * W.* On Thu, Aug 11, 2011 at 10:54 AM, Frank Maina <frank@mainacommunications.com
wrote:
thanks ,after using aefx
On Thu, Aug 11, 2011 at 10:34 AM, Watchman <skunkingrahim@gmail.com>wrote:
Your question is a bit confusing. You want to compress your FLV for use in Aefx or after using Aefx?
On Thu, Aug 11, 2011 at 10:16 AM, Frank Maina <mainakf@gmail.com> wrote:
How can i compress an .flv file to very small kbs using after effect or another animation programme ? _______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
-- get to know more about me. *http://about.me/rahiminkara * this list is being *watched.*
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
-- get to know more about me. *http://about.me/rahiminkara * this list is being *watched.*

Many thanks . Great advice . regards Frank On Thu, Aug 11, 2011 at 11:04 AM, Watchman <skunkingrahim@gmail.com> wrote:
For starters, your flv is proportional to your Comp's size ergo, if you used large graphics in your Comp, you've got yourself a larger FLV.
To compress, i suggest optimizing your graphics first. * W.*
On Thu, Aug 11, 2011 at 10:54 AM, Frank Maina < frank@mainacommunications.com> wrote:
thanks ,after using aefx
On Thu, Aug 11, 2011 at 10:34 AM, Watchman <skunkingrahim@gmail.com>wrote:
Your question is a bit confusing. You want to compress your FLV for use in Aefx or after using Aefx?
On Thu, Aug 11, 2011 at 10:16 AM, Frank Maina <mainakf@gmail.com> wrote:
How can i compress an .flv file to very small kbs using after effect or another animation programme ? _______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
-- get to know more about me. *http://about.me/rahiminkara * this list is being *watched.*
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
-- get to know more about me. *http://about.me/rahiminkara * this list is being *watched.*
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke

You dont need another full blown animation program to convert the bitrate of a video file if you dont have one. All you need is a media converter 1. you can use FFMPEG commandline tool with this command ffmpeg -i source_file.flv input -acodec aac -ab 128kb -vcodec mpeg4 -b 1200kb -mbd 2 -flags +4mv+trell -aic 2 -cmp 2 -subcmp 2 -s 640x480 -title X output_file.flv Explained: -acodec aac (am sure you know which coded you want to use for audio... others can be mp3 etc -ab 128KB you can lower this too is powers of 2 eg 32, 64, 128 etc.. the lower the smaller the file -vcodec - depending on which codec you used for the video -b 1200kb, lower this to get a smaller file Or use an app with a GUI eg 2. VLC media player (uses FFMPEG behind the scenes) and click your way about 3. A gazillion other media convertor apps that I have never used so no advice on me here ----- "Frank Maina" <mainakf@gmail.com> wrote:
How can i compress an .flv file to very small kbs using after effect or another animation programme ? _______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
participants (4)
-
Frank Maina
-
Frank Maina
-
Steve Obbayi
-
Watchman