Re: [FFmpeg-user] Current git head produces ERROR: libxavs not found on configure

2017-03-20 Thread Clément Bœsch
On Mon, Mar 20, 2017 at 11:46:46PM +0900, 桃源老師 wrote: > Hello list member, > > I have pulled ffmpeg current git head. Then it produces ERROR: libxavs not > found on configure. > > Here's last part of config.log: > > warning: You must include stdint.h or inttypes.h before xavs.h [-W#warnings]

Re: [FFmpeg-user] ffserver removal

2016-09-16 Thread Clément Bœsch
On Fri, Sep 16, 2016 at 11:30:29AM +0200, Michael Fritscher wrote: > Good day, > > thanks for the positive feedback (on-list and off-list)! > > I'll start next week on Clement's todo list - starting with FATE integration > (http://ffmpeg.org/fate.html) and then trying to kill using internal API.

Re: [FFmpeg-user] ffserver removal

2016-09-13 Thread Clément Bœsch
On Tue, Sep 13, 2016 at 12:36:39PM +0200, Michael Fritscher wrote: > Good day, > > I just read the sad news about ffserver :-( > > The biggest problem for maintaining seems to be the usage of the internal > APIs, right? The other stated problems seem not to hinder development of the > other

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] Unwanted tags in srt

2015-12-21 Thread Clément Bœsch
On Thu, Dec 17, 2015 at 12:32:43PM +0100, Clément Bœsch wrote: > On Wed, Dec 16, 2015 at 10:18:24AM +0100, David Nguyen wrote: > > Hi, > > > > Hi, > > > I have recently updated ffmpeg to use the latest version 2.8.3 and when > > extracting subtitles from a

Re: [FFmpeg-user] Unwanted tags in srt

2015-12-17 Thread Clément Bœsch
On Wed, Dec 16, 2015 at 10:18:24AM +0100, David Nguyen wrote: > Hi, > Hi, > I have recently updated ffmpeg to use the latest version 2.8.3 and when > extracting subtitles from an MP4, I get new tags which I would like > to remove. Is it possible to somehow not get them ? > > Here's an

Re: [FFmpeg-user] ffmpeg screencapture from a virtual xserver larger than the physical screen

2015-11-19 Thread Clément Bœsch
On Thu, Nov 19, 2015 at 08:07:59PM +0100, Zenny wrote: > On 11/19/15, Nicolas George wrote: > > Le nonidi 29 brumaire, an CCXXIV, Zenny a écrit : > >> "[NULL @ 0x3d89f60] Requested output format 'opengl' is not a suitable > >> output format > >> pipe:: Invalid argument" > > > >

[FFmpeg-user] [SURVEY] Summary of first 2015 survey

2015-11-15 Thread Clément Bœsch
Hi folks, So the October/November 2015 FFmpeg survey ended, so as promised here is a summary. It was planed for yesterday but due to some unfortunate national issues it was kind of postponed to today... We got 123 answers. I was expecting more but that's a start. 35,54% (43) A developer using

Re: [FFmpeg-user] acv file for curves filter

2015-11-02 Thread Clément Bœsch
On Mon, Nov 02, 2015 at 12:37:25PM +0100, Michael Koch wrote: > Hi all, > > I've just tested the "curves" filter. It works fine with a *.acv file which > was created by Photoshop. > > ffmpeg -i input.jpg -vf curves=psfile="curves.acv" output.jpg > > But it fails when I try to make the *.acv

[FFmpeg-user] [SURVEY] FFmpeg Project Directions

2015-10-12 Thread Clément Bœsch
Hi, The FFmpeg project is conducting a survey on the project directions. The survey is very quick to do, anonymous, and doesn't require any registration. You can find it at https://fr.surveymonkey.com/r/QCP7JSS Please take a few minutes to participate if the project matters to you. This survey

Re: [FFmpeg-user] Building FFMPEG and enabling x265

2015-04-15 Thread Clément Bœsch
On Tue, Apr 14, 2015 at 03:41:49PM +0200, Alexander Martin Dethof wrote: Hello everybody, I am trying to build the current version of ffmpeg. For this purpose I use the description of the compilation guide: http://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu. Further more I want to enable

Re: [FFmpeg-user] R128 ebur128 filter only for 48kHz?

2015-02-25 Thread Clément Bœsch
On Wed, Feb 25, 2015 at 10:35:59AM +0100, Christoph Gerstbauer wrote: [...] What is the actual state of the ebur128 filter? Is just 48kHz still implemented or are there more sampling rates implemented since 2013? Yes ebur128 supports only 48kHz because that's the only one standardized (at

Re: [FFmpeg-user] Huffyuv huge files?

2015-01-30 Thread Clément Bœsch
On Fri, Jan 30, 2015 at 10:57:06AM -0700, Roger Pack wrote: On 1/30/15, Christoph Gerstbauer christophgerstba...@gmail.com wrote: Do not use lagarith if you need lossless encoding, it depends on hardware implementation details. Carl Eugen Lagarith is not lossless? Apparently it

Re: [FFmpeg-user] select scene and skip 2 seconds?

2015-01-05 Thread Clément Bœsch
On Mon, Jan 05, 2015 at 12:12:47PM +0100, Robert Nagy wrote: I want to generate some thumbnails for a video library. Currently I'm using: -frames:v 1 -filter:v select=gt(scene\,0.5) thumb.png Which almost works. The problem is that I'd like the thumbnail to be taken 2 seconds after the

Re: [FFmpeg-user] ERROR: libass not found using pkg-config

2014-12-31 Thread Clément Bœsch
On Sun, Dec 28, 2014 at 04:12:31PM -0500, Linov Suresh wrote: [...] gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DPIC -std=c99 -fomit-frame-pointer -fPIC -pthread -I/usr/include/fribidi -I/usr/include/freetype2 -c -o

Re: [FFmpeg-user] Watermark and Text overlay at the same time?

2014-12-30 Thread Clément Bœsch
On Tue, Dec 30, 2014 at 11:05:18PM +, Carl Eugen Hoyos wrote: Les Irvin lesirvin at gmail.com writes: ffmpeg -r 1/4 -i img_%03d.jpg -i audio.mp3 -codec:a copy -c:v libx264 -vcodec png -vf movie=wm.png [wm]; [in][wm] overlay=10:main_h-overlay_h-10 [out] -shortest output.mp4

Re: [FFmpeg-user] have problem while compiling ffmpeg with speex for iOS

2014-12-19 Thread Clément Bœsch
On Fri, Dec 19, 2014 at 03:08:15PM +0800, josh wrote: I have a project which is asked to use ffmpeg with speex codec on iPhone and when I'm compiling , the error message below showed up ERROR: speex not found using pkg-config my speex lib and header is already compiled for iOS armv7

Re: [FFmpeg-user] compiling with libx265

2014-12-01 Thread Clément Bœsch
On Mon, Dec 01, 2014 at 04:46:36PM +, tim nicholson wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/12/14 16:09, Nicolas George wrote: Le primidi 11 frimaire, an CCXXIII, tim nicholson a écrit : Whilst acknowledging that this patch works (thanks), I am trying to

Re: [FFmpeg-user] compiling with libx265

2014-12-01 Thread Clément Bœsch
On Mon, Dec 01, 2014 at 08:01:13PM +0100, Clément Bœsch wrote: On Mon, Dec 01, 2014 at 04:46:36PM +, tim nicholson wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/12/14 16:09, Nicolas George wrote: Le primidi 11 frimaire, an CCXXIII, tim nicholson a écrit : Whilst

Re: [FFmpeg-user] How To Play YouTube Videos using FFPLAy

2014-11-30 Thread Clément Bœsch
On Sun, Nov 30, 2014 at 07:12:34PM +, Carl Eugen Hoyos wrote: Reindl Harald h.reindl at thelounge.net writes: no mediaplayer on this planet will play a http://youtube.com/xx URL I believe it should work with FFplay if compiled with --enable-libquvi. Note: I'm curious about

Re: [FFmpeg-user] configure error with enabling libmodplug

2014-09-11 Thread Clément Bœsch
On Thu, Sep 11, 2014 at 12:23:35PM +0900, Kimio Miyamura wrote: 2014/09/01 4:05PM Clément Bœsch u...@pkh.me wrote: On Mon, Sep 01, 2014 at 03:39:08PM +0900, Kimio Miyamura wrote: On 2014/09/01, at 2:11PM, Clément Bœsch u...@pkh.me wrote: On Mon, Sep 01, 2014 at 10:02:58AM +0900

Re: [FFmpeg-user] Several inputs combined

2014-09-05 Thread Clément Bœsch
On Fri, Sep 05, 2014 at 09:21:06PM +0200, Cecil Westerhof wrote: Op Friday 5 Sep 2014 20:36 CEST schreef Nicholas Robbins: On Friday, September 5, 2014 2:24 PM, Cecil Westerhof ce...@decebal.nl wrote: Would it be possible to combine several inputs to one video? For example: when I

Re: [FFmpeg-user] configure error with enabling libmodplug

2014-09-01 Thread Clément Bœsch
On Mon, Sep 01, 2014 at 03:39:08PM +0900, Kimio Miyamura wrote: On 2014/09/01, at 2:11PM, Clément Bœsch u...@pkh.me wrote: On Mon, Sep 01, 2014 at 10:02:58AM +0900, Kimio Miyamura wrote: I searched web and found that modification of ffmpeg configure script is required

Re: [FFmpeg-user] configure error with enabling libmodplug

2014-09-01 Thread Clément Bœsch
On Mon, Sep 01, 2014 at 04:15:06PM +0900, Kimio Miyamura wrote: [...] Right, that's because libmodplug wasn't detected through pkg-config, which I just fixed in git/master. Can you git pull and retry that latest command with --pkg-config-flags=--static? Trying to git cloning ffmpeg, I get

Re: [FFmpeg-user] configure error with enabling libmodplug

2014-09-01 Thread Clément Bœsch
On Mon, Sep 01, 2014 at 05:03:02PM +0900, Kimio Miyamura wrote: 2014/09/01 4:26PM Clément Bœsch u...@pkh.me wrote: On Mon, Sep 01, 2014 at 04:15:06PM +0900, Kimio Miyamura wrote: [...] Right, that's because libmodplug wasn't detected through pkg-config, which I just fixed in git