LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 01-16-2021, 04:43 PM   #1
TheNutCase
Member
 
Registered: May 2016
Location: Columbia, South Carolina14
Distribution: Slackware 15.0
Posts: 700

Rep: Reputation: Disabled
Avidemux doesn't show subtitle filters.


How do I get Avidemux to show subtitle filters (yes, I have installed libass)? It functions in every other way except for that. My operating system is Slackware 14.2 (64-bit).
 
Old 01-16-2021, 05:49 PM   #2
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,058

Rep: Reputation: Disabled
That's the third time you post the same issue, albeit not with the same title. Previous threads:

https://www.linuxquestions.org/quest...-a-4175688574/
https://www.linuxquestions.org/quest...ib-4175688372/

And you never tried the solution ponce gave you in the first thread.

Please cease wasting our time.
 
Old 01-16-2021, 06:07 PM   #3
TheNutCase
Member
 
Registered: May 2016
Location: Columbia, South Carolina14
Distribution: Slackware 15.0
Posts: 700

Original Poster
Rep: Reputation: Disabled
Excuse me, but what does glib have to do with this thread?
 
Old 01-16-2021, 06:11 PM   #4
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
I finally had a chance to look into this while I was at my computer.

The answer is simple, but not easy to find when you create posts thinking you need to modify system libraries.

Simply comment out or remove line 78 in the avidemux.SlackBuild. It seems that sed command prevents the subtitle filter to be created.

This is the command that needs to be removed/commented out:

Code:
sed -i 's|0.19|1.0|' avidemux_plugins/ADM_videoFilters6/ass/CMakeLists.txt || exit 1
 
1 members found this post helpful.
Old 01-16-2021, 06:14 PM   #5
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
Quote:
Originally Posted by TheNutCase View Post
Excuse me, but what does glib have to do with this thread?
You are the one who brought up needing to update glib (which was actually glib2... then you thought glibc needed to be upgraded) in those previous posts to enable subtitles in avidemux.

In case you forgot...

Quote:
Originally Posted by TheNutCase View Post
What is the correct procedure for upgrading glibc in Slackware 14.2 (64-bit)? I need to do that in order to enable the "Subtitle" filters in Avidemux.
Quote:
Originally Posted by TheNutCase View Post
I found out that Avidemux (a video editing software package that I use sometimes) needs it to allow me to add subtitles to video files, and I need it to update Tumbler (to create video thumbnails for use in Thunar).
(And Tumbler definitely doesn't need avidemux as it is sitting in -current right now without avidemux being a part of -current.)
 
1 members found this post helpful.
Old 01-16-2021, 06:36 PM   #6
TheNutCase
Member
 
Registered: May 2016
Location: Columbia, South Carolina14
Distribution: Slackware 15.0
Posts: 700

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by bassmadrigal View Post
I finally had a chance to look into this while I was at my computer.

The answer is simple, but not easy to find when you create posts thinking you need to modify system libraries.

Simply comment out or remove line 78 in the avidemux.SlackBuild. It seems that sed command prevents the subtitle filter to be created.

This is the command that needs to be removed/commented out:

Code:
sed -i 's|0.19|1.0|' avidemux_plugins/ADM_videoFilters6/ass/CMakeLists.txt || exit 1
SUCCESS!!! I am now able to use subtitles (when needed). So thank you.

Last edited by TheNutCase; 01-16-2021 at 10:23 PM.
 
Old 01-17-2021, 01:34 AM   #7
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,098

Rep: Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175
Quote:
Originally Posted by bassmadrigal View Post
I finally had a chance to look into this while I was at my computer.

The answer is simple, but not easy to find when you create posts thinking you need to modify system libraries.

Simply comment out or remove line 78 in the avidemux.SlackBuild. It seems that sed command prevents the subtitle filter to be created.

This is the command that needs to be removed/commented out:

Code:
sed -i 's|0.19|1.0|' avidemux_plugins/ADM_videoFilters6/ass/CMakeLists.txt || exit 1
and in the end it was actually my fault, sorry, because that was a fix meant for current that slipped into the script for stable...
 
1 members found this post helpful.
Old 01-17-2021, 05:48 AM   #8
kgha
Senior Member
 
Registered: May 2018
Location: Sweden
Distribution: Slackware 64 -current multilib from AlienBob's LiveSlak MATE
Posts: 1,070

Rep: Reputation: 742Reputation: 742Reputation: 742Reputation: 742Reputation: 742Reputation: 742Reputation: 742
The solution surprised me slightly, since I've had no problems with the subtitle filters on avidemux built with ponce's SBo script for -current which includes that sed line. But alas, that's on current - maybe there are some crucial differences to 14.2 that explains it?

Last edited by kgha; 01-17-2021 at 05:52 AM.
 
Old 01-17-2021, 01:00 PM   #9
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
Quote:
Originally Posted by kgha View Post
The solution surprised me slightly, since I've had no problems with the subtitle filters on avidemux built with ponce's SBo script for -current which includes that sed line. But alas, that's on current - maybe there are some crucial differences to 14.2 that explains it?
It's meant to adjust the version it checks for fribidi, likely because the version used in -current is newer than the one on 14.2.
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
gtkmm: show() doesn't show the window when adding windows from other places than main() Hvl Programming 0 06-21-2012 09:54 AM
please help me to show arabic subtitle lion_heart_300 SUSE / openSUSE 8 11-25-2006 11:30 AM
how to show dual-subtitle in mplayer? macarthor Linux - Software 4 07-23-2004 04:28 AM
compileing avidemux with MPEG support jarin scott Linux - Software 2 12-08-2003 02:10 PM
xine divx subtitle??? perdesiz Linux - Software 0 09-18-2003 04:02 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 07:27 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration