Log in

View Full Version : Tube sites need advice


sat-jokar
12th August 2010, 20:46
hi guys , i am starting to open tube sites like youtube and other videos sites ,

what encoder you think should i use ? i care about the quality and also Bandwidth very Important to me ,

do you think we can use x264 ? if yes then any Documentation we can read about using x264 encoder for such sites ?


thanks guys

Guest
12th August 2010, 20:50
What kind of material (content) will you be distributing?

sat-jokar
12th August 2010, 21:45
What kind of material (content) will you be distributing?

thanks neuron2 ,

user will upload video not us , exactly like youtube , its all small videos somthing like 10 minutes long ,

Guest
12th August 2010, 21:51
http://www.google.com/search?q=codecs+for+web+distribution+of+video+content&sourceid=ie7&rls=com.microsoft:en-US&ie=utf8&oe=utf8

sat-jokar
12th August 2010, 22:01
thanks
but i already have script for this see here
http://www.vidiscript.com/electric-blue-demo/

as you know most of this sites use FFmpeg for Encoding Part after user upload the video , what i want ask about is this > is FFmpeg a good option we have here ? Can we use X264 Instead ?

Guest
12th August 2010, 22:29
You're comparing apples to oranges. FFMPEG per se is not an encoder, while x264 is.

Are you asking if you can get better results using a standalone x264.exe directly rather than a version of it accessible through FFMPEG, then I would answer, possibly, depending on the settings and constraints you have. It depends on which version of the encoder that FFMPEG uses and the settings that it exposes.

Why don't you try it?

sneaker_ger
12th August 2010, 22:34
I haven't actually checked out the code but they will most likely be using x264 through ffmpeg. Results should be the same as using x264cli -directly.

/edit: neuron2 beat me to it.