Erikhht / bencos

Automatically exported from code.google.com/p/bencos
0 stars 0 forks source link

convert to "almost lossless" before recoding #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
convert to "almost lossless" before recoding.
could be usefull for lower-end machines to use less CPU on decoding the source 
on each pass by converting the source with a "ligther" codec.

ex: ffmpeg.exe -an -sn -i [input] -vcodec mpeg4 -qmin 1 -qmax 2 -threads 4 -y 
out.mkv

codec "mpeg4" encode fast and should decode fast too.

what do you think?

Original issue reported on code.google.com by s1r...@gmail.com on 1 Mar 2011 at 6:08

GoogleCodeExporter commented 9 years ago
there's also "ffv1" which is lossless, but it's slower to recode with it.

Original comment by s1r...@gmail.com on 7 Mar 2011 at 4:45

GoogleCodeExporter commented 9 years ago

Original comment by s1r...@gmail.com on 16 Mar 2011 at 8:58