Re: [FFmpeg-user] new error

2016-08-09 Thread Peter White
juan carlos Rebate: No, nothing is missing > I wrote already, and others, too: >> Oh, there is plenty missing. The actual output which contains a hint of >> what goes wrong. As I said, PEBCAK. Oh no, that was my crystal ball saying that. Hint: If you really are here for help or a fix, it is

[FFmpeg-user] How to compile with D3D11VA support?

2016-08-09 Thread John Klimek
I'm trying to cross-compile FFmpeg 3.1.1 (but I'll also try 3.1.2 since that was just released) and I can't seem to enable D3D11VA support. However, DXVA2 is detected and compiles without any problems. FFmpeg's configure is finding d3d11.h but for some reason it won't enable support for it dur

Re: [FFmpeg-user] new error

2016-08-09 Thread juan carlos Rebate
2016-08-09 23:10 GMT+02:00 Peter White : > Am 09.08.2016 um 22:47 schrieb juan carlos Rebate: > >> 2016-08-09 22:04 GMT+02:00 Reindl Harald : >> >> >>> >>> Am 09.08.2016 um 21:09 schrieb juan carlos Rebate: >>> >>> what *exactly* did you not understand *multiple* times when epople >>> explained yo

Re: [FFmpeg-user] new error

2016-08-09 Thread Peter White
Am 09.08.2016 um 22:47 schrieb juan carlos Rebate: 2016-08-09 22:04 GMT+02:00 Reindl Harald : Am 09.08.2016 um 21:09 schrieb juan carlos Rebate: what *exactly* did you not understand *multiple* times when epople explained you how to compose a email so it is readable for others? ignoring doz

Re: [FFmpeg-user] new error

2016-08-09 Thread Reindl Harald
Am 09.08.2016 um 22:55 schrieb Reindl Harald: Am 09.08.2016 um 22:47 schrieb juan carlos Rebate: 2016-08-09 22:04 GMT+02:00 Reindl Harald : Am 09.08.2016 um 21:09 schrieb juan carlos Rebate: what *exactly* did you not understand *multiple* times when epople explained you how to compose a em

Re: [FFmpeg-user] new error

2016-08-09 Thread Reindl Harald
Am 09.08.2016 um 22:47 schrieb juan carlos Rebate: 2016-08-09 22:04 GMT+02:00 Reindl Harald : Am 09.08.2016 um 21:09 schrieb juan carlos Rebate: what *exactly* did you not understand *multiple* times when epople explained you how to compose a email so it is readable for others? ignoring d

Re: [FFmpeg-user] new error

2016-08-09 Thread juan carlos Rebate
2016-08-09 22:04 GMT+02:00 Reindl Harald : > > > Am 09.08.2016 um 21:09 schrieb juan carlos Rebate: > > what *exactly* did you not understand *multiple* times when epople > explained you how to compose a email so it is readable for others? > > ignoring dozens of times people explaining you how to

Re: [FFmpeg-user] Command Line Input - Read from Memory

2016-08-09 Thread William van Gelder
Hi Carl, Thanks for your reply. How would that relate to this link I found https://neumscs.wordpress.com/2014/07/20/read-input-from-memory-buffer-ffmpeg/? Best regards, William Read input from memory buffer in ffmpeg. - Practical Stuff

Re: [FFmpeg-user] Command Line Input - Read from Memory

2016-08-09 Thread William van Gelder
Hi Peter, Thanks for your reply. The data in memory is copied from a buffer object that is filled by a stream. I am trying to ingest from memory and use the command line instead of programming the whole process. I believe it should be doable just don't know exactly how. Best regards, Willi

Re: [FFmpeg-user] new error

2016-08-09 Thread Reindl Harald
Am 09.08.2016 um 21:09 schrieb juan carlos Rebate: what *exactly* did you not understand *multiple* times when epople explained you how to compose a email so it is readable for others? ignoring dozens of times people explaining you how to compose a email no wonder that you don't understand

Re: [FFmpeg-user] new error

2016-08-09 Thread Moritz Barsnick
On Tue, Aug 09, 2016 at 21:09:28 +0200, juan carlos Rebate wrote: > in the documentation does not indicate that put the = sign anywhere > http://ffmpeg.org/ffmpeg-protocols.html#http He was referring to the "-metadata" option, which is not part of the http muxer/protocol. The "-mime_type" option

Re: [FFmpeg-user] aes-ctr cipher

