Re: [CinCVS] render for you tube?

2007-03-15 Thread replicant



hi,

want to render a video for you tube upload.
they recommand this:


i render for youtube all the time .. follow the instructions in the wiki 
on burning to DVD then do the following:


ffmpeg -i file.mpeg -b 600k -s 320x240 -acodec mp3 file.small.mpeg

and i believe that'll work, it may take some tweaking.

oh, make sure you have ffmpeg installed ;-)

- --- -
 glenn
 http://www.hatecityfilms.com

"Throw one at me if you want, hash head.
 I've got all five senses and I slept last night,
 that puts me six up on the lot of you. "

#define WHO 1

int main(void)
{
printf("%d r0x0rs!!!\n", WHO);
}



___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


Re: [CinCVS] render for you tube?

2007-03-15 Thread Jan Luo

hello valentina,

could you pls be more specific which settings you use for exporting from 
kino?
and where is the resizing done? also found that the best resolution for 
uploading

is actually 426x240? sorry - am a bit confused actually ;-) ...

cheers

jan

Valentina Messeri wrote:

Please!!!


1) To upload youtube RESOLUTION should be 320x240

2) thre's NOT only youtube, have alook at that:

http://kino.blip.tv/file/166005/

(although kino0.1 is required, you can easily use every kino version 
to export to youtube)


2) using KINO is the best way after rendering in cinelerra:

import file/export file from "export window" "others"

Writing an howto as soon as possible..

baci
vale







ark stavar <[EMAIL PROTECTED]> ha escrito:


I came across on the Vegas Video forum.  Could be helpful:


http://www.sonymediasoftware.com/forums/ShowMessage.asp?MessageID=510861&Replies=2 




On 3/15/07, IL'dar AKHmetgaleev <[EMAIL PROTECTED]> wrote:


На Thu, 15 Mar 2007 02:24:02 +0100
Jan Luo <[EMAIL PROTECTED]> записано:


hi,

want to render a video for you tube upload.
they recommand this:
>
> * MPEG4 (Divx, Xvid) format
> * 320x240 resolution
> * MP3 audio
> * 30 frames per second
>
has anyone tried this before & some shell commands handy?



I have some experience with vision.rambler.ru (same russian service).
I am using h264 video and aac audio encoded to mp4 container.

You can do this with ffmpeg with two passes

$  ffmpeg -i input_file -me full -s 640x480 -vcodec h264 -pass 1 -b
640 -an  -y output_file.mp4
$  ffmpeg -i input_file -me full -s 640x480 -vcodec h264 -pass 2 -ar
22050 -acodec aac -ab 64  -y output_file.mp4

-s video resolution
-ar - audio sampling rate
-b - video bit rate
-ab - audio bit rate




--Mark Stavar

Swan Dancer Productions

Email:  [EMAIL PROTECTED]
Mobile: 0410 638 671

http://www.the-writers-retreat.com/




encosianima.net


This message was sent using IMP, the Internet Messaging Program.


___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra



___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


Re: [CinCVS] render for you tube?

2007-03-15 Thread Valentina Messeri

Please!!!


1) To upload youtube RESOLUTION should be 320x240

2) thre's NOT only youtube, have alook at that:

http://kino.blip.tv/file/166005/

(although kino0.1 is required, you can easily use every kino version  
to export to youtube)


2) using KINO is the best way after rendering in cinelerra:

import file/export file from "export window" "others"

Writing an howto as soon as possible..

baci
vale







ark stavar <[EMAIL PROTECTED]> ha escrito:


I came across on the Vegas Video forum.  Could be helpful:


http://www.sonymediasoftware.com/forums/ShowMessage.asp?MessageID=510861&Replies=2


On 3/15/07, IL'dar AKHmetgaleev <[EMAIL PROTECTED]> wrote:


На Thu, 15 Mar 2007 02:24:02 +0100
Jan Luo <[EMAIL PROTECTED]> записано:


hi,

want to render a video for you tube upload.
they recommand this:
>
> * MPEG4 (Divx, Xvid) format
> * 320x240 resolution
> * MP3 audio
> * 30 frames per second
>
has anyone tried this before & some shell commands handy?



I have some experience with vision.rambler.ru (same russian service).
I am using h264 video and aac audio encoded to mp4 container.

You can do this with ffmpeg with two passes

