Re: [FFmpeg-user] Starting FFmpeg with nginx rmtp

2024-03-26 Thread Micael Silva
On Tue, Mar 26, 2024 at 10:17 AM Mayiani, Martin Martine - mayianmm < mayia...@jmu.edu> wrote: > Hello, > > I am trying to run ffmpeg with nginx rmtp and I am getting this error when > I try to start ffmpeg from the terminal. > > " [in#0 @ 0x4c90380] Error opening input: Input/output error >

Re: [FFmpeg-user] h265 output bigger than h264 input, how to level the both quality to make h265 smaller than h264

2023-01-06 Thread Micael Silva
Em sex., 6 de jan. de 2023 às 10:30, Ricardo Henrique < ricardohenriq...@outlook.com> escreveu: > Hello FFMpeg team, well I'm using FFMpeg to change the encode from h264 to > h265 and works fine for most of files, but some files has the output file > (h265) bigger than input file (h264), what is

Re: [FFmpeg-user] encryption not available for fmp4/m4s segments ?!?

2022-07-12 Thread Micael Silva
On Tue, Jul 12, 2022 at 9:07 AM Robin van der Linden via ffmpeg-user < ffmpeg-user@ffmpeg.org> wrote: > Hello again, > > well I'm not sure what I should do with your reply, but good to know > that you know it better, but that doesn't help me at all. > If you know a solution, please let me simply

Re: [FFmpeg-user] How can I extract m3u8 URL for use with ffmpeg on this site?

2022-04-17 Thread Micael Silva
but it did not work... > It returned an error when used with ffmpeg. I don’t know how much you know about tokenized URLs but you couldn’t create a valid token just increasing the expire time because it need to match the HMAC hash param. That hash is calculated using all parameters plus a secr

Re: [FFmpeg-user] Of ffmeg user interest: NASA UHD program re-streaming

2022-01-24 Thread Micael Silva
 On 24 Jan 2022, at 21:07, Anton Kapela wrote:  > > > I am interested. I see on your youtube page that you have a bit more > detailed description of what you are doing, but I am interested in even > more details. Leo et. al., I've compiled the major bits involved in relaying the NASA UHD

Re: [FFmpeg-user] Of ffmeg user interest: NASA UHD program re-streaming

2022-01-17 Thread Micael Silva
If anyone's curious, can happily post all the invocations and general > relay/signal handling concepts in use. > > Best, > > -Tk > Nice project! Two things that I enjoy thinkering, ffmpeg and satellite receiving. -- — Micael Silva @micaelsilva <ht

Re: [FFmpeg-user] Compile ffmpeg. Error from ./configure - ERROR: libzmq >= 4.2.1 not found using pkg-config

2022-01-05 Thread Micael Silva
On Wed, Jan 5, 2022 at 3:16 PM Thomas Seilund via ffmpeg-user < ffmpeg-user@ffmpeg.org> wrote: > Hi All > > I can't compile ffmpeg on a raspberry pi 4. > > When I ./configure I use --enable-libzmq > > This is system information: > > uname -a > > Linux rasberry 5.10.63-v8+ #1488 SMP PREEMPT Thu

Re: [FFmpeg-user] Converting from one video format to another

2021-10-27 Thread Micael Silva
On 27 Oct 2021, at 19:38, Patrick Mahan wrote: Greetings, I am just getting started with some video processing, etc. However, I have a need to run on a iOS device or Mac OS X. I have VLC but I need to be able to use iOS apps to play these videos, but QuickTime barfs on them. They seem

Re: [FFmpeg-user] When downloading HLS video with FFMPEG it does not download the audio

2021-08-03 Thread Micael Silva
Seems that there are some issues with encoding of the file that prevents FFMPEG to correctly detect the audio format at the standard probe size. Increasing the probe size seems to do the trick: ffmpeg.exe -analyzeduration 5G -i https://teste-etv.espiritismo.tv/437602-1080p.m3u8 Try to reduce

Re: [FFmpeg-user] Can't concat Garmin DashCam videos with telemetry (GPS data)

2021-07-28 Thread Micael Silva
On Wed, Jul 28, 2021 at 7:15 PM Suporte JM wrote: > Hi, > > I have a Garmin 66W dashcam for my work (street mapping surveyor) which > produces several 1min. MP4 videos of my journey (60 min. = 60 videos). All > these videos have telemetry data on it as metadata (GPS location, speed, > etc...). >

