Avidemux Forum

Avidemux => Unix-Like (Linux/Bsd/...) => Topic started by: inukaze on February 20, 2018, 08:26:42 AM

Title: Why when i try post i got an error ?
Post by: inukaze on February 20, 2018, 08:26:42 AM
CleanTalk: *** 1 Antispam service cleantalk.org ***

Please Read the attached file called "MPlayer_Resize.txt" is the original content i try to post.
Title: Re: Why when i try post i got an error ?
Post by: eumagga0x2a on February 20, 2018, 11:45:06 PM
QuoteAvidemux 2.7.0 -> ** Failed at make, result in /tmp/logbuildCore** | [ 85%] Built target ADM_coreVideoCodec6 \ make[1]: Leaving directory '.../avidemux_2.7.0/buildCore' \ Makefile:154: recipe for target 'all' failed make: *** [all] Error 2

You should have looked into /tmp/logbuildCore to find out the reason the build failed.

swscale resize filter is the filter you are looking for, it is a part of Avidemux since 2009.
Title: Re: Why when i try post i got an error ?
Post by: inukaze on February 20, 2018, 11:56:25 PM
Output of the console :
** Failed at make, result in /tmp/logbuildCore**

The output of the log file [Just the final lines] :

[ 85%] Built target ADM_coreVideoCodec6
make[1]: Leaving directory '.../avidemux_2.7.0/buildCore'
Makefile:154: recipe for target 'all' failed
make: *** [all] Error 2


No, i want "MPlayer Resize". here a screenshot using the "Avidemux 2.5.4" for Ubuntu Trusty. i just had downloaded, the version from the repository and i just extracted the files. and i installed manually.

(https://s25.postimg.org/50ycjhah7/MPlayer_Resize.png) (https://postimg.org/image/50ycjhah7/)

Because "swscale resize" is very slow, for example if i try resize a video with 2 hours of duration, with this, my hardware, needs 24 hours for do that. with "MPlayer Resize" i just need 8 hours. for make the same.
Title: Re: Why when i try post i got an error ?
Post by: Jan Gruuthuse on February 21, 2018, 09:21:24 AM
Warning ... cmake version bundled with some versions of ubuntu is buggy. (https://www.avidemux.org/admWiki/doku.php?id=build:install_2.6#requirement_list_debian_ubuntu)

Check version for cmake:
dpkg -l cmake

You do build this way?: Avidemux on Ubuntu Easy build from GIT (http://avidemux.org/smif/index.php/topic,18182.0.html)
Title: Re: Why when i try post i got an error ?
Post by: eumagga0x2a on February 21, 2018, 10:44:53 AM
Quote from: inukaze on February 20, 2018, 11:56:25 PM
The output of the log file [Just the final lines]

No, not just the final lines, they are useless. Please compress and attach the entire file resulting from building from the current git master (anything else is pointless because if a fix is required, it will go only into the git master).

QuoteNo, i want "MPlayer Resize". here a screenshot using the "Avidemux 2.5.4" for Ubuntu Trusty. [...]

I guess it is the same, but can't verify. 2.5.x is a too distant past for me.

QuoteBecause "swscale resize" is very slow, for example if i try resize a video with 2 hours of duration, with this, my hardware, needs 24 hours for do that. with "MPlayer Resize" i just need 8 hours. for make the same.

For sure, this difference originates from differing encoder or encoder options, not from the filter. You could tremendously speed up encoding by using NVENC hardware encoder (use the current git master for that). This requires a NVIDIA graphics card beginning with the Kepler generation and binary NVIDIA drivers installed and working.
Title: Re: Why when i try post i got an error ?
Post by: inukaze on February 21, 2018, 10:56:08 PM
Quote from: Jan Gruuthuse on February 21, 2018, 09:21:24 AM
Warning ... cmake version bundled with some versions of ubuntu is buggy. (https://www.avidemux.org/admWiki/doku.php?id=build:install_2.6#requirement_list_debian_ubuntu)

Check version for cmake:
dpkg -l cmake

You do build this way?: Avidemux on Ubuntu Easy build from GIT (http://avidemux.org/smif/index.php/topic,18182.0.html)

Please read the attach, the forum not allow me post my answer
Title: Re: Why when i try post i got an error ?
Post by: inukaze on February 21, 2018, 11:53:34 PM
Quote from: eumagga0x2a on February 21, 2018, 10:44:53 AM
No, not just the final lines, they are useless. Please compress and attach the entire file resulting from building from the current git master (anything else is pointless because if a fix is required, it will go only into the git master).

The output of /tmp/logbuildCore, i put here -> http://pasted.co/58cc485b

The Forum not allow me post answers, please read the attach files
Title: Re: Why when i try post i got an error ?
Post by: inukaze on February 22, 2018, 12:49:51 AM
i attach here the logBuildCore in zip file, because i try to load from my web browsers on my pc, but i can't see any line. just when i edit the file, but the rest not show any line
Title: Re: Why when i try post i got an error ?
Post by: Jan Gruuthuse on February 22, 2018, 07:26:48 AM
Debian Jessie, sorry no experience with this. cmake version 3.10.1 would be OK, I guess. I'm on Ubuntu 16.04.3 LTS 64-bit with cmake 3.5.1-1ubuntu3.
Title: Re: Why when i try post i got an error ?
Post by: eumagga0x2a on February 22, 2018, 10:43:19 AM
The compilation fails because libva in De**an Jessie is too old. Get one from backports, maybe it will work then.

Building with Qt4 is deprecated, entirely untested and strongly discouraged. Please use Qt5 instead.

And really, really don't bother building the release. Build the current git master.