$  ffmpeg -i input_file -me full -s 640x480 -vcodec h264 -pass 1 -b
640 -an  -y output_file.mp4
$  ffmpeg -i input_file -me full -s 640x480 -vcodec h264 -pass 2 -ar
22050 -acodec aac -ab 64  -y output_file.mp4

-s video resolution
-ar - audio sampling rate
-b - video bit rate
-ab - audio bit rate




--
Mark Stavar

Swan Dancer Productions

Email:  [EMAIL PROTECTED]
Mobile: 0410 638 671

http://www.the-writers-retreat.com/




encosianima.net


This message was sent using IMP, the Internet Messaging Program.


___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


Re: [CinCVS] render for you tube?

2007-03-15 Thread mark stavar

I came across on the Vegas Video forum.  Could be helpful:


http://www.sonymediasoftware.com/forums/ShowMessage.asp?MessageID=510861&Replies=2


On 3/15/07, IL'dar AKHmetgaleev <[EMAIL PROTECTED]> wrote:


На Thu, 15 Mar 2007 02:24:02 +0100
Jan Luo <[EMAIL PROTECTED]> записано:

> hi,
>
> want to render a video for you tube upload.
> they recommand this:
> >
> > * MPEG4 (Divx, Xvid) format
> > * 320x240 resolution
> > * MP3 audio
> > * 30 frames per second
> >
> has anyone tried this before & some shell commands handy?
>

I have some experience with vision.rambler.ru (same russian service).
I am using h264 video and aac audio encoded to mp4 container.

You can do this with ffmpeg with two passes

$  ffmpeg -i input_file -me full -s 640x480 -vcodec h264 -pass 1 -b
640 -an  -y output_file.mp4
$  ffmpeg -i input_file -me full -s 640x480 -vcodec h264 -pass 2 -ar
22050 -acodec aac -ab 64  -y output_file.mp4

-s video resolution
-ar - audio sampling rate
-b - video bit rate
-ab - audio bit rate




--
Mark Stavar

Swan Dancer Productions

Email:  [EMAIL PROTECTED]
Mobile: 0410 638 671

http://www.the-writers-retreat.com/


Re: [CinCVS] render for you tube?

2007-03-14 Thread IL'dar AKHmetgaleev
На Thu, 15 Mar 2007 02:24:02 +0100
Jan Luo <[EMAIL PROTECTED]> записано:

> hi,
> 
> want to render a video for you tube upload.
> they recommand this:
> >
> > * MPEG4 (Divx, Xvid) format
> > * 320x240 resolution
> > * MP3 audio
> > * 30 frames per second
> >
> has anyone tried this before & some shell commands handy?
> 

I have some experience with vision.rambler.ru (same russian service).
I am using h264 video and aac audio encoded to mp4 container.

You can do this with ffmpeg with two passes

$  ffmpeg -i input_file -me full -s 640x480 -vcodec h264 -pass 1 -b
640 -an  -y output_file.mp4
$  ffmpeg -i input_file -me full -s 640x480 -vcodec h264 -pass 2 -ar
22050 -acodec aac -ab 64  -y output_file.mp4

-s video resolution
-ar - audio sampling rate
-b - video bit rate
-ab - audio bit rate

-- 
Чтв Мар 15 10:20:41 KRAT 2007
Thu Mar 15 03:20:41 UTC 2007
--
Visit my home page http://www.akhil.nm.ru
(Last update at 10th Mar 21:07)
--
jabber: [EMAIL PROTECTED]
ICQ: 192572572
--
Позволь эмоциям быть твоей энергией на пути в бесконечность.
Ахметгалеев Ильдар aka AkhIL
--
Uname: Linux artstation 2.6.19-gentoo-r5 #1 Thu Mar 1 06:48:18 KRAT
2007 i686 AMD Athlon(tm) XP 2500+ AuthenticAMD GNU/Linux Uptime:
10:20:41 up 12:37, 6 users, load average: 0.08, 0.37, 0.89

___
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra


[CinCVS] render for you tube?

2007-03-14 Thread Jan Luo

hi,

want to render a video for you tube upload.
they recommand this:


* MPEG4 (Divx, Xvid) format
* 320x240 resolution
* MP3 audio
* 30 frames per second


has anyone tried this before & some shell commands handy?

cheers

jan luo

ps: played w/ ffmpeg to .flv: looked terrible!