Re: [FFmpeg-user] Need help with Live Streaming using GPU

2019-10-07 Thread Ted Park
> Is there any other issue that is causing problems in running more number of > simoultaneus streams ? The nginx server, how many workers are running? ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user

Re: [FFmpeg-user] trimmed audio has wrong duration

2019-10-07 Thread Ted Park
> To calculate by reencode is enough for me. > > But is it possible to get a thousandth of a second? > 0.00 is not precise enough for me. Use -ss as an output option. Everything would be a multiple of 1/48000, so that’s probably just a rounded representation, unless it was 0.96?

Re: [FFmpeg-user] Need help with Live Streaming using GPU

2019-10-07 Thread Karan Singh
Tried that , it increases the storage bandwidth but the number of videos running without loss of frames remains same . My source video bit rate comes 40 mbps when running on local vlc player Is there any other issue that is causing problems in running more number of simoultaneus streams ? On

Re: [FFmpeg-user] Beaglebone - streaming issue - lines in output (and if someone is good with Beaglebone live streaming P2P... please let me know...)

2019-10-07 Thread Philip Chisholm
Hi Carl Thanks for info. I am working on updated build with most current ffmpeg for Beaglebone board. And will check again. Cheers. Phil -Original Message- From: ffmpeg-user On Behalf Of Carl Eugen Hoyos Sent: Friday, October 4, 2019 6:26 PM To: FFmpeg user questions Subject: Re:

Re: [FFmpeg-user] "Padding" start and/or end of video

2019-10-07 Thread Paul B Mahol
On 10/7/19, Richard Branham wrote: > I have four mp4 recordings of a video conference feed. After the > conference ends, the files are multiplexed into a single video with each of > the original files displayed in a quadrant of the output window. This > works as expected if all four videos are

[FFmpeg-user] "Padding" start and/or end of video

2019-10-07 Thread Richard Branham
I have four mp4 recordings of a video conference feed. After the conference ends, the files are multiplexed into a single video with each of the original files displayed in a quadrant of the output window. This works as expected if all four videos are of the same duration. If the primary user

Re: [FFmpeg-user] Need help with Live Streaming using GPU

2019-10-07 Thread Michael Shaffer
Try setting the output bitrate from the GPU to something higher. You have it set to 10M. Try 100M. I'm not sure what the maximum bitrate output is. On Mon, Oct 7, 2019 at 7:15 AM Karan Singh wrote: > Hi Team > > i am struggling with live streaming of 4k videos with or without GPU. > > My

Re: [FFmpeg-user] FFMpeg Source Code Compilation and Execution Regarding

2019-10-07 Thread Reindl Harald
Am 07.10.19 um 16:23 schrieb Erik Dobák: > On Mon, 7 Oct 2019 at 16:19, Jonathan Noble wrote: > >> https://trac.ffmpeg.org/wiki/CompilationGuide >> >>> You should run "./configure" to generate them firstly. >>> ___ >>> ffmpeg-user mailing list >>>

Re: [FFmpeg-user] FFMpeg Source Code Compilation and Execution Regarding

2019-10-07 Thread Erik Dobák
On Mon, 7 Oct 2019 at 16:19, Jonathan Noble wrote: > https://trac.ffmpeg.org/wiki/CompilationGuide > > On Mon, 7 Oct 2019 at 15:04, Jack Waller wrote: > > > On Mon, Oct 7, 2019 at 10:01 PM BuvaneshwariS > > wrote: > > > > > Dear Team, > > > > > > Greetings to all, I am downloaded the

Re: [FFmpeg-user] FFMpeg Source Code Compilation and Execution Regarding

2019-10-07 Thread Jonathan Noble
https://trac.ffmpeg.org/wiki/CompilationGuide On Mon, 7 Oct 2019 at 15:04, Jack Waller wrote: > On Mon, Oct 7, 2019 at 10:01 PM BuvaneshwariS > wrote: > > > Dear Team, > > > > Greetings to all, I am downloaded the version of FFMPEG source code > > from FFMPEG official Forum.When running

Re: [FFmpeg-user] FFMpeg Source Code Compilation and Execution Regarding

2019-10-07 Thread Reindl Harald
Am 07.10.19 um 16:03 schrieb Jack Waller: > On Mon, Oct 7, 2019 at 10:01 PM BuvaneshwariS > wrote: > >> Dear Team, >> >> Greetings to all, I am downloaded the version of FFMPEG source code >> from FFMPEG official Forum.When running the sudo make command on my >> linux system I am getting

[FFmpeg-user] Need help with Live Streaming using GPU

2019-10-07 Thread Karan Singh
Hi Team i am struggling with live streaming of 4k videos with or without GPU. My question before describing my issue is what is number of 4k videos that can transcoded and live streamed using below configuration . 1 X R740xd dell system - configuration is 2 socket , 88 core processors with

Re: [FFmpeg-user] Attempting to record video for download onto an Android tablet, experiencing what I think is encoding issues which mean i can't play the video on Android gallery.

2019-10-07 Thread JackDesBwa
> Suffice to say, I'm trying to record video from a pi and send the video > through to a tablet for later playback. > I did not read the full text attentively, but do you know that you can probably do this without encoding a second time with ffmpeg? The raspivid utility has options to resize and

Re: [FFmpeg-user] trimmed audio has wrong duration

2019-10-07 Thread Felix Muster via ffmpeg-user
To calculate by reencode is enough for me. But is it possible to get a thousandth of a second? 0.00 is not precise enough for me. ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit