News:

--

Main Menu

WebM

Started by Jan Gruuthuse, February 29, 2012, 10:05:28 AM

Previous topic - Next topic

Jan Gruuthuse

Avidemux v2.6.0 (r7745) reads the WebM videos. However Veronica Belmont looks a little smurfish?
WebM Veronica Belmont clip 8.32 MB

1st is avidemux player
2nd is vlc player
_____________________________________________
Compiler: GCC 4.6.1
Build Target: Linux (x86-64)
User Interface: Qt (4.7.4)
_____________________________________________
Kernel: Linux 3.0.0-16-generic (x86_64)
Distribution: Linux Ubuntu 11.10 (oneiric5)
Desktop: Unity 2D 4.28.0
Display Server: 1.11.2.902 (1.11.3 RC 2)
Display Driver: intel 2.17.0
Intel Core i5-2500K with 16 GB ram
OpenGL Renderer:  Mesa DRI Intel(R) Sandybridge
Version: 3.0 Mesa 8.0.1
_____________________________________________

nibbles

Great news, but I segfault: 11, exec_bad_access, when I try it with 2.6 r7745.  Will you paste in a few things for me to see how it starts off?  Here's my output when it tried to determine the file type.

Jan Gruuthuse

#2
https://gist.github.com/1940714 just added related part on ADM_vd6_plugin

mean

For the smurf part, try inverting u&V in decoder options

Jan Gruuthuse

Video Decoder: LibVPX: no configure option available  :(

mean

It is decoded by libavcodec nowadays

Jan Gruuthuse

beyond user control:

J. M.

You can use the Swap UV filter.

Jan Gruuthuse

Thanks: works when re-encoding and preview of filter.

nibbles

I can load that file in 2.5 and 2.6 now using libvpx but not without it.
2.6 crashes during no decoder found searching lavc I think.


Vorbis init successfull
[Editor] Decoder FCC: VP8  (20385056) [ADM_getDecoder] 
Searching decoder in plugins
  [tryCreatingVideoDecoder]  No decoder found in plugin
  [ADM_getDecoder]  Searching decoder in coreVideoCodec(640 x 360, extradataSize:0)...
  [ADM_coreCodecGetDecoder]  Searching decoder in coreVideoCodec(640 x 360, extradataSize:0)...
[lavc] Build: 3475200
[paintGL]  Painting dummy openGl widget
  [paintGL]  Painting dummy openGl widget
Saving crash file to /Users/nibbles/.avidemux6/crash.py
[saveAsPyScript]   **Saving pyScript project /Users/nibbles/.avidemux6/crash.py**


Where it says Painting dummy openGl, that happened when I got the two errors:





So it works with Libvpx and that's good for now.

mean

I've added support for VP8 through libavcodec
Will dcommit when berlios is up again
(The gitorious mirror is synced against berlios)

ArkBlitz

Quote from: mean on March 03, 2012, 02:07:11 PM
I've added support for VP8 through libavcodec

Doubt: read and write, or just read-only? I am eagerly expecting Avidemux to support WebM/VP8, so I can hardsub videos without having to resort to encoding to H.264 and back to WebM.