Re: [FFmpeg-user] Error: [AVFilterGraph @ 0xabe1cc0] No such filter: 'ass'

2016-01-12 Thread jun
Thanks Lou. Yes, I did log out and logged in again. I followed the instructions as I understood it. I was hoping that it would solve it, but it did not. Apologies for top posting, I am new at using the forum... On Tue, Jan 12, 2016 at 7:30 PM, Lou-2 [via FFmpeg-users] <

Re: [FFmpeg-user] Error: [AVFilterGraph @ 0xabe1cc0] No such filter: 'ass'

2016-01-12 Thread jun saturay
Hi Daniel, thanks for the reply. This is exactly what I did. But I still get the error. I am beginning to suspect that it is not the binary but in a saved configuration somewhere that I need to delete. Any tip how to do it? On Tue, Jan 12, 2016 at 6:14 PM, wrote: > If you

Re: [FFmpeg-user] Error: [AVFilterGraph @ 0xabe1cc0] No such filter: 'ass'

2016-01-12 Thread Lou
On Tue, 12 Jan 2016 19:19:40 +0100 jun saturay wrote: > Hi Daniel, thanks for the reply. This is exactly what I did. But I still > get the error. I am beginning to suspect that it is not the binary but in a > saved configuration somewhere that I need to delete. Any tip how

Re: [FFmpeg-user] Error: [AVFilterGraph @ 0xabe1cc0] No such filter: 'ass'

2016-01-12 Thread Moritz Barsnick
On Mon, Jan 11, 2016 at 15:49:38 -0800, jun wrote: > libass-dev is installed > > here is the complete console output > > $ ffmpeg -i Martsa\ ng\ Pagkakaisa.mkv -vf > "ass=Martsa_ng_Pagkakaisa_EN.ass" Martsa_ng_Pagkakaisa_EN.mkv > ffmpeg version 2.8.4 Copyright (c) 2000-2015 the FFmpeg developers

Re: [FFmpeg-user] Error: [AVFilterGraph @ 0xabe1cc0] No such filter: 'ass'

2016-01-12 Thread jun saturay
Thanks Moritz. I'd appreciate a tip where to find a suitable ffmpeg. I am using usbuntustudio 14.04.3 On Tue, Jan 12, 2016 at 11:24 AM, Moritz Barsnick wrote: > On Mon, Jan 11, 2016 at 15:49:38 -0800, jun wrote: > > libass-dev is installed > > > > here is the complete

Re: [FFmpeg-user] Error: [AVFilterGraph @ 0xabe1cc0] No such filter: 'ass'

2016-01-12 Thread jun
Sorry about that. I had to google what top posting is. I hope this is better. Otherwise you have to patiently guide me through this top posting bit When I reinstalled ubuntustudio, I kept my old home directory, so I figure, some of the changes that I did while installing other stuff could have

Re: [FFmpeg-user] Error: [AVFilterGraph @ 0xabe1cc0] No such filter: 'ass'

2016-01-12 Thread Lou
On Tue, 12 Jan 2016 10:41:42 -0800 (PST) jun wrote: > Thanks Lou. Yes, I did log out and logged in again. I followed the > instructions as I understood it. I was hoping that it would solve it, but > it did not. I don't know why it's not working for you, and I don't want

Re: [FFmpeg-user] Error: [AVFilterGraph @ 0xabe1cc0] No such filter: 'ass'

2016-01-12 Thread db123
If you compile ffmpeg, you may add libass to the binary. See this page on how to compile: https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu Kind regards, Daniel 2016-01-12 12:07 skrev jun saturay: Thanks Moritz. I'd appreciate a tip where to find a suitable ffmpeg. I am using

Re: [FFmpeg-user] Error: [AVFilterGraph @ 0xabe1cc0] No such filter: 'ass'

2016-01-11 Thread Moritz Barsnick
On Mon, Jan 11, 2016 at 14:37:38 -0800, jun wrote: > Thanks for the advice. I uninstalled ffmpeg and then reinstalled ffmpeg > following the instructions on > https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu so that i can "configure > FFmpeg with --enable-libass." as you advised.

Re: [FFmpeg-user] Error: [AVFilterGraph @ 0xabe1cc0] No such filter: 'ass'

2016-01-11 Thread jun
Dear Lou-2 Thanks for the advice. I uninstalled ffmpeg and then reinstalled ffmpeg following the instructions on https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu so that i can "configure FFmpeg with --enable-libass." as you advised. Unfortunately, I still get the same message.

Re: [FFmpeg-user] Error: [AVFilterGraph @ 0xabe1cc0] No such filter: 'ass'

2016-01-11 Thread jun
Hi Moritz libass-dev is installed here is the complete console output $ ffmpeg -i Martsa\ ng\ Pagkakaisa.mkv -vf "ass=Martsa_ng_Pagkakaisa_EN.ass" Martsa_ng_Pagkakaisa_EN.mkv ffmpeg version 2.8.4 Copyright (c) 2000-2015 the FFmpeg developers built with gcc 4.8 (Ubuntu 4.8.4-2ubuntu1~14.04)

[FFmpeg-user] Error: [AVFilterGraph @ 0xabe1cc0] No such filter: 'ass'

2016-01-11 Thread jun
Dear all, I have been using ffmpeg to embed subtitles into videos for sometime now. Recently, I reinstalled my ubuntustudio 14.04.3 and reinstalled ffmpeg-2.8.4. jun@X201:~/Videos/TEST VIDS$ ffmpeg -i input.mp4 -vf ass=subtitle.ass output.mp4 ffmpeg version 2.8.4 Copyright (c) 2000-2015 the

Re: [FFmpeg-user] Error: [AVFilterGraph @ 0xabe1cc0] No such filter: 'ass'

2016-01-11 Thread jun
I also just discovered that if i run the same command with "subtitle=subtitle.srt" instead, I also get the error message [AVFilterGraph @ 0xa431640] No such filter: 'subtitle' Error opening filters! Rally at a loss now as I need to do some subtitle embedding asap... -- View this message in

Re: [FFmpeg-user] Error: [AVFilterGraph @ 0xabe1cc0] No such filter: 'ass'

2016-01-11 Thread Clément Bœsch
On Sun, Jan 10, 2016 at 06:19:41PM -0800, jun wrote: > I also just discovered that if i run the same command with > "subtitle=subtitle.srt" instead, I also get the error message > > [AVFilterGraph @ 0xa431640] No such filter: 'subtitle' > Error opening filters! >

Re: [FFmpeg-user] Error: [AVFilterGraph @ 0xabe1cc0] No such filter: 'ass'

2016-01-11 Thread Lou
On Sun, 10 Jan 2016 18:19:41 -0800 (PST) jun wrote: > I also just discovered that if i run the same command with > "subtitle=subtitle.srt" instead, I also get the error message > > [AVFilterGraph @ 0xa431640] No such filter: 'subtitle' > Error opening filters! > > Rally