View Single Post
  #13  
Old 2008-11-09, 01:50 AM
pawel's Avatar
pawel pawel is offline
Lockout here
 
Join Date: Dec 2004
Location: Poland
Re: Mandatory screenshots?

I'd not make it mandatory but anybody uploading an audience video or a VHS transfer should feel obliged to post screenshots or youtube samples - they are lower quality and mono but at least give the idea what to expect.

It's very easy to make a screenshot on Windows. I use Media Player Classic which does it automatically.

Below is a batch file I use for conversion to youtube format from a video container (avi, mpg, mp4). Save it as text file with extension .bat. It uses freeware and very good ffmpeg encoder.

Quote:
ffmpeg -i name_of_your_video.file -ar 22050 -ab 96k -ac 1 -f flv -s 320×240 -qscale 9 name_of the_output_file.flv
qscale 9 is a compression factor - lower number gives better quality but of course bigger files. For youtube usable values start from 6, however, youtube very often re-converts uploaded file.

You may also try to change video resolution from 320×240 to max. allowed 640x480.
Reply With Quote Reply with Nested Quotes