Re: [FFmpeg-user] x265 lossless from 10-bit RGB sequences

2016-03-19 Thread Joakim Ziegler
A patch to ffmpeg or to x265? What does it do exactly? -- Joakim Ziegler - Supervisor de postproducción - Terminal joa...@terminalmx.com - 044 55 2971 8514 - 5264 0864 On 13/3/16 03:55, Carl Eugen Hoyos wrote: Joakim Ziegler terminalmx.com> writes: I'm compressing from 10-bit

Re: [FFmpeg-user] ffmpeg legality of a site

2016-03-19 Thread Carl Eugen Hoyos
juan carlos Rebate gmail.com> writes: > Is it legal that I use the project name without being a member of the?. > because the documentation is very bad, I am creating a website with > documentation in Castilian, this documentation is clear and simple. > ¿ It is legal for the site call for

Re: [FFmpeg-user] PGS Subtitles stream copy problem

2016-03-19 Thread Carl Eugen Hoyos
Hans Carlson inbox.com> writes: > Are you asking for a sample command or a sample video clip? If -fix_sub_duration doesn't fix your issue, please provide a sample, there is no file size limit. (You had already provided your command iirc.) Carl Eugen

Re: [FFmpeg-user] Why does this command produce different size segments depending on the input?

2016-03-19 Thread Grant Curtis
Since the outputs are twice as big as I expect, I guessed that the number of audio channels in the source might be what's affecting it? I added "-ac 1" in the command and it produced segments in the desired size, so I guess that was it ___ ffmpeg-user

Re: [FFmpeg-user] Why does this command produce different size segments depending on the input?

2016-03-19 Thread Carl Eugen Hoyos
Grant Curtis gmail.com> writes: > ffmpeg version 2.8.4 Copyright (c) 2000-2015 the FFmpeg developers Is the issue you see reproducible with current FFmpeg git head? Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org

Re: [FFmpeg-user] how to disable the auto frame replenishment when decoding the h.265 file

2016-03-19 Thread Carl Eugen Hoyos
Andy Furniss gmail.com> writes: > Another issue = your command line won't work (unless it's just me!) > with current ffmpeg as something changed to do with wrapped avframe. The command line works fine afaict. > It's reminded me I was going to post about this some time ago but > when using

Re: [FFmpeg-user] Why does this command produce different size segments depending on the input?

2016-03-19 Thread Grant Curtis
Yes ffmpeg -i file1.mp4 -map 0:1 -af aresample=16000,asetnsamples=16000 -f segment -segment_time 5 -segment_format sw out%04d.sw ffmpeg version N-79068-g6b7ce0e Copyright (c) 2000-2016 the FFmpeg developers built with gcc 5.3.0 (GCC) configuration: --enable-gpl --enable-version3

[FFmpeg-user] getting wall clock time from rtsp stream

2016-03-19 Thread Daniel Oberhoff
Hi, We tried this via the docs but got lost heavily. We need the actual wall clock time of video data from a camera which delivers via rtsp. I have read around that there are things like RTCP sender reports and such on the low level containing this info, and I have seen indication that it is

Re: [FFmpeg-user] Why does this command produce different size segments depending on the input?

2016-03-19 Thread Moritz Barsnick
On Wed, Mar 16, 2016 at 16:15:05 -0600, Grant Curtis wrote: > However, when I try the same command on a file, as opposed to a live > stream, I get chunks of variable file sizes. I can't reproduce this with any of the audio streams I have available. Perhaps you need to provide a sample file. (I

Re: [FFmpeg-user] FFMPEG MXF Issue

2016-03-19 Thread afellah
thank you Carl, its decoding now. i want to keep the same bitrate. Also when im trying to add 2 audio file to my video its giving me the below error. Can you help me with the command to 2add these 2 audio files and keep the same bitrate D:\>ffmpeg.exe -f mpegvideo -y -i "D:\01\V02.MXF" -i

