avidemux compile or I just wanted to rotate some video…

Written by James McDonald

November 9, 2009

Ubuntu 9.10… avidemux is crashing everytime I try to run the rotate filter with a partial frame range.

So I’m trying to compile it from source to see if I can get it running.

What they don’t tell you in the online install instructions is you have to compile both the application…

apt-get build-dep avidemux
cd /home/jimmy/avidemux/avidemux_2.5.1
mkdir build
cd build
cmake ..
sudo make install

and you also have to compile the plugins separately as-well…

cd /home/jimmy/avidemux/avidemux_2.5.1/plugins
cmake -DAVIDEMUX_SOURCE_DIR=/home/jimmy/avidemux/avidemux_2.5.1  -DAVIDEMUX_INSTALL_PREFIX=/usr/local -DAVIDEMUX_CORECONFIG_DIR=/home/jimmy/avidemux/avidemux_2.5.1/build/config/ ..
sudo make install

And after all the above I still get a crash when trying to rotate a partial segment of video:

Text of crash:

Assert failed :0
 at line 380, file /home/jimmy/avidemux/avidemux_2.5.1/avidemux/ADM_filter/filter.cpp/usr/local/lib/libADM_core.so(ADM_backTrack+0x6d) [0x8f8b6d]
avidemux2_gtk [0x80c0b9e]
avidemux2_gtk(_Z19getFirstVideoFilterv+0x31) [0x80c0cb1]
avidemux2_gtk [0x81add64]
/usr/lib/libgobject-2.0.so.0(g_cclosure_marshal_VOID__VOID+0x7c) [0x2689fc]
/usr/lib/libgobject-2.0.so.0(g_closure_invoke+0x1b2) [0x25b072]
/usr/lib/libgobject-2.0.so.0 [0x2707a8]
/usr/lib/libgobject-2.0.so.0(g_signal_emit_valist+0x7bd) [0x271b2d]
/usr/lib/libgobject-2.0.so.0(g_signal_emit+0x26) [0x271fb6]
/usr/lib/libgtk-x11-2.0.so.0(gtk_button_clicked+0x8a) [0x6d1388a]
/usr/lib/libgtk-x11-2.0.so.0 [0x6d14ea8]
/usr/lib/libgobject-2.0.so.0(g_cclosure_marshal_VOID__VOID+0x7c) [0x2689fc]
/usr/lib/libgobject-2.0.so.0 [0x2596f9]
/usr/lib/libgobject-2.0.so.0(g_closure_invoke+0xd8) [0x25af98]
/usr/lib/libgobject-2.0.so.0 [0x2700b0]
/usr/lib/libgobject-2.0.so.0(g_signal_emit_valist+0x7bd) [0x271b2d]
/usr/lib/libgobject-2.0.so.0(g_signal_emit+0x26) [0x

In fact with my compiled version I can get it to crash more frequently now… Excellent!

A rather long and painful process when all I wanted to do was rotate some video…

This is going to be the year of Linux on the desktop. No this is the year of Linux on the desktop. No this is…

Ubuntu… sexy but unstable. Maybe it’s time to have a gander at Fedora 12… Hopefully they have the Intel Video driver sorted for this release.

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

The reCAPTCHA verification period has expired. Please reload the page.

You May Also Like…

Network speed test host to host

On Ubuntu / Debian apt-get install iperf3 On Windows download it from https://iperf.fr/iperf-download.php#windows Make...

Clear HSTS Settings in CHrome

Open chrome://net-internals/#hsts enter the domain in the query field and click Query to confirm it has HSTS settings...