Hello, just a word to say I could finally make avidemux work on openSUSE Tumbleweed, even in an ugly way... here: https://www.snapfiles.com/downloads/Avidemux/dlAvidemux.html you can download not a snap file but an exe file for Windows, and this one runs on Wine... so install Wine from zypper, download "Avidemux_2.8.1VC64bits.exe" and running "wine Avidemux_2.8.1VC64bits.exe" installs avidemux and then it's available on kde menus (wine part) why not directly on linux: because it don't compile. Some library(ies) don't works. Appimage dont works either (load the video, but with only sound, no image, weird). I love avidemux to cut a 4 hours take in small chunks, like this: http://dodin.org/piwigo/index.php?/category/10933 thanks reading jdd -- https://artdagio.fr
Am Montag, 29. Juli 2024, 18:06:35 CEST schrieb jdd@dodin.org:
Hello,
just a word to say I could finally make avidemux work on openSUSE Tumbleweed, even in an ugly way...
here:
https://www.snapfiles.com/downloads/Avidemux/dlAvidemux.html
you can download not a snap file but an exe file for Windows, and this one runs on Wine...
so install Wine from zypper, download "Avidemux_2.8.1VC64bits.exe" and running "wine Avidemux_2.8.1VC64bits.exe" installs avidemux and then it's available on kde menus (wine part)
why not directly on linux: because it don't compile. Some library(ies) don't works. Appimage dont works either (load the video, but with only sound, no image, weird).
I love avidemux to cut a 4 hours take in small chunks, like this:
http://dodin.org/piwigo/index.php?/category/10933
thanks reading jdd
Why not using avidemux from the Packman Repository???
Le 29/07/2024 à 18:35, Stephan Hemeier via openSUSE Users a écrit :
Why not using avidemux from the Packman Repository???
it's this one that don't compile properly, at least for my Canon camcorder MTS files jdd -- https://artdagio.fr
Hello, In the Message; Subject : Re: avidemux on Tumbleweed Message-ID : <7619515c-f1a6-477c-9dfc-5c0ef177866d@dodin.org> Date & Time: Mon, 29 Jul 2024 18:46:23 +0200 [jdd] == "jdd@dodin.org" <jdd@dodin.org> has written: jdd> Le 29/07/2024 à 18:35, Stephan Hemeier via openSUSE Users a écrit : SH> > Why not using avidemux from the Packman Repository??? jdd> it's this one that don't compile properly, at least for my Canon jdd> camcorder MTS files Please try this; https://download.opensuse.org/repositories/home:/ahmedmoselhi2/openSUSE_Tumb... Best Regards. --- ┏━━┓彡 Masaru Nomiya mail-to: nomiya @ lake.dti.ne.jp ┃\/彡 ┗━━┛ "Microsoft is overhauling its cybersecurity strategy, called the Secure Future Initiative, to incorporate key security features into its core set of technology platforms and cloud services. " -- Microsoft overhauls cyber strategy to finally embrace security by default --
Le 30/07/2024 à 05:30, Masaru Nomiya a écrit :
Please try this;
https://download.opensuse.org/repositories/home:/ahmedmoselhi2/openSUSE_Tumb...
installed with Yast no crash, but no video nor sound :-(. Avidemux vu-meters are active by I have no sound on the speakers. If you want to test, here is one video (but 976Mb!) - you have to download it to get the sound (my daughter singing) http://82.64.122.108:57496/share/vNeTWnOOGMlJf4ea/00000-10-desenchant%C3%A9e... thanks jdd -- https://artdagio.fr
Hello, In the Message; Subject : Re: avidemux on Tumbleweed Message-ID : <f8613871-bb98-4cea-9fd2-c99a562d8492@dodin.org> Date & Time: Tue, 30 Jul 2024 08:37:14 +0200 [jdd] == "jdd@dodin.org" <jdd@dodin.org> has written: jdd> Le 30/07/2024 à 05:30, Masaru Nomiya a écrit : MN> > Please try this; MN> > https://download.opensuse.org/repositories/home:/ahmedmoselhi2/openSUSE_Tumb... jdd> installed with Yast jdd> no crash, but no video nor sound :-(. Avidemux vu-meters are jdd> active by I have no sound on the speakers. jdd> If you want to test, here is one video (but 976Mb!) - you have jdd> to download it to get the sound (my daughter singing) Your daughter! I thought you were a young man. I wonder if she is the same age as my granddaughter... jdd> http://82.64.122.108:57496/share/vNeTWnOOGMlJf4ea/00000-10-desenchant%C3%A9e... Thanks. On my Tumbleweed, with video, without sound. I checked and found that the sound device is only dummy and oss, so audio output is impossible. I think I built it by myself because of this problem. As for the no video in your case, I have no idea. FYI. I replaced the source of the source of the avidemux-3-2.8.1-1699.2.pm.64.src.rpm with the source of avidemux-2.8.2.474~git20240702.a4da3cc-12.1.src.rpm. Then, I built with the following rewrite the SPEC file of avidemux-3-2.8.1-1699.2.pm.64.src.rpm,, works without problems. --- avidemux3.spec.orig 2024-07-30 16:53:46.120006277 +0900 +++ avidemux3.spec 2024-07-30 16:54:24.379943205 +0900 @@ -22,11 +22,11 @@ Summary: Graphical video editing and transcoding tool License: GPL-2.0-only Group: Productivity/Multimedia/Video/Editors and Convertors -Version: 2.8.1 -Release: 1699.2.pm.64 +Version: 2.8.2.474~git20240702.a4da3cc +Release: 16.2 URL: http://avidemux.sourceforge.net/ ExclusiveArch: %ix86 x86_64 -Source0: https://github.com/mean00/avidemux2/releases/download/%{version}/avidemux_%{version}.tar.gz +Source0: avidemux-2.8.2.474~git20240702.a4da3cc.tar Patch0: avidemux-cmake-2.8.8.patch Patch1: avidemux-linking.patch Patch2: avidemux-x264_plugins.patch @@ -182,7 +182,7 @@ This package provides translations for package avidemux3-qt5. %prep -%setup -q -n avidemux_%{version} +%setup -q -n avidemux-%{version} for i in bash cmake cpp sh sql txt; do find . -name \*.$i -print0 | xargs -0 dos2unix -q done @@ -194,7 +194,7 @@ %patch5 -p0 %patch7 -p0 %patch8 -p0 -R -%patch9 -p0 +# %patch9 -p0 %patch10 -p1 chmod 755 bootStrap.bash chmod 644 AUTHORS COPYING README HTH. --- ┏━━┓彡 Masaru Nomiya mail-to: nomiya @ lake.dti.ne.jp ┃\/彡 ┗━━┛ "As Google fights for positioning in a new AI boom and an era where some consumers are turning to TikTok or ChatGPT instead of Google Search, some employees now worry product development could become dangerously hasty. The restructuring of RESIN has increased those concerns, the sources say." -- Google Splits Up a Key AI Ethics Watchdog --
Le 30/07/2024 à 09:57, Masaru Nomiya a écrit :
Your daughter! I thought you were a young man.
I'm a young 78" years old man :-)) - don't repeat it, she is 41 :-)
As for the no video in your case, I have no idea.
I don't see anything in the logs (from xterm launch)
FYI.
I replaced the source of the source of the
too much for me well. My wine install works, I have 4hours gig to cut in pieces (one for each title), I can't investigate more right now thanks jdd -- https://artdagio.fr
On Tue, 30 Jul 2024 08:37:14 +0200, jdd@dodin.org wrote:
If you want to test, here is one video (but 976Mb!) - you have to download it to get the sound (...)
http://82.64.122.108:57496/share/vNeTWnOOGMlJf4ea/00000-10-desenchant%C3%A9e...
First, I would convert the video using the ffmpeg standard values: ffmpeg -i in.mp4 out.mp4 It reduces the file size from 976 to 299 MB, yet I do not see any difference in quality. (Do you?) Second, I uploaded the result to some site, and sound is working now. So it looks like ffmpeg repairs the sound!
I wrote:
On Tue, 30 Jul 2024 08:37:14 +0200, jdd@dodin.org wrote:
If you want to test, here is one video (but 976Mb!) - you have to download it to get the sound (...)
http://82.64.122.108:57496/share/vNeTWnOOGMlJf4ea/00000-10-desenchant%C3%A9e...
First, I would convert the video using the ffmpeg standard values:
ffmpeg -i in.mp4 out.mp4
It reduces the file size from 976 to 299 MB, yet I do not see any difference in quality. (Do you?) Second, I uploaded the result to some site, and sound is working now. So it looks like ffmpeg repairs the sound!
On second thought, I realize that this does not help with your avidemux problem. So you may forget what I wrote.
participants (4)
-
jdd@dodin.org
-
Masaru Nomiya
-
Siard
-
Stephan Hemeier