Re: [FFmpeg-user] Command being killed in perceptual hashing / ffmpeg in general

2017-10-04 Thread Carl Eugen Hoyos
2017-10-04 18:49 GMT+02:00 Aoife Fitzmaurice : > Duration: 01:03:13.08, start: 0.00, bitrate: 36492 kb/s Does it also crash for a shorter file or a file with (much) smaller dimensions? Does it crash because of oom, or for other reasons? Generally, a backtrace, disassembly and register dum

Re: [FFmpeg-user] RTSP stream fps 29.97 instead of 30

2017-10-04 Thread Carl Eugen Hoyos
2017-10-04 23:20 GMT+02:00 Mark Thompson : > On 03/10/17 21:22, Jonathan Viney wrote: >> On Tue, Oct 3, 2017 at 1:56 PM, Mark Thompson wrote: >> >>> On 03/10/17 00:56, Jonathan Viney wrote: >>> parameter-sets=Z2QAM6w0yAPABD/8BbgICAoAAAfSAAHUwdDAAGP/ >>> gAAMf+Nd5caGAAMf/AAAY/8a7y4b04A=,aO48MA== >

Re: [FFmpeg-user] RTSP stream fps 29.97 instead of 30

2017-10-04 Thread Mark Thompson
On 03/10/17 21:22, Jonathan Viney wrote: > On Tue, Oct 3, 2017 at 1:56 PM, Mark Thompson wrote: > >> On 03/10/17 00:56, Jonathan Viney wrote: >>> Hi, >>> >>> I am pulling an RTSP stream from an Axis 4K IP camera. The stream from >> the >>> camera is 30fps, but the resulting stream from ffmpeg is

Re: [FFmpeg-user] How to have a secure UDP BroadCast

2017-10-04 Thread Roger Pack
I don't think UDP can have passwords can it? On 10/2/17, hassan shatnawi wrote: > Dears, > > How to have a secure connection with username and password while > broadcasting "UPD" > > I've use this command > > ffmpeg -f dshow -video_size 1280x720 -rtbufsize 702000K -framerate 30 > -i video="Video

[FFmpeg-user] Command being killed in perceptual hashing / ffmpeg in general

2017-10-04 Thread Aoife Fitzmaurice
Hey everyone, I'm wondering does anyone have any experience with their command being "killed" while using perceptual hashing, or ffmpeg in general? I am using a Mac Pro with OSX El Capitan. I ran the following input: $ ffmpeg -i DAY\ 1/Card\ 2/B0011888.mov -i DAY\ 1/Card\ 1/B0011888U01.mov

[FFmpeg-user] Workflow for browser compression

2017-10-04 Thread Marc Péchaud
Hello, What the tricks (or the workflow) in ffmpeg libx264 on W7 64 ? I have to upload videos on browser, I did the following things :two pass encoding for 1080HD for the main videos at bitrate 1k, VBV minrate 1k maxrate 2k bufsize 25000k, for preset slow, profil high, tune animation.

Re: [FFmpeg-user] Bd

2017-10-04 Thread Jacques Perconte
The Blu-ray will be pressed and sold by a distributor. It has to be conform. So yo say that it might be possible with ffmpeg and x264. Nice. What is lirc ? Thanks Jacques Le 4 oct. 2017 à 01:36 +0200, Carl Eugen Hoyos , a écrit : > 2017-10-04 1:23 GMT+02:00 Moritz Barsnick : > > On Wed, Oct 04,

Re: [FFmpeg-user] hello ,when i install it ,it's wrong.

2017-10-04 Thread Reindl Harald
Am 03.10.2017 um 22:01 schrieb 无痕: Hello ,I'm want install ffmpeg at cpanel/WHM, I am use the WHMXtra to install it . but ,it's display as : ERROR: libgsm not found. I am try it at Centos ,use the command as :rpm -qa | grep gsm ,it's display as : gsm-1.0.13-11.el7.x86_64 gsm-tools-1.0.13-

[FFmpeg-user] Starting additional ffmpeg process will raise CPU usage of all process of ffmpeg

2017-10-04 Thread ffmpeg
Hi everyone, I have a strange behavior I do not understand. 1) I'm running a transcoding process on my CentOS server with ffmpeg. Everything smooth and fine. Process of ffmpeg takes 85% CPU. Great. 2) staring a second transcoding process on the same machine with ffmpeg (even same settings, d

Re: [FFmpeg-user] hello ,when i install it ,it's wrong.

2017-10-04 Thread Moritz Barsnick
On Wed, Oct 04, 2017 at 04:01:38 +0800, 无痕 wrote: > Hello ,I'm want install ffmpeg at cpanel/WHM, I am use the WHMXtra to install > it . Other installation routines then ./configure, make, make install are not supported here. But that said: > but ,it's display as : ERROR: libgsm not found. S

Re: [FFmpeg-user] Waveform to video

2017-10-04 Thread Frédéric Busnel-Joncour
Hi Olivier, You should have a look here : https://trac.ffmpeg.org/wiki/FancyFilteringExamples#waveform And also at the Multimedia Filters section (#42) of the documentation here : https://ffmpeg.org/ffmpeg-all.html You'll probably find a way to do what you want there. Fred > Hello everyone,