Re: [FFmpeg-user] Problems playing mjpeg stream at different bitrates

2018-09-17 Thread Fabian Kurt
> I tested the two streams you provided with vlc 3.0.4 and both behave exactly > as with FFmpeg (which is generally expected). > Did you test another version? But one of the files is working with FFplay, right? We tested with VLC 2.2.6. > More important though: > But you did not comment on the m

Re: [FFmpeg-user] Max rtbufsize Via dshow

2018-09-17 Thread Gabriel Balaich
> > If I watch my encoding performance through task manager everything is > consistent / flat at about 60% usage, until I end the recording, then it > jumps up to 100% usage for a few seconds. VRAM, RAM, CPU, GPU (3D), and > DISK are well below 50% usage throughout the entire process. > > I don't r

[FFmpeg-user] Video effect

2018-09-17 Thread shreyas vaghela
Anyone know giving list of video effect by using Ffmpeg command,give me some command ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email ffmpeg-user-requ...@ffmpeg

Re: [FFmpeg-user] Timestamp for variable frame rate (VFR ) video

2018-09-17 Thread Wolfgang Hugemann
> You want timecode and not pts, look at > drawtext manual. You may assume that I already did that. IMHO, the main issue is not drawtext, but where to get the text from. There only a few ready-made options, all other information has to be drawn from metadata provided by some other source. For ex

[FFmpeg-user] Question about DeckLink Sdk modes and higher resolutions (such as 8K, etc.)

2018-09-17 Thread Timbo Yuen
Hi FFmpeg, How are you ? Thank you and have a nice day. -Timbo ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email ffmpeg-user-requ...@ffmpeg.org with subject "un

Re: [FFmpeg-user] Problems playing mjpeg stream at different bitrates

2018-09-17 Thread Carl Eugen Hoyos
2018-09-17 13:46 GMT+02:00, Fabian Kurt : >> Do the streams really work with other players? > > Yes, we tested our application for several months with a built-in > VLC player and it worked well. > VLC needs several attempts to start playing the stream but > then it works fine. I tested the two str

Re: [FFmpeg-user] blocked domain

2018-09-17 Thread Carl Eugen Hoyos
2018-09-17 15:36 GMT+02:00, Martin German : > our admin guys said that they aren't blocked any domain, so it is strange. Then feel free to get in contact with the videolan admins. Please do not top-post here, Carl Eugen ___ ffmpeg-user mailing list ffmp

Re: [FFmpeg-user] Zoom out/scale down dynamically

2018-09-17 Thread Carl Eugen Hoyos
2018-09-17 16:37 GMT+02:00, astian : > Still, my original 'why' question remains. Why not directly > allowing zoom ratios < 1? padding is free compared to zoompan and zoompan wouldn't know what to show outside of the original video. (Paul may correct me here.) > Do I have to ask in ffmpeg-devel

Re: [FFmpeg-user] Zoom out/scale down dynamically

2018-09-17 Thread astian
Gyan: > On Fri, Sep 14, 2018 at 9:29 AM astian wrote: > >> Well, I'm not sure what you mean. Pad doesn't seem very dynamic to >> me, I know that it has an eval=frame option, but according to the >> manual there is no frame-number variable that I could exploit. > > Pad the video beforehand, usually

Re: [FFmpeg-user] Reading Tempo/BPM information from audio files

2018-09-17 Thread Adam Harries
After some more digging, it seems that I need to set some options while decoding a mov file - at least from reading https://ffmpeg.org/doxygen/trunk/mov_8c_source.html How would I go about doing this? I'm happy to build a new application based on libavformat, but I'm not sure how to interface with

Re: [FFmpeg-user] blocked domain

2018-09-17 Thread Martin German
our admin guys said that they aren't blocked any domain, so it is strange. El lun., 17 sept. 2018 a las 12:10, Carl Eugen Hoyos () escribió: > 2018-09-17 9:13 GMT+02:00, Martin German : > > > I am trying to clone the ffmpeg repo from my pc, but I can't connect to > it. > > Do you know if it is re

Re: [FFmpeg-user] Timestamp for variable frame rate (VFR ) video

2018-09-17 Thread Paul B Mahol
On 9/17/18, Wolfgang Hugemann wrote: > I have a WhatsApp video which is definitively VFR, as can be told from > the content (a passenger car at constant speed) and is reported by the > new vfrdet filter. > > I would like to display a timecode in each frame, derived from the frame > metadata: > > "

Re: [FFmpeg-user] Create a MXF media with a video and audio clip at specific timing

2018-09-17 Thread Martin Delille
I have advanced in my problem: Here is my new command: $ ffmpeg -y -i picsou.mp4 \ -vf scale=960:720,format=yuv422p \ -b:v 42M \ tmp.mp4 $ ffmpeg -y -i tmp.mp4 \ -itsoffset 2 \ -i French/_unaffected_/Voyante/4.wav \ -acodec pcm_s24le \ -f mxf_opatom \ -shortest \ out.mxf Unfortu