Re: [FFmpeg-user] Couple of questions about GIFs

2020-12-20 Thread Micael Silva
On 20 Dec 2020, at 16:32, MediaMouth wrote:  > On Dec 20, 2020, at 11:28 AM, Micael Silva wrote: > > 1) Yes > > 2) GIF it’s a quite old since limited format. If I remember correctly GIF is > limited to a maximum of 256 colors in a pallet. You can use some tricks like >

Re: [FFmpeg-user] Couple of questions about GIFs

2020-12-20 Thread Micael Silva
On 20 Dec 2020, at 16:18, MediaMouth wrote: Thanks to the recent FFmpeg notes on creating GIFs. I was unaware GIFs could handle transparency at all until then. Couple of additional questions: 1 - Am I understanding this correctly: A single pixel of a GIF can either be 100% opaque or 100%

Re: [FFmpeg-user] Conflicts with yuv420 && yuvj444p on Ubuntu 20.ls

2020-11-25 Thread Micael Silva
On Wed, Nov 25, 2020 at 10:58 PM Victor Cardeal wrote: > Hello, hope all fine there. > > I'm facing some problem trying to convert a process video with CV2 to post > on instagram. This mediaSocial seems doesn't accept yuvj444p format pixels. > I realize this because when I up from webWhatsapp

Re: [FFmpeg-user] ffmpeg doesn't see audio stream

2020-10-16 Thread Micael Silva
On Fri, Oct 16, 2020 at 10:13 PM Ivan Gorin wrote: > Here is the link to a sample, it's the very beginning of the video, where I > think the problem is. VLC says there is an indexing problem but it plays > fine. > > >

Re: [FFmpeg-user] Can ffmpeg's filter_compex and audio filtering (-af) be used simultaneously?

2020-09-13 Thread Micael Silva
On Sun, Sep 13, 2020 at 4:14 PM Dennis Mungai wrote: > Hello there, > > Can a standard complex filter graph (initialized via -filter_complex) be > used with an audio filter (inserted via -af) in the same command? > > Take this rudimentary example snippet: > > ffmpeg -fflags +genpts -vsync 1 \ >

Re: [FFmpeg-user] How to decrypt .ts files into separate .ts files with ffmpeg without using a playlist?

2020-02-11 Thread Micael Silva
> On Tuesday, February 11, 2020 12:26 AM, Moritz Barsnick > wrote: > > > Well, ffmpeg parses the individual decrpypted segments just fine, so > > shrug. I can only guess that when segmenting, they weren't segmented > > at MPEG-TS packet boundaries, or something like that. > > I tried what Micael

Re: [FFmpeg-user] How to decrypt .ts files into separate .ts files with ffmpeg without using a playlist?

2020-02-10 Thread Micael Silva
On Mon, Feb 10, 2020 at 6:16 PM Crazy Red Elephant via ffmpeg-user < ffmpeg-user@ffmpeg.org> wrote: > This works, Moritz, thank you. However, for some reason it works only for > the part0 file, two others don't open in Windows Media Player after > decryption. That's weird... > > What's also

Re: [FFmpeg-user] How to decrypt .ts files into separate .ts files with ffmpeg without using a playlist?

2020-02-10 Thread Micael Silva
On Mon, Feb 10, 2020 at 10:41 AM Crazy Red Elephant via ffmpeg-user < ffmpeg-user@ffmpeg.org> wrote: > Hi, > > I have a number of .ts files, .m3u8 playlist and a key to decrypt them. > The key is a file, not a hexadecimal string. My goal is to decrypt some of > these .ts files to analyze them

Re: [FFmpeg-user] FFplay toggle subtitles on / off?

2020-01-29 Thread Micael Silva
On Wed, 29 Jan 2020, 08:53 Michael Koch, wrote: > Does FFplay have a keyboard shortcut to toggle the subtitles on / off > while playing? > In the documentation I found only "t" for cycling the subtitle channel. > I'm asking because I have a MP4 file with subtitles, created with FFmpeg. > The

Re: [FFmpeg-user] No such file or directory in Android ffmpeg cli

2019-11-25 Thread Micael Silva
On Mon, 25 Nov 2019, 22:54 fernando guerrero, wrote: > Ok, thanks for reply > > Now I use > > -i /"internal storage" /Download/blackkk.mp4 -f srt -i /"internal > storage"/Download/blackkk.srt -c:v copy -c:a copy -c:s mov_text /"internal > storage"/Download/blackkksubs.mp4 > > > And returns > >