Re: [FFmpeg-user] Transcoding captured videos to make them viewable in both iOS/Android HTML5 WebViews

2016-03-19 Thread Carl Eugen Hoyos
Helping You ffmpeg.org> writes: > Command lines I have used for ffmpeg 2.7.6-0ubuntu0.15.10.1: Which is not supported on this mailing list, current FFmpeg git head is. Note that you are asking for x264 options but this is not the x264 user mailing list. (Although others here may be able to

Re: [FFmpeg-user] PGS Subtitles stream copy problem

2016-03-19 Thread Hans Carlson
On Wed, 16 Mar 2016, Z 34 wrote: 2) I've tried instead to convert PGS to dvdsubs - that appears to work fine with .mkv, but with .ts, while the process completes successfully I'm curious... did you check to see if the subtitles actually play corrected? When I last tried to convert PGS to

Re: [FFmpeg-user] Help- how to set user agent ffmpeg

2016-03-19 Thread Moritz Barsnick
Hi Sunil, On Thu, Mar 17, 2016 at 17:52:37 +0530, Sunil M.S wrote: > Error message : Unrecognized option 'headers' Well... > ffmpeg version 0.10.15 Copyright (c) 2000-2014 the FFmpeg developers > built on Aug 30 2014 15:49:19 with gcc 4.4.7 20120313 (Red Hat 4.4.7-3) Where in the world did

Re: [FFmpeg-user] The protocol CONCAT has broken

2016-03-19 Thread Антон Приходько
-Исходное сообщение- From: Moritz Barsnick Sent: Wednesday, March 16, 2016 7:21 PM To: FFmpeg user discussions Subject: Re: [FFmpeg-user] The protocol CONCAT has broken On Wed, Mar 16, 2016 at 17:02:26 +0100, Nicolas George wrote: I also notice that you did not answer the other, "RTFM",

Re: [FFmpeg-user] FFMPEG MXF Issue

2016-03-19 Thread afellah
below are the two audio files https://drive.google.com/file/d/0B3tmVBhr-xu4NEU2Uk5VeHJxSlk/view?pli=1 https://drive.google.com/file/d/0B3tmVBhr-xu4c3l0bEprbi11bk0/view?pli=1 -- View this message in context: http://ffmpeg-users.933282.n4.nabble.com/FFMPEG-MXF-Issue-tp4672425p4675198.html Sent

Re: [FFmpeg-user] FFMPEG MXF Issue

2016-03-19 Thread afellah
Hi Carl the video file does not have audio so i want to add these 2 audio files with the video but i have error for the audio. -- View this message in context: http://ffmpeg-users.933282.n4.nabble.com/FFMPEG-MXF-Issue-tp4672425p4675197.html Sent from the FFmpeg-users mailing list archive at

Re: [FFmpeg-user] ffprobe infinite loop when processing pgssub/dvdsub

2016-03-19 Thread Carl Eugen Hoyos
Hans Carlson inbox.com> writes: > With the latest git master (2016/03/18), if ffprobe is > used on a pgssub or dvdsub stream, it goes into an > infinite loop. I opened ticket #5350, thank you for the report! Carl Eugen ___ ffmpeg-user mailing list

Re: [FFmpeg-user] getting wall clock time from rtsp stream

2016-03-19 Thread Moritz Barsnick
On Fri, Mar 18, 2016 at 09:38:05 +0100, Daniel Oberhoff wrote: > that or a logging option would be cool. The ntp is really important > for synchronization, and it would be cool if we would not have to > patch our own ffmpeg. I would like to propose a patch to devel for > this. I guess the av_log

Re: [FFmpeg-user] The protocol CONCAT has broken

2016-03-19 Thread Антон Приходько
Nicolas, it is just Demuxer. The Protocol command instead of this would be such: G:\Distr\ffmpeg-20160316-git-d0a9114-win64-static\bin\ffmpeg.exe -i "concat:H:\Half_2.mkv|H:\Half_3.mkv" -c copy "d:\output1603201618-27-13.mkv" -report and does not effect for .MKV The Comman generated by my

