Re: [FFmpeg-user] editing video stream with KLV metadata

2018-05-07 Thread Claire Mantel
Hi Moritz, Thanks a lot for your answer! I'm only replying now as I only had access to a software able to read files with KLV this morning. On Thu, May 03, 2018 at 14:21:29 +, Claire Mantel wrote: >> I have a videostream with klv metadata that I want to edit while keeping the >> metadata.

Re: [FFmpeg-user] editing video stream with KLV metadata

2018-05-07 Thread Moritz Barsnick
Hi Claire, On Mon, May 07, 2018 at 10:41:44 +, Claire Mantel wrote: > Yes, KLV is a standard for encoding data (https://en.wikipedia.org/wiki/KLV) > I believe it's quite commonly used in commercial UAVs (drones) to tag the > video with info like timestamp, GPS coordinates and pitch, roll and

[FFmpeg-user] FFplay error while seeking network stream

2018-05-07 Thread Daniel
Hello everyone. I try to play internet radio stream with ffplay. Problem is that if something happen with network connectivity ffplay stops and doesn't play anymore the stream after the network problem is solved.Here is the command i use: ffplay -nodisp -loop 0 -i http://185.85.29.141:80 I tried

Re: [FFmpeg-user] Convert to 96000 Hz DCA spdif not supported?

2018-05-07 Thread Carl Eugen Hoyos
2018-05-06 23:04 GMT+02:00, Moritz Barsnick : > The ffmpeg docs and source aren't absolutely clear about it: I > assume ffmpeg's DCA encoder only support DCA Core? Definitely. Carl Eugen ___ ffmpeg-user mailing list

[FFmpeg-user] C210 uncompressed video: horizontal offset

2018-05-07 Thread Peter B.
Hi everyone :) I just received a 10 bit uncompressed file, encoded in something called "C210" (*). When I transcode or play it, there's a horizontal pixel shift. Here's a screenshot: http://download.das-werkstatt.com/pb/contribs/files/c210_offset.png Recent ffmpeg is able to read this file

Re: [FFmpeg-user] C210 uncompressed video: horizontal offset

2018-05-07 Thread Carl Eugen Hoyos
2018-05-07 23:39 GMT+02:00, Peter B. : > http://download.das-werkstatt.com/pb/contribs/files/c210.avi.7z This file was written using libavformat which does not support writing Canopus C210, please provide (the beginning of) the original file. If the file was not written

[FFmpeg-user] compilation : libx264 and libx265

2018-05-07 Thread gheine
Hello, Trying to recompile ffmpeg on a Linux Mint 18.3 system; currently installed version is 2-3 years old and gives a lot of errors about libav1. The Compilation Guide (trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu) states: "If your repository provides libx264-dev version ≥ 118, then

Re: [FFmpeg-user] compilation : libx264 and libx265

2018-05-07 Thread Lou Logan
On Mon, May 7, 2018, at 12:12 PM, ghe...@mathnmaps.com wrote: > Hello, > > > Trying to recompile ffmpeg on a Linux Mint 18.3 system; currently > installed version > is 2-3 years old and gives a lot of errors about libav1. I am not sure of what errors you are referring to. > The Compilation

Re: [FFmpeg-user] No audio while plying ffplay

2018-05-07 Thread swades
Actually i Tried in a older version audio video plying together. My problem resolved. its not working in latest version. so i use old version now it's working. -- Sent from: http://www.ffmpeg-archive.org/ ___ ffmpeg-user mailing list

Re: [FFmpeg-user] editing video stream with KLV metadata

2018-05-07 Thread Carl Eugen Hoyos
2018-05-03 16:21 GMT+02:00, Claire Mantel : > I have a videostream with klv metadata that I want to edit > while keeping the metadata. Just to add to what Moritz wrote: FFmpeg can read your input file, it can write a new file (with different properties), it can - as Moritz

Re: [FFmpeg-user] FFMpeg configure issue

2018-05-07 Thread Dennis Mungai
You need to install nasm. On 5 May 2018 at 22:03, Sundar Ranganathan < sundar.ranganat...@reflexisinc.com> wrote: > Folks, > I am up against it. The message ./configure comes up with is: > --- > nasm/yasm not found or too old. Use --disable-x86asm for a crippled build. > > If you think

Re: [FFmpeg-user] FFMpeg configure issue

2018-05-07 Thread Lou Logan
On Mon, May 7, 2018, at 10:06 AM, Dennis Mungai wrote: > You need to install nasm. He has nasm 0.98.40 installed, but I'm guessing it may be too old. ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user To

[FFmpeg-user] Http Listen Connection Drop

2018-05-07 Thread sirk98 qwerty89
Hello dear forum, I try to setup FFmpeg + http listen option to serve some live stream without web server . If I run the script seems that all is working fine . But if client close connection, ffmpeg stops and I need to restart script . What I can do to solve this problem ? Here my script :