[FFmpeg-user] Timestamp for variable frame rate (VFR ) video

2018-09-17 Thread Wolfgang Hugemann
I have a WhatsApp video which is definitively VFR, as can be told from the content (a passenger car at constant speed) and is reported by the new vfrdet filter. I would like to display a timecode in each frame, derived from the frame metadata: "drawtext=text=%%{pts}" yields wrong results, as it n

Re: [FFmpeg-user] Reading Tempo/BPM information from audio files

2018-09-17 Thread Adam Harries
> Instead of the metadata file please provide ffmpeg -i output, I find it easier to read. I've attached two new ffmpeg results, formatted using ffmpeg -i. > Please do not top-post here I'm afraid that I'm not familiar with top-posting, or whether I'm doing it or not. Sorry! I've only just subscr

Re: [FFmpeg-user] DeckLink BlackMagic Micro 4K Studio RAW Capture

2018-09-17 Thread Carl Eugen Hoyos
2018-09-17 14:26 GMT+02:00, Antonio Castles : > ffmpeg version N-89355-g9f9dfebeca Copyright (c) 2000-2017 the FFmpeg Please test current FFmpeg git head. Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo

Re: [FFmpeg-user] Reading Tempo/BPM information from audio files

2018-09-17 Thread Carl Eugen Hoyos
2018-09-17 14:31 GMT+02:00, Adam Harries : > I've attached .txt files showing the output from running ffmpeg on an mp3 > file, and on an m4a file Instead of the metadata file please provide ffmpeg -i output, I find it easier to read. Please do not top-post here, Carl Eugen __

Re: [FFmpeg-user] Reading Tempo/BPM information from audio files

2018-09-17 Thread Adam Harries
> The mp3 encoder you used wrote the BPM as a comment (that > may or may not be correct) into the file you read with FFmpeg, > FFmpeg shows the comment. It definitely didn't - if you see my sample output, it (correctly) reports the id3v2 TBPM tag, which contains the bpm data. I've attached .txt f

[FFmpeg-user] DeckLink BlackMagic Micro 4K Studio RAW Capture

2018-09-17 Thread Antonio Castles
Hi all, I'm trying to capture the raw signal from a Blackmagic Micro Studio 4K through the SDI port. This was a feature that was enabled not long ago, but Blackmagic is not very explicit on how to take advantage of it. In the manual, they say: The RAW SDI frame should be captured as uncompressed

Re: [FFmpeg-user] Problems playing mjpeg stream at different bitrates

2018-09-17 Thread Fabian Kurt
> Do the streams really work with other players? Yes, we tested our application for several months with a built-in VLC player and it worked well. VLC needs several attempts to start playing the stream but then it works fine. I noticed that FFplay has less delay than VLC. This was the reason to ch

Re: [FFmpeg-user] Can I get some help converting .sec files?

2018-09-17 Thread Carl Eugen Hoyos
2018-09-17 7:56 GMT+02:00, LH : > Thanks, Carl, I will try to save a better video for converting so > you can see what I mean. The problem is that when I take the > .sec file and convert it to .mp4, the video is sped up, people > walking are in fast motion, for example. This is not unusual. > It

Re: [FFmpeg-user] Reading Tempo/BPM information from audio files

2018-09-17 Thread Carl Eugen Hoyos
2018-09-17 13:24 GMT+02:00, Adam Harries : > I'm hoping to use ffmpeg as a generic, cross-platform, tool to read > metadata from audio files - specifically title and BPM information. > > From what I cant tell, ffmpeg easily supports this for mp3 files. The mp3 encoder you used wrote the BPM as a

[FFmpeg-user] Reading Tempo/BPM information from audio files

2018-09-17 Thread Adam Harries
Dear all, I'm hoping to use ffmpeg as a generic, cross-platform, tool to read metadata from audio files - specifically title and BPM information. From what I cant tell, ffmpeg easily supports this for mp3 files. For example, the following command: ffmpeg -i ~/Music/Archive.org/Jumpin\'\ at\ t

Re: [FFmpeg-user] When using h264_cuvid, memory allocation differs between different nvidia GPUs

2018-09-17 Thread Rodney Baker
On Saturday, 15 September 2018 2:16:19 ACST Panagiotis Malakoudis wrote: > I did more tests and there is a consistent difference in VRAM usage when > running same commands in GTX 1050 Ti and GTX 1070 Ti. > NVENC encoding also excibits same behaviour, for example: > ffmpeg -f mpegts -i https://sampl

Re: [FFmpeg-user] Problems playing mjpeg stream at different bitrates

2018-09-17 Thread Carl Eugen Hoyos
2018-09-17 11:30 GMT+02:00, Fabian Kurt : > FFPlay is often not able to decode the stream. If we configure higher > bitrates of the camera output, FFplay is more often able to decode it but > not always. At lower bitrates <6Mbit/s it's mostly impossible to decode. > The main error occurring is: "N

Re: [FFmpeg-user] Merging images to video, plays well in mpv but not VLC

