Hi,
On Fri, Oct 10, 2014 at 10:31 AM, Maxerist <maxe...@gmail.com> wrote:
> Hi,
> I noticed a strange effect when compressing video with ffmpeg (probably a
> couple of weeks old) and latest vpx.
>
You can extract the libvpx settings by adding -vframes 1 -loglevel
debug to your command line. Do you have some sample source that you
can share (along with your command line)? The default bitrate is
200kbps, raising it may help, but it may be hiding a problem with the
encoder that should be investigated first.
On Fri, Oct 10, 2014 at 3:43 PM, Maxerist <maxe...@gmail.com> wrote:
>
>
> On Friday, October 10, 2014 4:41:17 PM UTC+4, James Zern wrote:
>>
>> Hi,
>>
>> On Fri, Oct 10, 2014 at 10:31 AM, Maxerist <maxe...@gmail.com> wrote:
>> > Hi,
>> > I noticed a strange effect when compressing video with ffmpeg (probably
>> > a
>> > couple of weeks old) and latest vpx.
>> >
>>
>> You can extract the libvpx settings by adding -vframes 1 -loglevel
>
>
> Probably ffmpeg as a program set everything right and I just lack some
> important setting that might be sensitive for vpx and not so for other
> codecs.
>
Possibly. If you could capture the source or add a logger to your
program you'd be able to compare the compression or settings with the
command line. 1-pass may still have issues as it isn't tested that
much outside of realtime. Are you using vp8 or vp9?
Since you're looking so closely, I would recommend the 2-pass option for
VP8 as well. I find that VP8 quality can be really good if done in
2-pass mode, but of course, that's not good for live, on-demand, or
realtime media.
Chrome compiles libvpx from source, as it does with most external libraries. The setup is public.
--
You received this message because you are subscribed to the Google Groups "WebM Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to webm-discuss...@webmproject.org.
To post to this group, send email to webm-d...@webmproject.org.
Visit this group at http://groups.google.com/a/webmproject.org/group/webm-discuss/.
For more options, visit https://groups.google.com/a/webmproject.org/d/optout.
Chrome compiles libvpx from source, as it does with most external libraries. The setup is public.
14. okt. 2014 09:00 skrev "Maxerist" <maxe...@gmail.com> følgende:
On Tuesday, October 14, 2014 7:00:03 AM UTC+4, Basil Mohamed Gohar wrote:
Since you're looking so closely, I would recommend the 2-pass option for
VP8 as well. I find that VP8 quality can be really good if done in
2-pass mode, but of course, that's not good for live, on-demand, or
realtime media.
Looks promising, thanks. Is all those options available with a dll? ....