On 16 July 2011, at 06:12, [email protected] wrote:
> ...
> Now I need some space to store more *.blend files ...
> 
> So I think I need to convert the flvs into another format...
> 
> What is the most recommended format to preserve as much as possible
> of the original video and audio quality *and* to save space beyond
> the "some kilobytes" area?

If you use:
   alias mplayer-identify='mplayer -vo null -ao null -identify -endpos 1'
   mplayer-identify /path/to/file.flv

you'll probably find that they're encoded in h264, anyway.

I've actually got some .flvs here that are encoded in VP6, but h264 is much 
more common, the most common codec for flvs on the web, and it's about the best 
codec out there at the moment. For image quality vs size, you won't get much 
better.

I would prefer my video files in a nicer container, such as .mp4 or .mkv, but 
that won't make the files any smaller. 

You'll need to transcode to get smaller sizes.

As the others have said: transcoding is a fundamentally lossy operation, and I 
would avoid it. It's also slow.

Stroller.


Reply via email to