2016-08-09 Thread Moritz Barsnick
Hi Saelis, On Tue, Aug 09, 2016 at 06:31:58 -0700, Saelis wrote: > I see that aes-ctr support is included in FFmpeg since commit > 23ac99dc17b0c4ff43bb56c1f8cbe7feb34bada5 > (https://ffmpeg.org/pipermail/ffmpeg-cvslog/2015-December/096510.html). > > I can't find documentation on how to use this f

Re: [FFmpeg-user] new error

2016-08-09 Thread Peter White
09.08.2016 21:09 juan carlos Rebate: 2016-08-09 20:32 GMT+02:00 Peter White : And if you reply by quoting everything, again, I am done responding! Have a look at this mail and get an idea what inline reply means and how to cut the quotation to the relevant part you are responding to. !!!

Re: [FFmpeg-user] new error

2016-08-09 Thread juan carlos Rebate
2016-08-09 20:32 GMT+02:00 Peter White : > Hi, > > Subject "new error" is a rather ambiguous title. You really should > make that more specific. How are people supposed to know what this is > about when browsing the mailing archive? > > 09.08.2016 19:47 juan carlos Rebate: > > New error found, acc

Re: [FFmpeg-user] new error

2016-08-09 Thread Peter White
Hi, Subject "new error" is a rather ambiguous title. You really should make that more specific. How are people supposed to know what this is about when browsing the mailing archive? 09.08.2016 19:47 juan carlos Rebate: > New error found, according to the documentation to indicate the mime > type

Re: [FFmpeg-user] aes-ctr cipher

2016-08-09 Thread Anatol
It works only with MP4 On Tue, Aug 9, 2016 at 4:31 PM, Saelis wrote: > Hi, > > I see that aes-ctr support is included in FFmpeg since commit > 23ac99dc17b0c4ff43bb56c1f8cbe7feb34bada5 > (https://ffmpeg.org/pipermail/ffmpeg-cvslog/2015-December/096510.html). > > I can't find documentation on how

Re: [FFmpeg-user] Command Line Input - Read from Memory

2016-08-09 Thread Carl Eugen Hoyos
Hi! > Am 09.08.2016 um 17:31 schrieb William van Gelder : > > Good afternoon everyone, > > I am looking for a way to read the input of the command line from memory > instead of ingesting a file or URL. > Is this possible, and if so, could anyone guide me in the right direction of > doing so.

[FFmpeg-user] new error

2016-08-09 Thread juan carlos Rebate
New error found, according to the documentation to indicate the mime type should be done this way ffmpeg -i video.avi mime_type video/mp4 -listen 1 http://ip:80 I want to use flash, the command ffmpeg -help muxer=swf He tells me that the mime type of flash is application/x-shockwave-flash Error set

Re: [FFmpeg-user] Command Line Input - Read from Memory

2016-08-09 Thread Peter White
Hi! 09.08.2016 17:31 William van Gelder: > I am looking for a way to read the input of the command line from > memory instead of ingesting a file or URL. I am not certain I understand, what you want to achieve. Maybe elaborate a bit more? Do you want to avoid intermediary files or have you got s

[FFmpeg-user] Command Line Input - Read from Memory

2016-08-09 Thread William van Gelder
Good afternoon everyone, I am looking for a way to read the input of the command line from memory instead of ingesting a file or URL. Is this possible, and if so, could anyone guide me in the right direction of doing so. With thanks and best regards, William __

Re: [FFmpeg-user] Stream Channel With Subtitle

2016-08-09 Thread Moritz Barsnick
Hany, On Tue, Aug 09, 2016 at 11:22:37 +, Eng.Hany Ahmed wrote: > ffmpeg version 2.4.3-1ubuntu1~trusty6 Copyright (c) 2000-2014 the FFmpeg > developers Reto and I *did* point out that this is very old, right? > root@iptv:~# ffmpeg -scodec text -txt_page -txt_format -i > "http://85:5454@15

Re: [FFmpeg-user] HLS to FTP

2016-08-09 Thread Moritz Barsnick
Hi Yaniv, On Tue, Aug 09, 2016 at 12:56:57 +0200, Yaniv Sharon wrote: > ffmpeg -stream_loop -1 -i http://input... -c:a copy -hls_time 10 > -hls_list_size 3 -hls_wrap 0 -start_number 0 -hls_allow_cache 0 > -segment_list_flags +live -hls_flags delete_segments > ftp://user:pass@ftp.domain:21/out.m3u

Re: [FFmpeg-user] Rotating an mp4 video on Windows

2016-08-09 Thread Moritz Barsnick
On Mon, Aug 08, 2016 at 20:38:53 -0400, Tim Hiles wrote: > This has worked for me in the past. c:\ffmpeg.exe -loglevel error -i > inputfile.wmv -vf "transpose=0" -vf "hflip" "converted.mp4" My apologies This most certainly won't do what you *expect*, because ffmpeg will respect only one "-vf" op

[FFmpeg-user] aes-ctr cipher

2016-08-09 Thread Saelis
Hi, I see that aes-ctr support is included in FFmpeg since commit 23ac99dc17b0c4ff43bb56c1f8cbe7feb34bada5 (https://ffmpeg.org/pipermail/ffmpeg-cvslog/2015-December/096510.html). I can't find documentation on how to use this feature. Does anyone have a working exemple to cipher mpeg-ts segments w

Re: [FFmpeg-user] Stream Channel With Subtitle

2016-08-09 Thread Reto Kromer
Eng.Hany Ahmed wrote: >this is not work with this stream i wrote the full command >and the output log without cut in the attachment file >please tell me why not work Please: 1) don't top post on this list; 2) update your version as already suggested by Moritz; 3) put the command and output in

Re: [FFmpeg-user] Stream Channel With Subtitle

2016-08-09 Thread Eng . Hany Ahmed
Hi again this is not work with this stream i wrote the full command and the output log without cut in the attachment file please tell me why not work thank you Best Regards , > Date: Mon, 8 Aug 2016 10:22:32 +0200 > From: barsn...@gmx.net > To: ffmpeg-user@ffmpeg.org > Subject: Re: [F

[FFmpeg-user] HLS to FTP

2016-08-09 Thread Yaniv Sharon
Hi all ! So, Im doing some workaround for uploading the hls segments directly to FTP. This is my CL: ffmpeg -stream_loop -1 -i http://input... -c:a copy -hls_time 10 -hls_list_size 3 -hls_wrap 0 -start_number 0 -hls_allow_cache 0 -segment_list_flags +live -hls_flags delete_segments ftp://