Re: [FFmpeg-user] translate rtp to http

2016-05-30 Thread Reuben Martin
On Tuesday, May 31, 2016 12:10:19 AM CDT juan carlos Rebate wrote: > I ask is not to say nonsense answers do not come to the problem > if I request help with a protocol please do not tell me to direct me to the > wiki video conversion > these mails do not want Please don't top post. There is noth

Re: [FFmpeg-user] translate rtp to http

2016-05-30 Thread juan carlos Rebate
I ask is not to say nonsense answers do not come to the problem if I request help with a protocol please do not tell me to direct me to the wiki video conversion these mails do not want 2016-05-31 0:02 GMT+02:00 Carl Eugen Hoyos : > juan carlos Rebate gmail.com> writes: > > > not entuendo the op

Re: [FFmpeg-user] translate rtp to http

2016-05-30 Thread Carl Eugen Hoyos
juan carlos Rebate gmail.com> writes: > not entuendo the operation of this community, I have requested > assistance 200 times in a year, I sent the outputs asking me > and not get anything Please remember that you have asked us not to respond to your emails: http://thread.gmane.org/gmane.comp.

Re: [FFmpeg-user] Concatenation of two *.mp4 files --- How?

2016-05-30 Thread Carl Eugen Hoyos
Virgil Stokes it.uu.se> writes: > I have two mp4 files (the first (testImage.mp4 with no audio) > created from a png file with ffmpeg I suspect that if you don't want to reencode, you will have to produce the video stream together with silent audio. But I suspect that concatenation of H264 st

Re: [FFmpeg-user] capture HDMI input

2016-05-30 Thread Carl Eugen Hoyos
Yevgen Voronetskyy gmail.com> writes: > 1. Linux box with connected HDMI IN cable. Which driver is installed that provides the hdmi input to the system? (I would have expected that no such driver exists.) Carl Eugen ___ ffmpeg-user mailing list ffmpe

Re: [FFmpeg-user] FFMPEG | Error converting video to a thumbnail

2016-05-30 Thread Carl Eugen Hoyos
C0nw0nk googlemail.com> writes: > ffmpeg.exe -y -analyzeduration 2147483647 -probesize 2147483647 > -itsoffset -768 -i file.mp4 -vcodec mjpeg -vframes 1 -an > -f rawvideo -s 178x100 fileimage.jpg First the general questions: Why are you using -analyzeduration and -probesize? They are often nee

Re: [FFmpeg-user] FFMPEG | Error converting video to a thumbnail

2016-05-30 Thread Cley Faye
2016-05-28 18:34 GMT+02:00 C0nw0nk : > ffmpeg.exe -y -analyzeduration 2147483647 -probesize 2147483647 -itsoffset > -768 -i file.mp4 -vcodec mjpeg -vframes 1 -an -f rawvideo -s 178x100 > fileimage.jpg > ​I'm still learning how to use ffmpeg efficiently, but I think you provide way too much stuff

[FFmpeg-user] translate rtp to http

2016-05-30 Thread juan carlos Rebate
not entuendo the operation of this community, I have requested assistance 200 times in a year, I sent the outputs asking me and not get anything, just redirect me to websites that have nothing to do with my problem, but others seek help and get help within 15 minutes, today was the last time you ig

Re: [FFmpeg-user] Streaming (over UDP or RTP) MPEG-TS with multiple scrambled video

2016-05-30 Thread Simon Defayette
Ok, I thought it could extrapolate from the PCR. On Mon, May 30, 2016 at 1:58 PM, Henk D. Schoneveld wrote: > > On 30 May 2016, at 19:06, Simon Defayette > wrote: > > > They really need the output? It's over 400 MB. > > > > Maybe just knowing if ffmpeg can play video scrambled file would be the

Re: [FFmpeg-user] Streaming (over UDP or RTP) MPEG-TS with multiple scrambled video

2016-05-30 Thread Henk D. Schoneveld
On 30 May 2016, at 19:06, Simon Defayette wrote: > They really need the output? It's over 400 MB. > > Maybe just knowing if ffmpeg can play video scrambled file would be the > first thing. If not, what is the reason. Ask yourself, how should ffmpeg be able to recognise audio/video/timing etc o

[FFmpeg-user] FFMPEG | Error converting video to a thumbnail

2016-05-30 Thread C0nw0nk
Input : ffmpeg.exe -y -analyzeduration 2147483647 -probesize 2147483647 -itsoffset -768 -i file.mp4 -vcodec mjpeg -vframes 1 -an -f rawvideo -s 178x100 fileimage.jpg Output : C:\Users\C0n\Desktop\ffmpeg>ffmpeg.exe -y -analyzeduration 2147483647 -probesize 2147483647 -itsoffset -768 -i file.mp4 -

[FFmpeg-user] Concatenation of two *.mp4 files --- How?

2016-05-30 Thread Virgil Stokes
I have two mp4 files (the first (testImage.mp4 with no audio) created from a png file with ffmpeg [vers. N-79947-gcd244fa Copyright (c) 2000-2016 the FFmpeg developers built with gcc 5.3.0 (GCC)] and the second (test.mp4 width video and audio) downloaded from YouTube. I obtained the following i

Re: [FFmpeg-user] Streaming (over UDP or RTP) MPEG-TS with multiple scrambled video

2016-05-30 Thread Simon Defayette
Oh ok, that output... $ffmpeg -re -i Comcast_Chan43.ts -c:v copy -c:a copy -f mpegts udp:// 172.16.1.84:32000?pkt_size=188 ffmpeg version 2.8.6-1ubuntu2 Copyright (c) 2000-2016 the FFmpeg developers built with gcc 5.3.1 (Ubuntu 5.3.1-11ubuntu1) 20160311 configuration: --prefix=/usr --extra-ver

Re: [FFmpeg-user] Streaming (over UDP or RTP) MPEG-TS with multiple scrambled video

2016-05-30 Thread juan carlos Rebate
I have sent multiple display outputs and have not received help,I what I want is to catch a rtp transmission and send it as http,and get Error >ffmpeg -i rtp://239.0.0.111:8208 -f ogg -listen 1 http://localhost:80 ffmpeg version N-80117-gdac030d Copyright (c) 2000-2016 the FFmpeg developers built

Re: [FFmpeg-user] Streaming (over UDP or RTP) MPEG-TS with multiple scrambled video

2016-05-30 Thread Simon Defayette
They really need the output? It's over 400 MB. Maybe just knowing if ffmpeg can play video scrambled file would be the first thing. If not, what is the reason. On Mon, May 30, 2016 at 12:37 PM, Dpto. Datos Television Costa Blanca < da...@tvt-datos.es> wrote: > Hi, > > Can you send the full outp

Re: [FFmpeg-user] Streaming (over UDP or RTP) MPEG-TS with multiple scrambled video

2016-05-30 Thread Dpto. Datos Television Costa Blanca
Hi, Can you send the full output and tell us whats the problem exactly? You say what you want to do, and from your words I think is not working but you dont say that, just if there is a way to do it. Regards, P.S: Im not an expert, but the list need the full output of your command. El 30/0

[FFmpeg-user] capture HDMI input

2016-05-30 Thread Yevgen Voronetskyy
Hello, I have the following requirement: 1. Linux box with connected HDMI IN cable. The HDMI OUT is connected to another PC which retransmits its display state (also my linux box is like a 2nd external display) 2. I need to take this HDMI stream with ffmpeg and push it as RTP or RTMP stream wit

Re: [FFmpeg-user] Streaming (over UDP or RTP) MPEG-TS with multiple scrambled video

2016-05-30 Thread juan carlos Rebate
I try to do the opposite, I do not find anything 2016-05-30 17:34 GMT+02:00 Simon Defayette : > Hi, > I am trying to stream over UDP or RTP a .ts file that I recorded to run > some tests on a test&measure equipment and I can't find a way to do it when > the file contains scrambled video. Is th

[FFmpeg-user] Streaming (over UDP or RTP) MPEG-TS with multiple scrambled video

2016-05-30 Thread Simon Defayette
Hi, I am trying to stream over UDP or RTP a .ts file that I recorded to run some tests on a test&measure equipment and I can't find a way to do it when the file contains scrambled video. Is there a way to do it? I do something like: ffmpeg -re -i myfile_.ts -vcodec copy -acodec copy -f mpegts

Re: [FFmpeg-user] I can't find any video devices on the Windows 7 source system

2016-05-30 Thread Roger Pack
On 5/28/16, John Lewis wrote: > If that is software and It didn't come with the Operating system or > ffmepg, the Streaming Guide didn't tell me about it. OK attempted to add some more links to the documentation about it. > What is the difference between gdigrab and dshow? Let me know if the doc