[FFmpeg-user] The protocol CONCAT has broken

2016-03-19 Thread Антон Приходько
Hi All ! The protocol CONCAT has broken In last versions of FFMPEG TOOL. The version ffmpeg-20160225-git-ad17b9d-win64-static is OK. The version ffmpeg-20160316-git-d0a9114-win64-static does not. The error is “Unsafe file name “ The exapmle: The Command Line is:

Re: [FFmpeg-user] ffmpeg legality of a site

2016-03-19 Thread Carl Eugen Hoyos
Moritz Barsnick gmx.net> writes: > On Thu, Mar 17, 2016 at 21:28:10 +, Carl Eugen Hoyos wrote: > > I fear that only your lawyer can answer this question. > > Well, at least a hint whether the name is "trademarked" in > some form would be useful. http://ffmpeg.org/legal.html But I don't

Re: [FFmpeg-user] Faac Reinstall Error

2016-03-19 Thread Reindl Harald
Am 17.03.2016 um 10:41 schrieb Onder BOYDAK | Eglence Fabrikasi: Can you support me for the following error. Also you can see the logs on Attached File. I am trying on Mac OsX Yosemite brew reinstall ffmpeg --with-faac brew reinstall ffmpeg --with-faac --enable-cross-compile clang is

Re: [FFmpeg-user] ffmpeg legality of a site

2016-03-19 Thread juan carlos Rebate
I have not a lawyer, I consulted a consultancy, this consulting tells me ask permission from the company, but ffmpeg is not an organization, it has no legal department 2016-03-17 22:54 GMT+01:00 Carl Eugen Hoyos : > Moritz Barsnick gmx.net> writes: > >> On Thu, Mar 17, 2016 at

Re: [FFmpeg-user] ffprobe infinite loop when processing pgssub/dvdsub

2016-03-19 Thread Carl Eugen Hoyos
Hans Carlson inbox.com> writes: > With the latest git master (2016/03/18), if ffprobe is > used on a pgssub or dvdsub stream, it goes into an > infinite loop. FFprobe terminates fine here with the sample you uploaded, what do I miss? $ ffprobe -analyzeduration 2G -i

Re: [FFmpeg-user] The protocol CONCAT has broken

2016-03-19 Thread Moritz Barsnick
On Wed, Mar 16, 2016 at 17:02:26 +0100, Nicolas George wrote: > I also notice that you did not answer the other, "RTFM", part of my message. With the additional hint (towards the cause of this "regression" - though nothing is broken at all, Антон!) that the safe mode's default behavior changed

Re: [FFmpeg-user] Faac Reinstall Error

2016-03-19 Thread Jim Worrall
> On 2016 Mar 17, at 3:41 AM, Onder BOYDAK | Eglence Fabrikasi > wrote: > I am trying on Mac OsX Yosemite > brew reinstall ffmpeg --with-faac > brew reinstall ffmpeg --with-faac --enable-cross-compile Homebrew is great for installing all the libraries and

Re: [FFmpeg-user] The protocol CONCAT has broken

2016-03-19 Thread Nicolas George
Le septidi 27 ventôse, an CCXXIV, Антон Приходько a écrit : > The protocol CONCAT has broken Please be careful when writing messages and do not mix protocols and demuxers. > The version ffmpeg-20160316-git-d0a9114-win64-static does not. > The error is “Unsafe file name “ Did you try to peruse

Re: [FFmpeg-user] Fwd: HLS various tags

2016-03-19 Thread Carl Eugen Hoyos
andris aedma gmail.com> writes: > im developing kodi addon that uses ffmpeg to open hls stream. > video works without problems but no audio detected. Do I understand correctly that using FFmpeg you get only video but no audio for that hls stream? If yes, please provide the FFmpeg command line

