Re: [FFmpeg-user] non-monotonous DTS in output stream

2018-05-17 Thread cedric.dew...@telfort.nl
> >I thought you were getting "/dev/video0: Invalid argument"? Yes, i dit get invalid argument with this very old version of ffmpeg: https://github.com/chwe17/FFmpeg-Cedrus/ But with this newer version my webcam is openend correctly: https://github.com/danielkucera/FFmpeg/tree/cedrus264 >What ac

Re: [FFmpeg-user] non-monotonous DTS in output stream

2018-05-17 Thread cedric.dew...@telfort.nl
>Origineel Bericht >Van : micaelsi...@gmail.com >Datum : 17/05/2018 19:39 >Aan : ffmpeg-user@ffmpeg.org >Onderwerp : Re: [FFmpeg-user] non-monotonous DTS in output stream > >On Thu, 17 May 2018, 09:57 cedric.dew...@telfort.nl, < >cedric.dew...@telfort.nl> wrote: > >> Hi All, >> I am captur

Re: [FFmpeg-user] configure x265 error

2018-05-17 Thread Lou Logan
On Thu, May 17, 2018, at 7:04 AM, karl wrote: > > Hi, I'm attempting to install FFmpeg on Ubuntu 16.04 using these > instructions: > https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu Your configure line is different than what the above link suggests. Nothing wrong with modifying it but it sh

Re: [FFmpeg-user] non-monotonous DTS in output stream

2018-05-17 Thread Moritz Barsnick
On Thu, May 17, 2018 at 14:57:46 +0200, cedric.dew...@telfort.nl wrote: I thought you were getting "/dev/video0: Invalid argument"? Anyway: > [matroska @ 0x1c48860] Non-monotonous DTS in output stream 0:0; previous: > 3109, current: 2048; changing to 3109. This may result in incorrect > timest

Re: [FFmpeg-user] non-monotonous DTS in output stream

2018-05-17 Thread Micael Silva
On Thu, 17 May 2018, 09:57 cedric.dew...@telfort.nl, < cedric.dew...@telfort.nl> wrote: > Hi All, > I am capturing mjpeg frames from my webcam connected to a bananapi, > running armbian. The resulting video file is choppy when played with > mplayer and VLC, and in the console I see the following m

Re: [FFmpeg-user] Fatal error when compiling: ld terminated with signal 11

2018-05-17 Thread zerino
I see, thank you guys. I might now try again not using the system for anything else during the process. thanks a lot! -- Sent from: http://www.ffmpeg-archive.org/ ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/

[FFmpeg-user] non-monotonous DTS in output stream

2018-05-17 Thread cedric.dew...@telfort.nl
Hi All, I am capturing mjpeg frames from my webcam connected to a bananapi, running armbian. The resulting video file is choppy when played with mplayer and VLC, and in the console I see the following messages. The CPU of the bananapi is nowhere near 100% cedric@bananapi:~/FFmpeg$ ./ffmpeg -f v4

Re: [FFmpeg-user] comfigure error on bananapi: cannot find vdpau

2018-05-17 Thread Reindl Harald
Am 17.05.2018 um 12:30 schrieb cedric.dew...@telfort.nl: > Installing libvdpau-dev was the solution. Is it an idea to change configure, > so it can suggest to install libvdpau-dev, or that it meantions what .h file > it's missing? if you compile something from source you are supposed to know w

Re: [FFmpeg-user] comfigure error on bananapi: cannot find vdpau

2018-05-17 Thread Carl Eugen Hoyos
2018-05-17 12:30 GMT+02:00, cedric.dew...@telfort.nl : > Installing libvdpau-dev was the solution. Is it an idea to > change configure, so it can suggest to install libvdpau-dev, Debian is not the only Linux distribution. > or that it meantions what .h file it's missing? Imo, it does mention it

Re: [FFmpeg-user] comfigure error on bananapi: cannot find vdpau

2018-05-17 Thread cedric.dew...@telfort.nl
> >> ERROR: vdpau requested but not found >[...] >> What is missing in my Armbian instalation? How can I debug this further? > >You can either drop "--enable-vdpau", if you don't need it, or install >the package libvdpau-dev. (Similar for other external dependencies: You >need the "-dev" packages,

Re: [FFmpeg-user] Fatal error when compiling: ld terminated with signal 11

2018-05-17 Thread Nicolas George
cedric.dew...@telfort.nl (2018-05-17): > On smaller systems (with 1GB or even 512MB of RAM), it sometimes > happens the ram is just full. > LD is one of the most memory hungry steps of the compile. > This can be seen in dmegs, then you might see messages like > out-of-memory process killer. The O

[FFmpeg-user] How to copy Photos.app metadata over?

2018-05-17 Thread Gabriel Zachmann
I need to convert a number of movies that I have stored in the Photos app on my mac (OSX 10.13, high sierra). So, I export the movies from Photos, then convert them using ffmpeg, then import them back into Photos. This is the ffmpeg command I use (version is attached below): /usr/local/bin/ffm

Re: [FFmpeg-user] Fatal error when compiling: ld terminated with signal 11

2018-05-17 Thread cedric.dew...@telfort.nl
>Origineel Bericht >Van : barsn...@gmx.net >Datum : 17/05/2018 07:50 >Aan : ffmpeg-user@ffmpeg.org >Onderwerp : Re: [FFmpeg-user] Fatal error when compiling: ld terminated with >signal 11 > >On Wed, May 16, 2018 at 18:43:34 -0700, zerino wrote: >> What do you mean by linker? > >The tool t

Re: [FFmpeg-user] comfigure error on bananapi: cannot find vdpau

2018-05-17 Thread Moritz Barsnick
On Thu, May 17, 2018 at 09:30:09 +0200, cedric.dew...@telfort.nl wrote: > $ git clone https://github.com/danielkucera/FFmpeg.git Not supported here. > ERROR: vdpau requested but not found [...] > What is missing in my Armbian instalation? How can I debug this further? You can either drop "--enab

Re: [FFmpeg-user] Unable to execute FFMPEG command

2018-05-17 Thread Moritz Barsnick
Hi Ravi, On Wed, May 16, 2018 at 11:44:06 +0530, Ravi Kumar wrote: > After trying above command with different scenarios we are getting > following errors. [...] > #2)Unrecognized option > 'filter_complex\[0]scale=512:-2,pad=512:768:(ow-iw)/2:(oh-ih)/2[vs0],color=black:size=512x768:duration=2.71

Re: [FFmpeg-user] Fatal error when compiling: ld terminated with signal 11

2018-05-17 Thread Moritz Barsnick
On Wed, May 16, 2018 at 18:43:34 -0700, zerino wrote: > What do you mean by linker? The tool that crashed duing your compile is "ld", the linker (part of a "compile" toolchain). It's not provided by ffmpeg and just expected to work. > And what os it have to with heat? Such tool crashes *can* hap

[FFmpeg-user] comfigure error on bananapi: cannot find vdpau

2018-05-17 Thread cedric.dew...@telfort.nl
Hi All, I'm trying to compile ffmpeg on my bananapi running Armbian 5.38. I've used the following commands: $ git clone https://github.com/danielkucera/FFmpeg.git $ cd FFmpeg $ git checkout cedrus264 $ ./configure --prefix=/usr --enable-nonfree --enable-gpl --enable-version3 --enable-vdpau --enab