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

2015-04-15 Thread Clément Bœsch
On Wed, Apr 15, 2015 at 03:49:28PM +0200, Werner Robitza wrote: > On Wed, Apr 15, 2015 at 2:17 PM, Clément Bœsch wrote: > > On Tue, Apr 14, 2015 at 03:41:49PM +0200, Alexander Martin Dethof wrote: > > Do that for x265 (or find the equivalent) and use make install (no root > > needed, you have writ

Re: [FFmpeg-user] ffmpeg STDOUT redirecting to a socket

2015-04-15 Thread Manikanta Vasu
Thanks for the given information and it is working as well.Some times it was throwing text relocation warnings. WARNING: linker: /data/local/tmp/ffmpeg has text relocations. This is wasting memory and prevents security hardening. Please fix. Kindly help me to avoid those kind of warnings. On Ap

Re: [FFmpeg-user] Issue using "-flags2 +mixed_refs" option while converting .tif file to .mp4 file

2015-04-15 Thread Lou
On Wed, Apr 15, 2015, at 04:24 PM, Ali Mohammed wrote: > Hello, > > I have recently install ffmpeg version 2.3.3 from source on Redhat linux > 6.5.I am getting the below error while trying to convert a .tif file to > .mp4 file using the below syntax. Why do you want to encode a single image as

Re: [FFmpeg-user] Issue using "-flags2 +mixed_refs" option while converting .tif file to .mp4 file

2015-04-15 Thread Ali Mohammed
Hello, I have recently install ffmpeg version 2.3.3 from source on Redhat linux 6.5.I am getting the below error while trying to convert a .tif file to .mp4 file using the below syntax. If I remove "-flags2 +mixed_refs" option from the below syntax the command just works fine and produce a .mp

[FFmpeg-user] Installation problem

2015-04-15 Thread Shriya Nair
Hi, I am trying to install ffmpeg for cross compilation platform on arm v6 architecture. I used to following command - ./configure --enable-cross-compile --cross-prefix=/opt/FriendlyARM/toolchain/4.5.1/arm-none-linux-gnueabi/bin/arm-linux- --arch=v6 --target-os=linux --prefix=/opt/FriendlyARM/tool

[FFmpeg-user] Avoid WARNINGS in ffmpeg stream output

2015-04-15 Thread Manikanta Vasu
Hi , I am using below command to receive the ffmpeg stream output (stdout) and its returning stream along with the WARNINGS. *adb screencap | /data/local/tmp/ffmpeg -loglevel panic -f rawvideo -s 1440x2560 -pix_fmt rgb0 -r 10 -i - -vf scale=281.25:500.0 -f image2pipe -vcodec png -vframes 1 -*

[FFmpeg-user] Possible issue in ffmpeg's documentation

2015-04-15 Thread Ramprasad N
Hi, In https://www.ffmpeg.org/ffmpeg-formats.html#Options-7 Under "segment_list_entry_prefix" we see the flags ‘flat’ ‘csv, ext’ ‘ffconcat’ ‘m3u8’ But I think these flags are supposed to be under "segment_list_type" Right? Thanks Ramprasad ___ ffmpeg

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

2015-04-15 Thread Kimio Miyamura
> 2015/04/15 22:49、Werner Robitza gmail.com> wrote: > > On Wed, Apr 15, 2015 at 2:17 PM, Clément Bœsch pkh.me> wrote: >> On Tue, Apr 14, 2015 at 03:41:49PM +0200, Alexander Martin Dethof wrote: >> Do that for x265 (or find the equivalent) and use make install (no root >> needed, you have write

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

2015-04-15 Thread Werner Robitza
On Wed, Apr 15, 2015 at 2:17 PM, Clément Bœsch wrote: > On Tue, Apr 14, 2015 at 03:41:49PM +0200, Alexander Martin Dethof wrote: > Do that for x265 (or find the equivalent) and use make install (no root > needed, you have write perm in $HOME/ffmpeg_build). This will deploy a .pc > file with all th

[FFmpeg-user] Exit code 0

2015-04-15 Thread Paulo Barretto
I have noticed that ffmpeg returns exit code 0 (no error) when the user press q to cancel execution. Could that be different? A non-zero exit code would allow cancelling the subsequent commands in a batch. Paulo ___ ffmpeg-user mailing list ffmpeg-user@

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

2015-04-15 Thread Nicolas George
Le sextidi 26 germinal, an CCXXIII, Werner Robitza a écrit : > In what way, then? How else should I install it? ~ $ pkg-config --modversion x265 1.5 ~ $ pkg-config --modversion x265 Package x265 was not found in the pkg-config search path. If you get the second one, x265 is not correctly install

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 > ena

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

2015-04-15 Thread Werner Robitza
On Wed, Apr 15, 2015 at 12:38 PM, Nicolas George wrote: > Le sextidi 26 germinal, an CCXXIII, Werner Robitza a écrit : >> What's not correct? > > Your installation of x265. In what way, then? How else should I install it? >> Of course I know that it does not include x265. Hence my comment: "for

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

2015-04-15 Thread Carl Eugen Hoyos
Nicolas George nsup.org> writes: > Le sextidi 26 germinal, an CCXXIII, Carl Eugen Hoyos a écrit : > > The easy solution (that helps everybody) is of course > > to treat x265 like x264 and allow a non-pkgconfig > > fallback but other developers believe that x265 needs > > a special treatment. >

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

2015-04-15 Thread Nicolas George
Le sextidi 26 germinal, an CCXXIII, Werner Robitza a écrit : > What's not correct? Your installation of x265. > Is that an upstream bug? No. > Of course I know that it does not include x265. Hence my comment: "for > ffmpeg users we should probably update our compilation guide." Please do. > P

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

2015-04-15 Thread Nicolas George
Le sextidi 26 germinal, an CCXXIII, Carl Eugen Hoyos a écrit : > The easy solution (that helps everybody) is of course > to treat x265 like x264 and allow a non-pkgconfig > fallback but other developers believe that x265 needs > a special treatment. Please stop posting about pkg-config. Regard

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

2015-04-15 Thread Werner Robitza
On Wed, Apr 15, 2015 at 11:22 AM, Nicolas George wrote: > Le sextidi 26 germinal, an CCXXIII, Werner Robitza a écrit : >> If you mean $HOME/ffmpeg_sources/x265/build/linux, then the .pc file >> is actually there. > > Alone with just .pc files? If not, that is not correct. What's not correct? Is t

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

2015-04-15 Thread Carl Eugen Hoyos
Werner Robitza gmail.com> writes: > I guess that a "sudo make install" after the "make" > in x265 works The easy solution (that helps everybody) is of course to treat x265 like x264 and allow a non-pkgconfig fallback but other developers believe that x265 needs a special treatment. Carl Eug

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

2015-04-15 Thread Nicolas George
Le sextidi 26 germinal, an CCXXIII, Werner Robitza a écrit : > If you mean $HOME/ffmpeg_sources/x265/build/linux, then the .pc file > is actually there. Alone with just .pc files? If not, that is not correct. > I guess that a "sudo make install" after the "make" in x265 works, but > that installs

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

2015-04-15 Thread Werner Robitza
On Wed, Apr 15, 2015 at 9:57 AM, Nicolas George wrote: >> I also tried to modify the PKG_CONFIG_PATH var to > > In the future, look for the .pc files instead of trying random values. If you mean $HOME/ffmpeg_sources/x265/build/linux, then the .pc file is actually there. $ find ~ -name 'x265.pc'

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

2015-04-15 Thread Nicolas George
Le quintidi 25 germinal, an CCXXIII, Alexander Martin Dethof a écrit : > cd x265/build/linux > ./make-Makefiles.bash > make make install missing. > I also tried to modify the PKG_CONFIG_PATH var to In the future, look for the .pc files instead of trying random values. Regards, -- Nicolas Ge