Re: [FFmpeg-user] No such file or directory in Android ffmpeg cli

2019-11-25 Thread Micael Silva
On Mon, 25 Nov 2019, 00:47 fernando guerrero, wrote: > Hi, this is my first try in ffmpeg, and I'm trying in Android ffmpeg cli > app. > > I want to embed subtitles in srt to an mp4 movie and return "no such > directory or file" > They are both in the same folder. > What I'm using is > > ffmpeg

Re: [FFmpeg-user] Number of frames decoded not = number of frames encoded

2019-11-22 Thread Micael Silva
On Fri, Nov 22, 2019 at 9:01 AM wrote: > Hello. Advice sought... > Something does not seem right with my attempt at nvenc transcoding. > Number of frames decoded not = number of frames encoded > (as indicated near end of the log file below). > I thought it should be equal. > What am I missing ?

Re: [FFmpeg-user] Timestamp using PC Clock - possible payment for solution.

2019-11-12 Thread Micael Silva
On Tue, Nov 12, 2019 at 5:37 PM Byron J wrote: > Hello, > > What are some methods of timestamping video? I found one method using the > framerate but I would like to use the PC clock. > > Any help would be greatly appreciated. If anyone is interested, payment for > the solution could be a

Re: [FFmpeg-user] C:v copy h264 to mp4 blured frames problem

2019-09-29 Thread Micael Silva
On Sat, 28 Sep 2019, 14:34 Johanna Nilson, wrote: > Sorry, didn't want to bother with stupid questions. I've examined that > there is no problems with input.h264 file in VLC player. After your answer > I looked input.h264 in ffplay and found the same quality issues with > blurred frames that was

Re: [FFmpeg-user] Overlay performance

2019-08-27 Thread Micael Silva
On Tue, 27 Aug 2019, 13:50 Darrin Smith, wrote: > Really appreciate the feedback. > > One question though so I understand correctly. > > It was suggested to use a cropped overlay. Does FFMpeg auto scale up then? > > I need overlay content on all four corners of the video. What I did was > create

Re: [FFmpeg-user] Please streaming over nginx

2019-08-09 Thread Micael Silva
On Thu, 8 Aug 2019, 00:49 Phat Nguyentan, wrote: > Hi Micael Silva, > Thank you for your reply, > 1> There are some codec in ffmpeg in openwrt, but no h264 or libx264. Maybe > there is a way to compile for openwrt but it's complicated. > 2> codec flv1 for flv but not for ng

Re: [FFmpeg-user] Please streaming over nginx

2019-08-07 Thread Micael Silva
On Wed, 7 Aug 2019, 12:07 Phat Nguyentan, wrote: > Hi Moritz Barsnick, > I appreciate your help, I tried with h263, it's not support flv, but nerver > mind, I just want to ask you 1 question about hardware. > Can you recommend 1 development board to good use with ffmpeg? Now I use > linkit 7688

Re: [FFmpeg-user] Please streaming over nginx

2019-08-07 Thread Micael Silva
On Wed, 7 Aug 2019, 03:29 Phat Nguyentan, wrote: > Hi ffmpeg, > Please help me on this case: > I use openwrt and ffmpeg without h264 and libx264. try to create m3u8 file > on nginx. I run command: > ffmpeg -loglevel verbose -re -i /dev/video0 -acodec libmp3lame -ar 44100 > -ac 1 -f flv

Re: [FFmpeg-user] Panasonic GH4 4K live stream using ffmpeg

2019-07-15 Thread Micael Silva
On Mon, Jul 15, 2019 at 10:22 AM Jim Shupert wrote: > On 7/15/2019 4:10 AM, Fred Perie wrote: > > On Mon, Jul 15, 2019 at 1:46 AM Michael Shaffer > wrote: > >> Can anyone recommend a good HDMI input card that will work with ffmpeg > in > >> Ubuntu Linux? > >> > >> Thanks, > >> Michael Shaffer >

Re: [FFmpeg-user] streaming mp3 to Icecast server: av_interleaved_write_frame(): Broken pipe