2018-09-17 Thread Morten W. Petersen
On Mon, Sep 17, 2018 at 12:34 PM Gyan Doshi wrote: > On 17-09-2018 03:49 PM, Morten W. Petersen wrote: > > > > The command used is > > > > ffmpeg -framerate 1 -start_number 1 -i %08d.jpg -c:v libvpx-vp9 > > out.webm&>out.log\n > > > > What do I need to add, so that it plays well in VLC as well? >

Re: [FFmpeg-user] Merging images to video, plays well in mpv but not VLC

2018-09-17 Thread Gyan Doshi
On 17-09-2018 03:49 PM, Morten W. Petersen wrote: The command used is ffmpeg -framerate 1 -start_number 1 -i %08d.jpg -c:v libvpx-vp9 out.webm&>out.log\n What do I need to add, so that it plays well in VLC as well? Strictly speaking, not a ffmpeg issue. VLC, until recently*, couldn't handle

[FFmpeg-user] Merging images to video, plays well in mpv but not VLC

2018-09-17 Thread Morten W. Petersen
Hi. I wrote a script to surveil a room, mentioned in this blog post: https://blogologue.com/search?category=1537135721X17 This compiles a set of images to a VP9-encoded video. It plays well in mpv, but not in VLC. The command used is ffmpeg -framerate 1 -start_number 1 -i %08d.jpg -c:v libvpx

Re: [FFmpeg-user] blocked domain

2018-09-17 Thread Carl Eugen Hoyos
2018-09-17 9:13 GMT+02:00, Martin German : > I am trying to clone the ffmpeg repo from my pc, but I can't connect to it. > Do you know if it is restricted to a Domain or a list of IP's? > > I am asking it because from my house I can, but from my work, I can't. Isn't it much more likely that your

Re: [FFmpeg-user] blocked domain

2018-09-17 Thread Paul B Mahol
On 9/17/18, Martin German wrote: > with this mirror works, but I cann't use it because I am using a script > that tries to clone the first repository > the script is > https://cgit.freedesktop.org/gstreamer/gstreamer/plain/scripts/create-uninstalled-setup.sh > Thanks, > Martin. We can do nothin

Re: [FFmpeg-user] blocked domain

2018-09-17 Thread Martin German
with this mirror works, but I cann't use it because I am using a script that tries to clone the first repository the script is https://cgit.freedesktop.org/gstreamer/gstreamer/plain/scripts/create-uninstalled-setup.sh Thanks, Martin. El lun., 17 sept. 2018 a las 10:22, 3djake (<3dj...@gmail.com

Re: [FFmpeg-user] blocked domain

2018-09-17 Thread 3djake
you could try the github mirror git clone https://github.com/FFmpeg/FFmpeg.git On Mon, Sep 17, 2018 at 8:13 PM Martin German wrote: > I am using https. > The command executed was: > git clone https://git.ffmpeg.org/ffmpeg.git > > BR, > > El lun., 17 sept. 2018 a las 9:57, 3djake (<3dj...@gmail.c

Re: [FFmpeg-user] blocked domain

2018-09-17 Thread Martin German
I am using https. The command executed was: git clone https://git.ffmpeg.org/ffmpeg.git BR, El lun., 17 sept. 2018 a las 9:57, 3djake (<3dj...@gmail.com>) escribió: > Are you using http, git or ssh? > Are you using github repo or the ffmpeg mirror? > > Some ports could be blocked so I would use

Re: [FFmpeg-user] blocked domain

2018-09-17 Thread 3djake
Are you using http, git or ssh? Are you using github repo or the ffmpeg mirror? Some ports could be blocked so I would use https/http. On Mon, Sep 17, 2018 at 7:19 PM Martin German wrote: > Hi All, > > I am trying to clone the ffmpeg repo from my pc, but I can't connect to it. > Do you know if

[FFmpeg-user] blocked domain

2018-09-17 Thread Martin German
Hi All, I am trying to clone the ffmpeg repo from my pc, but I can't connect to it. Do you know if it is restricted to a Domain or a list of IP's? I am asking it because from my house I can, but from my work, I can't. It sounds like the IP/Domain from my work the repo is blocked, it is possible?

Re: [FFmpeg-user] RTSP input re-encoded/copied to RTSP output stream

2018-09-17 Thread Moritz Barsnick
On Mon, Sep 17, 2018 at 13:03:56 +1000, Dave Pritchard wrote: > I tried using the -re rtsp_transport however it comes up with an error > about option re cannot be applied to output url rtsp_transport, I'm looking > into that now. That was a minor mistake by Michael, the option "-rtsp_transport" re

[FFmpeg-user] Fwd: CSV to KLV stream into mpeg-ts file

2018-09-17 Thread Poulet CotCot
Hello, Do you know if ffmpeg can encode klv data from a csv file and inject it into an existing mpeg ts file (data-re)? (Or any other appropiate container?) Thank you, Best Regards Andrew ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmp