Solved running avidemux after install

I had the same issue as to OP.

I then install the multimedia/avidemux-qt5, and now get the following error when loading a video:

"Cannot find a demuxer for /home/user/stock_vids/4_cam_multi_screen_mosaic copy.mp4"

mux_1.jpg



mux_2.jpg


Thanks.

Edit,

I found the solution, need to install the plugins:

Install from port:
cd /usr/ports/multimedia/avidemux-plugins/ && make install clean

or

To add the package, run one of these commands:
pkg install multimedia/avidemux-plugins
pkg install avidemux-plugins

BTW, Thanks for the solution for the qt installation for avidemux.
 
Last edited by a moderator:
Back
Top