2019-06-11 Thread Micael Silva
On Tue, Jun 11, 2019 at 6:18 PM PATRICK KEROULAS < patrick.kerou...@radio-canada.ca> wrote: > Hello, > > Our CDN provides icecast endpoints for mp3 streaming. As they recommended, > I used '-legacy_icecast 1' to be compatible with old Icecast version > which uses the SOURCE method instead of PUT.

Re: [FFmpeg-user] streaming mp3 to Icecast server: av_interleaved_write_frame(): Broken pipe

2019-06-11 Thread Micael Silva
On Tue, 11 Jun 2019, 18:18 PATRICK KEROULAS, < patrick.kerou...@radio-canada.ca> wrote: > Hello, > > Our CDN provides icecast endpoints for mp3 streaming. As they recommended, > I used '-legacy_icecast 1' to be compatible with old Icecast version > which uses the SOURCE method instead of PUT. > >

Re: [FFmpeg-user] rtp_mpegts metadata copying and pmt_pid/pcr_pid setting

2019-06-11 Thread Micael Silva
On Tue, Jun 11, 2019 at 4:49 PM Felipe W Damasio wrote: > Hi Micael, > > > > > ---- > From: "Micael Silva" > > > > Did the output option -streamid has some use on this case? > > - > > Not really, rtp

Re: [FFmpeg-user] rtp_mpegts metadata copying and pmt_pid/pcr_pid setting

2019-06-11 Thread Micael Silva
On Tue, Jun 11, 2019 at 4:27 PM Felipe W Damasio wrote: > Hi all, > > I've trying to use ffmpeg to replicate a signal from one multicast RTP > (using MPEGTS) to another, just to act as a kind of mirror signal. > > I'm having to problems with this. First one is that the metadata isn't > being

Re: [FFmpeg-user] ffmpeg streaming to rtmps fails on Mac

2019-06-06 Thread Micael Silva
On Thu, Jun 6, 2019 at 4:22 PM Nam Giang wrote: > Thank you so much Micael, I managed to stream to Facebook successfully. > > However, it seems I need to --enable-nonfree, which is a bit scary for > commercial use. > > Anyway, this is a different topic. > > > Another option that has been used

Re: [FFmpeg-user] ffmpeg streaming to rtmps fails on Mac

2019-06-06 Thread Micael Silva
On Wed, Jun 5, 2019 at 7:59 PM Nam Giang wrote: > Thanks Micael, > > Do you know how to compile with openssl? I mean, what kind of configure > parameter to use (rather than --enable-gnutls)? > > You will need to add --enable-openssl, but you need the dev libraries installed too. That is why I

Re: [FFmpeg-user] ffmpeg streaming to rtmps fails on Mac

2019-06-05 Thread Micael Silva
); > > Total: 19 packets (5602816 bytes) demuxed > > Output file #0 (rtmps:// > > > live-api-s.facebook.com:443/rtmp/146135623219895?s_bl=1_sml=0_sw=0_vt=api-s=Abw94F0JKzBezZxd > > ): > > Output stream #0:0 (video): 3 frames encoded; 3 packets muxed (306909 > > bytes)

Re: [FFmpeg-user] ffmpeg streaming to rtmps fails on Mac

2019-06-04 Thread Micael Silva
On Tue, Jun 4, 2019 at 6:40 PM Nam Giang wrote: > Hi there, > > Is there anyone success with streaming to rtmps destination using ffmpeg on > a Mac? (Facebook recently enforces this to be the only protocol they > support) > > My try: > > > ffmpeg -v verbose -f avfoundation -r 29.97 -s 1280x720

Re: [FFmpeg-user] concat output defect

2019-06-03 Thread Micael Silva
On Mon, Jun 3, 2019 at 3:27 PM Felix Muster via ffmpeg-user < ffmpeg-user@ffmpeg.org> wrote: > Concat filter is unfortunately not possible. > I cannot lossy reencode the stream. > > Is there another solution? > > Try to remux each one to TS files then concat it.

Re: [FFmpeg-user] concat output defect

2019-06-03 Thread Micael Silva
On Mon, Jun 3, 2019 at 2:55 PM Felix Muster via ffmpeg-user < ffmpeg-user@ffmpeg.org> wrote: > Hello, > > I'm trying to concat two videos. > The output is defect, but only the second part (stripes across the frame > see > here https://i.imgur.com/UY8R9JV.png) first is fine. > > ffmpeg-log: >

Re: [FFmpeg-user] Facebook Live API ( RTMPS )

