Re: [FFmpeg-user] error with cuda for convert ts to mp4

2021-01-11 Thread Michele Salerno
Il 11/01/21 12:01, Dennis Mungai ha scritto: On Mon, 11 Jan 2021, 04:30 Michele Salerno, wrote: Hi, i have GPU GTX660Ti on debian buster 64bit, cpu intel core i7. I have fresh install debian and install latest driver and cuda from website nvidia, no repository of debian. If convert file

Re: [FFmpeg-user] Streaming an mp4/mov file in real time using FFMPEG (no moov atom)

2021-01-11 Thread Carl Zwanzig
On 1/11/2021 9:48 AM, Rishit Temp wrote: I might be able to access a raw H264 stream or a series of image captures. Can ffmpeg turn a series of images into a video feed and broadcast it given the frames per second assuming that the appropriate number of images are created in real time? ffmpeg

Re: [FFmpeg-user] Streaming an mp4/mov file in real time using FFMPEG (no moov atom)

2021-01-11 Thread Rishit Temp
I see. That puts me in a really tough spot and unfortunately I don’t have control over where the metadata is located. I might be able to access a raw H264 stream or a series of image captures. Can ffmpeg turn a series of images into a video feed and broadcast it given the frames per second

Re: [FFmpeg-user] Unable to play recorded audio and video from webcam using ffmpeg

2021-01-11 Thread Vijay Rakesh Munganda
Hi All, Kindly please anyone suggest me. Thanks & Regards, Vijay Rakesh > On 11-Jan-2021, at 10:06, Vijay Rakesh Munganda > wrote: > >  > Hi Moritz, > >> Assuming ffmpeg actually segments like this (and not on keyframes): >> Individual >> frames cannot normally be played, unless they are

Re: [FFmpeg-user] error with cuda for convert ts to mp4

2021-01-11 Thread Dennis Mungai
On Mon, 11 Jan 2021, 04:30 Michele Salerno, wrote: > Hi, > > i have GPU GTX660Ti on debian buster 64bit, cpu intel core i7. > > I have fresh install debian and install latest driver and cuda from > website nvidia, no repository of debian. > > If convert file h264 with cpu it's ok, if use gpu i

Re: [FFmpeg-user] overlaying animated PNG, doesn't loop

2021-01-11 Thread Dave Thorn via ffmpeg-user
Yeah, sorry. Stuck on Windows at the moment and I was anticipating difficulty updating, but it was fine. Same behaviour in this version: $ ./ffmpeg-N-100581-ga454a0c14f-win64-gpl/bin/ffmpeg -i ../input.mp4 -i ../elephant.apng -filter_complex "[0:v][1:v] overlay=25:25:enable='between(t,0,4)'"