Re: [FFmpeg-user] Bad Quality Webm video with alpha

2018-09-27 Thread Carl Eugen Hoyos
2018-09-27 21:27 GMT+02:00, Rafael Mancini : > So, after altering the command line I got a much better result with this: > > *ffmpeg -r 24 -i "input 1920x1080.mov" -c:v libvpx-vp9 -crf 30 -b:v 0 > "output 1920x1080.webm"* > > The quality is a lot better, but still not exactly what I wanted...

Re: [FFmpeg-user] Bad Quality Webm video with alpha

2018-09-27 Thread Rafael Mancini
> > 2018-09-25 1:14 GMT+02:00, Rafael Mancini : > > > I'm trying to generate a WebM video with alpha for a HTML5 template. > > Already tried different compression settings and I'm still getting poor > > quality results for complex videos with lots of animated objects. > > > > The Input video is

Re: [FFmpeg-user] Bad Quality Webm video with alpha

2018-09-27 Thread Moritz Barsnick
On Wed, Sep 26, 2018 at 19:20:43 -0300, Rafael Mancini wrote: > I don't know what you mean by "the complete, uncut console output". Could > you explain please? ffmpeg outputs messages to the console (i.e. the terminal or command shell you use to enter the ffmpeg command line). Please copy the

Re: [FFmpeg-user] Bad Quality Webm video with alpha

2018-09-26 Thread Rafael Mancini
*Definitely not without the complete, uncut console output.* I don't know what you mean by "the complete, uncut console output". Could you explain please? > > Any ideas on how to get a smaller file without loosing too much quality? > > Definitely not without the complete, uncut console output.

Re: [FFmpeg-user] Bad Quality Webm video with alpha

2018-09-26 Thread Carl Eugen Hoyos
2018-09-26 23:21 GMT+02:00, Rafael Mancini : > Any ideas on how to get a smaller file without loosing too much quality? Definitely not without the complete, uncut console output. Please find out what "top-posting" means and don't do it here. Carl Eugen

Re: [FFmpeg-user] Bad Quality Webm video with alpha

2018-09-26 Thread Rafael Mancini
Thanks a lot for your answer. The WebM format is ideal for what I'm trying to do, which is alpha video with good quality and decent size. It used to be the .flv which got discontinued. So I changed the command to Constant Quality: *ffmpeg -r 24 -i InputFileName_%04d.png" -c:v libvpx-vp9 -crf 20

Re: [FFmpeg-user] Bad Quality Webm video with alpha

2018-09-26 Thread Carl Eugen Hoyos
2018-09-25 1:14 GMT+02:00, Rafael Mancini : > I'm trying to generate a WebM video with alpha for a HTML5 template. > Already tried different compression settings and I'm still getting poor > quality results for complex videos with lots of animated objects. > > The Input video is made in After

[FFmpeg-user] Bad Quality Webm video with alpha

2018-09-24 Thread Rafael Mancini
Hi there. I'm trying to generate a WebM video with alpha for a HTML5 template. Already tried different compression settings and I'm still getting poor quality results for complex videos with lots of animated objects. The Input video is made in After Effects. Its a short 8 seconds video. I'm