2019-05-21 Thread Micael Silva
On Mon, May 20, 2019 at 5:44 AM Michalis Odysseos wrote: > Thanks Micael, > > Unfortunately I'm not that technical to be able to do that. Plus I tried > using the same version and it was the same issue. Using Ubuntu on Windows > for now :) > > Best Regards > Look at the line "configuration:"

Re: [FFmpeg-user] Facebook Live API ( RTMPS )

2019-05-15 Thread Micael Silva
; Stream #0:1: Video: h264 (Main) ([27][0][0][0] / 0x001B), yuv420p, > >> 1280x720 [SAR 1:1 DAR 16:9], 60 fps, 60 tbr, 90k tbn, 120 tbc > > > > Metadata: > > > > variant_bitrate : 0 > > > > [rtmps @ 015b3469eac0] Cannot open connect

Re: [FFmpeg-user] Facebook Live API ( RTMPS )

2019-05-15 Thread Micael Silva
On Wed, May 15, 2019 at 3:33 AM Michalis Odysseos wrote: > Hi all, > > Feels a bit weird to be addressing everyone in the email list but if this > is how it's done I will get used to it :) > > My issue with the latest build (as well as the 4.1.3) is that I cannot > stream to RTMPS, as per the

Re: [FFmpeg-user] ffmpeg ussing tee

2019-04-02 Thread Micael Silva
On Tue, Apr 2, 2019 at 3:34 PM Javier Fuentes wrote: > Hello Michael > When I tried using only one rtmp works fine, without problem > Thanks > Best regards > > Try using tee the same way you're trying now, using the YouTube primary and backup servers for example

Re: [FFmpeg-user] ffmpeg ussing tee

2019-04-02 Thread Micael Silva
On Tue, Apr 2, 2019 at 2:01 PM Javier Fuentes wrote: > Hello > > I'm trying to re-publish the same flow twice but I could not get it > This is my pipeline: > > ffmpeg -i http://app.opentest.es/test/index.m3u8 -vcodec copy -acodec > libfdk_aac -ac 2 -ar 48000 -f tee -map 0:v -map 0:a \ >

Re: [FFmpeg-user] Frame loss, pixelation on STB in mosaic output created by ffmpeg

2019-03-28 Thread Micael Silva
On Thu, Mar 28, 2019 at 9:32 AM Sagar Lakhani wrote: > i cannot use latest as i have compiled the ffmpeg with qsv enabled and full > hardware acceleration is only supporting ffmpeg 2.x > As far as I know QSV acceleration continues to be supported on ffmpeg up to this day.

Re: [FFmpeg-user] PTS and DTS sync accross multiple output streams.

2019-03-25 Thread Micael Silva
On Mon, Mar 25, 2019 at 12:57 PM James E. Baird wrote: > Does anyone have any ideas on this? I am essentially trying to keep the > timestamps with 3 output the same. > > Thoughts? > > James Baird > Systems Administrator > CCR > p: (319) 734-3528 > m: (319) 775-7460 > w: www.ccr.net > > > > >

Re: [FFmpeg-user] How to add own, subtitles (resp. pure text) into existing MP4 video?

2018-12-09 Thread Micael Silva
On Sun, Dec 9, 2018 at 10:56 AM Ben wrote: > Assume I have an existing well-encoded MP4 video WITHOUT subtitles. > > Now I want to add the text "foobar testtext" with fontsize=18 and > fontfamily Verdana into video beginning at 1min23sec and ending at > 3min44sec centralized 30 pixels above

Re: [FFmpeg-user] FFmpeg fails to detect input stream codec

2018-11-27 Thread Micael Silva
On Tue, Nov 27, 2018 at 10:35 AM Liran Bachar wrote: > I need automatic detection to work. Our product can get any file at the > input, I cannot assume the input file is hevc. > > -Original Message- > From: ffmpeg-user On Behalf Of Paul B > Mahol > Sent: Tuesday, November 27, 2018 02:15

Re: [FFmpeg-user] avfilter: hwoverlay

2018-11-26 Thread Micael Silva
On Mon, Nov 26, 2018 at 7:47 AM msanders wrote: > Hi, > > As now we have many filters compatible with the GPU, and in particular > “scale” filters. So I think we need a filter like “hwoverlay” or > “overlay_cuda/_qsv/etc.”. > > With this kind of filter we can do a PiP using only a GPU pipeline:

Re: [FFmpeg-user] capture mpeg2 from dvdlast