Re: [FFmpeg-user] ffprobe infinite loop when processing pgssub/dvdsub

2016-03-19 Thread Carl Eugen Hoyos
Hans Carlson inbox.com> writes: > With the latest git master (2016/03/18), if ffprobe is > used on a pgssub or dvdsub stream, it goes into an > infinite loop. I am unable to reproduce this with current FFprobe and a random dvdsub file, please provide a sample. Thank you, Carl Eugen

Re: [FFmpeg-user] how to disable the auto frame replenishment when decoding the h.265 file

2016-03-19 Thread Andy Furniss
Carl Eugen Hoyos wrote: Andy Furniss gmail.com> writes: Another issue = your command line won't work (unless it's just me!) with current ffmpeg as something changed to do with wrapped avframe. The command line works fine afaict. Oops I misread yuv as y4m. It's reminded me I was going to

[FFmpeg-user] Fwd: HLS various tags

2016-03-19 Thread andris aedma
Hi, im developing kodi addon that uses ffmpeg to open hls stream. video works without problems but no audio detected. my m3u8 files are looking like: http://pastebin.com/9jJ44qEF Is there a solution how to get audio work as well? Br, Andris ___

[FFmpeg-user] Why does this command produce different size segments depending on the input?

2016-03-19 Thread Grant Curtis
I have this command: ffmpeg -i "rtmp://url live=1" -map 0:1 -af aresample=16000,asetnsamples=16000 -f segment -segment_time 5 -segment_format sw out%04d.sw strips the audio from a live stream and creates 160kb files. However, when I try the same command on a file, as opposed to a live stream, I

Re: [FFmpeg-user] x265 lossless from 10-bit RGB sequences

2016-03-19 Thread Carl Eugen Hoyos
Joakim Ziegler terminalmx.com> writes: > A patch to ffmpeg or to x265? No patches to x265 are discussed on the FFmpeg mailing lists. (afair) > What does it do exactly? It sets and reads the Colour Description and the Video Signal Type of the hevc stream. Please do not top-post here, it is

Re: [FFmpeg-user] [FFmpeg-devel] Fwd: ffmpeg live streaming

2016-03-19 Thread Reuben Martin
On Friday, March 18, 2016 12:52:17 AM Kamal Bijlani wrote (to the developer list: > Hello ffmpeg developer, This isn’t really the type of topic for the developer mailing list, you probably won’t get much a response to this sort of question there. The ffmpeg- users mailing list is more

Re: [FFmpeg-user] Why does this command produce different size segments depending on the input?

2016-03-19 Thread Moritz Barsnick
Haha, we crossed each other. On Thu, Mar 17, 2016 at 10:05:03 -0600, Grant Curtis wrote: > Since the outputs are twice as big as I expect, I guessed that the number > of audio channels in the source might be what's affecting it? You had written "chunks of variable file sizes". Variable is not

[FFmpeg-user] ffmpeg legality of a site

2016-03-19 Thread juan carlos Rebate
Is it legal that I use the project name without being a member of the?. because the documentation is very bad, I am creating a website with documentation in Castilian, this documentation is clear and simple. ¿ It is legal for the site call for example ffmpegexamples.com?

Re: [FFmpeg-user] getting wall clock time from rtsp stream

2016-03-19 Thread Moritz Barsnick
On Wed, Mar 16, 2016 at 22:42:09 +0100, Daniel Oberhoff wrote: > around that there are things like RTCP sender reports and such on the low > level containing this info, Without reading the RTP specs, I could see exactly that from Wireshark dumps. > and I have seen indication that it is somehow

[FFmpeg-user] Help- how to set user agent ffmpeg

2016-03-19 Thread Sunil M.S
Hi, Can any one help me to set user agent ffmpeg Error message : Unrecognized option 'headers' Failed to set value 'User-Agent: Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16' for option 'headers'