2018-11-23 Thread Micael Silva
n advance > Best regards > > On Fri, Nov 23, 2018 at 6:51 PM Micael Silva > wrote: > > > On Fri, Nov 23, 2018 at 1:02 PM Javier Fuentes > > wrote: > > > > > Hello everybody > > > > > > Sorry for my delay in reply in my res

Re: [FFmpeg-user] capture mpeg2 from dvdlast

2018-11-23 Thread Micael Silva
On Fri, Nov 23, 2018 at 1:02 PM Javier Fuentes wrote: > Hello everybody > > Sorry for my delay in reply in my response. > 1)I have attached a link for a small section of the flow that I capture > > https://drive.google.com/file/d/1c7IwXuu9GLMDo70A8gRyy1pUKntgxrM0/view?usp=sharing > > 2) I

Re: [FFmpeg-user] capture mpeg2 from dvdlast

2018-11-23 Thread Micael Silva
On Fri, Nov 23, 2018 at 10:46 AM hans gerte wrote: > Hi Micael, im trying the same thing i have some dvb signal that im trying > to transcode and restream over internet using ffmpeg. > but when first save the stream on your harddrive and then streaming, will > that not fill your harddrive/use a

Re: [FFmpeg-user] capture mpeg2 from dvdlast

2018-11-22 Thread Micael Silva
On Thu, 22 Nov 2018, 14:37 Javier Fuentes, wrote: > Hello Everybody > > > I have this ffmpeg command > ffmpeg -i rtp://127.0.0.1:6000 -map 0:4 -map 0:2 -vcodec libx264 -b:v > 1500k > -s 720x576 -acodec aac -ab 128k -ac 2 -ar 48000 -r 25 -f flv > rtmp://encoder > > I have a lot of errors

Re: [FFmpeg-user] reserve output stream for delayed subtitles ?

2018-11-21 Thread Micael Silva
On Wed, Nov 21, 2018 at 6:23 PM sean darcy wrote: > I have a 1949 french movie. I need the subtitles, my french isn't good > enough any more ! > > The problem is that the subtitles stream doesn't start until 85 seconds > into the movie. I've map'd the subtitle stream , but the output stream >

Re: [FFmpeg-user] running configure on SPARC

2018-11-21 Thread Micael Silva
On Wed, Nov 21, 2018 at 5:20 PM Eric Thomas wrote: > Hello, > > I'm not sure this email went through the first time. My apologies if this > is a repeat... > > > I cannot figure out what I am missing, to get the configure script to > generate the config.h file, which would then be used to build

Re: [FFmpeg-user] Concat with listing all files in command?

2018-11-19 Thread Micael Silva
On Sat, Nov 17, 2018 at 2:36 PM Ben wrote: > I want to concat various video files with ffmpeg (in WinOS). Therefore I > used so far the following command: > >ffmpeg.exe" -f concat -safe 0 -i "D:\clips\filelist.txt" -c copy > "ffmpegconcatout.mp4" > > Where D:\filelist.txt contains all

Re: [FFmpeg-user] How to display Close Caption on the screen

2018-10-25 Thread Micael Silva
On Thu, Oct 25, 2018 at 10:22 AM Erik Gaudin wrote: > When i open our internal stream with VLC, i can displayed Substitle. But > can't find how to do it with ffplay.exe (windows) > > ffplay udp://@239.255.123.1:1234 -analyzeduration 200 > I use the last argument for low latency. > > Here what

Re: [FFmpeg-user] ffmpeg hang in background

2018-10-10 Thread Micael Silva
On Wed, Oct 10, 2018 at 10:37 AM sailor-godkane wrote: > Hello, > > I am using ffmpeg in a big project for video/audio automated processing. > Each project for processing requires lots of ffmpeg commands. Those > commands > are run by a daemon written in ObjC using GnuStep. > Since it runs on

Re: [FFmpeg-user] m3u8 live stream will not play in google chrome

2018-07-24 Thread Micael Silva
On Tue, Jul 24, 2018 at 8:14 AM, Anthony Griffiths wrote: > I use ffmpeg on a centos 6 machine to create a live stream that goes > to a centos 6 vps server running nginx. This is the command: > > ffmpeg -y -f mpegts -i /dev/dvb/adapter0/dvr0 -f flv \ > -codec:v libx264 -preset slow -s 320x180

Re: [FFmpeg-user] Transcode rtmp to rtsp

2018-07-23 Thread Micael Silva
m: ffmpeg-user [mailto:ffmpeg-user-boun...@ffmpeg.org] On Behalf Of > Micael Silva > Sent: Monday, July 23, 2018 2:30 PM > To: FFmpeg user questions > Subject: Re: [FFmpeg-user] Transcode rtmp to rtsp > > On Mon, Jul 23, 2018 at 3:35 PM, Kenneth Kouba > wrote: > > >

Re: [FFmpeg-user] Transcode rtmp to rtsp

2018-07-23 Thread Micael Silva
On Mon, Jul 23, 2018 at 3:35 PM, Kenneth Kouba wrote: > I need a way to take live stream from an rtmp source and rebroadcast it as > rtsp, is this possible. What would the cli look like? > > Regards, > Ken Kouba > Sr. Systems Analyst > Orland Park Police > 708-364-4908 > [OPPDlogoHiResNewSmall]

Re: [FFmpeg-user] Poor NDI performance

2018-07-23 Thread Micael Silva
On Sun, Jul 22, 2018 at 3:59 PM, Marton Balint wrote: > > On Wed, 18 Jul 2018, Micael Silva wrote: > > On Wed, Jul 18, 2018 at 8:13 AM, Jon wrote: >> >> On Tue, 17 Jul 2018 at 23:15, Carl Eugen Hoyos >>> wrote: >>> > >>> > 2018-07-17 20

Re: [FFmpeg-user] Best option for live stream

2018-07-23 Thread Micael Silva
On Mon, Jul 23, 2018 at 11:20 AM, Roger Pack wrote: > This page https://trac.ffmpeg.org/wiki/StreamingGuide > may be useful to ya. > > On Fri, Jul 20, 2018 at 5:20 AM, hans gerte wrote: > > Hi all. > > need some advise on parameters for live streaming. > > This is currently my string, it takes

Re: [FFmpeg-user] ffmpeg audio distortion using blackmagic

2018-07-18 Thread Micael Silva
On Wed, Jul 18, 2018 at 1:11 PM, Flumotion Support wrote: > Hello everybody > > I have problems capturing a sdi flow with ffmpeg, I'm using a blackmagic > mini recorder pro, after a while of working the capture the audio is > distorted and the only way to fix it is to restart ffmpeg. > > this is

Re: [FFmpeg-user] Poor NDI performance

2018-07-18 Thread Micael Silva
On Wed, Jul 18, 2018 at 8:13 AM, Jon wrote: > On Tue, 17 Jul 2018 at 23:15, Carl Eugen Hoyos wrote: > > > > 2018-07-17 20:16 GMT+02:00, Jon : > > > After successfully compiling ffmpeg on Debian 9 64bit, following the > > > instructions at https://trac.ffmpeg.org/wiki/CompilationGuide and > > >

Re: [FFmpeg-user] non-monotonous DTS in output stream

2018-05-17 Thread Micael Silva
On Thu, 17 May 2018, 09:57 cedric.dew...@telfort.nl, < cedric.dew...@telfort.nl> wrote: > Hi All, > I am capturing mjpeg frames from my webcam connected to a bananapi, > running armbian. The resulting video file is choppy when played with > mplayer and VLC, and in the console I see the following

Re: [FFmpeg-user] VOB files convertion failed

2018-05-09 Thread Micael Silva
y sure but the video_ts.vob carries the DVD menu, it > can > > be messy putting it among the rest of video, since than menus don't have > to > > be at same properties of the movie file. > > Hi, Micael Silva. > > I tried the command you sugested. The command was: > >

Re: [FFmpeg-user] Can we combine two video streams into one

2018-05-09 Thread Micael Silva
On Wed, May 9, 2018 at 12:11 PM, Robert Clove wrote: > Hi, > > Suppose i make a video call from cisco communicator for one user to another > user. > I want to record that video call into a single video file. > Can i do this from ffmpeg. > > Any leads will be appreciated. >

Re: [FFmpeg-user] VOB files convertion failed

2018-05-08 Thread Micael Silva
On Mon, May 7, 2018 at 9:13 PM, Jamenson Ferreira Espindula de Almeida Melo wrote: > From Jaboatão dos Guararapes, Pernambuco, Brazil. > > Thank you for your response. > > Below is the listing of a DVD movie disc. I want to convert these files > to one file. The files already