Re: [FFmpeg-user] Live stream to periscope or youtube doesn't seems to work

2017-12-10 Thread Lou Logan
On Sun, Dec 10, 2017, at 10:22 AM, Guilherme Santos wrote: > Hello, I was wondering why this command couldn't work... I'm trying to > live > stream from my aws ubuntu to periscope. check this out: > > $ ffmpeg -threads 0 -y -v verbose -re -f x11grab -video_size 1024x768 -i > :1 > -c:v libx264 -pre

Re: [FFmpeg-user] how to encode 10bit

2017-12-07 Thread Lou Logan
On Thu, Dec 7, 2017, at 12:13 PM, George Nistor wrote: > I am using x265, > here is my log: > [Inline image] > + onhefpdkecjhpigp.png > 442k (image/png) For future reference please copy and paste the text of your command and the console output instead of making an image of the text.

Re: [FFmpeg-user] Sending Patches to the Dev List

2017-12-07 Thread Lou Logan
On Wed, Dec 6, 2017, at 11:08 PM, Jon bae wrote: > Hello, > > on Monday I send a little patch for the *vf_blackdetect.c* filter to the > dev list, but I don't got any response. I don't wanted to sound > impatient, > I just want to know that I did everything right. My only suggestion is to use a m

Re: [FFmpeg-user] DTS Output

2017-12-05 Thread Lou Logan
On Tue, Dec 5, 2017, at 09:42 AM, Richard G. Anter III wrote: > Hi all, > > I searched and searched, but could not seem to find an answer to this, so > please excuse my lack of knowledge on the subject, but I have a Synology > NAS, I just installed ffmpeg, and now my MKV files with DTS encoded aud

Re: [FFmpeg-user] Convert Single Image

2017-12-04 Thread Lou Logan
On Mon, Dec 4, 2017, at 10:42 AM, Damien Gallagher wrote: > Would the following look like a decent setup? > ffmpeg.exe -y -v error -loop 1 -framerate 24 -t 5 -i intro.jpg -vf > format=yuv420p -r 24/1 output.mp4 No need for the "-r 24/1" because you already set "-framerate 24". The output will use

Re: [FFmpeg-user] Convert Single Image

2017-12-04 Thread Lou Logan
On Mon, Dec 4, 2017, at 08:45 AM, Damien Gallagher wrote: > Hi > > I am trying to convert a single jpg image to a video > I am creating a list of training videos and I want to an intro video > based > on images I create used Graphics2D in java > > When I run the following command - it runs fine >

Re: [FFmpeg-user] Install ffmpeg 3 on RHEL 7

2017-11-27 Thread Lou Logan
On Mon, Nov 27, 2017, at 07:33 AM, Legault, Phillip [GTSUS] wrote: > Anyone have any idea on how to get ffmpeg to install on RHEL 7? An easy option is to download a static build: https://johnvansickle.com/ffmpeg/ ___ ffmpeg-user mailing list ffmpeg-user@

Re: [FFmpeg-user] Subscription to mailing list doesn't work

2017-11-13 Thread Lou Logan
On Mon, 13 Nov 2017 09:31:40 +0100 Michael Koch wrote: > During the last 2 or 3 weeks I did several times try to subscribe to > this mailing list, without success. After I entered my email address, > name and password, this message is shown: "Your subscription request has > been received, and

Re: [FFmpeg-user] Shrinking videos

2017-11-05 Thread Lou Logan
On Sun, Nov 5, 2017, at 02:59 AM, Cecil Westerhof wrote: > But there are no glaring mistakes then? ;-) If you show an unscripted command and the complete console output there may be more to suggest. I'm assuming the output is MP4, but the scripting hides that. Scripts are not supported here becau

Re: [FFmpeg-user] ERROR: libmp3lame >= 3.98.3 not found

2017-10-28 Thread Lou Logan
On Sat, Oct 28, 2017, at 11:39 AM, Carl Eugen Hoyos wrote: > > I consider "cleanup" (the word that you strangely cut from the > quotes) in our environment an abuse, please be so kind as > to avoid using it here. Please do me a favor and do not impose your peculiar behavior and strange idiosyncrasi

Re: [FFmpeg-user] ERROR: libmp3lame >= 3.98.3 not found

2017-10-28 Thread Lou Logan
On Sat, Oct 28, 2017, at 11:13 AM, Carl Eugen Hoyos wrote: > Please do me a favor and avoid this word at least here. > > Thank you, Carl Eugen Which word? ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Re: [FFmpeg-user] ERROR: libmp3lame >= 3.98.3 not found

2017-10-28 Thread Lou Logan
On Sat, Oct 28, 2017, at 10:31 AM, Reindl Harald wrote: > i guess this only affects the current snapshot since releases which > nobody should use - yes, sarcasm - have no problems I believe the git master branch is currently experiencing a cleanup and merge cycle that has been postponed for some

Re: [FFmpeg-user] ERROR: libmp3lame >= 3.98.3 not found

2017-10-27 Thread Lou Logan
On Fri, Oct 27, 2017, at 02:53 AM, praseetha K wrote: > Please look in to the issue. [...] > fft.c:(.text+0x80d): undefined reference to `cos' > collect2: error: ld returned 1 exit status > ERROR: libmp3lame >= 3.98.3 not found What configure options did you use for ffmpeg? ___

Re: [FFmpeg-user] unsubscribe

2017-10-23 Thread Lou Logan
On Fri, Oct 13, 2017, at 02:10 AM, Jafir Hussain wrote: > I have manually unsubscribed you. Hopefully you did not begin marking the mailing list messages as spam to attempt to get rid of them. For anyone else who also wants to unsubscribe see the signature in each mailing list message which basic

Re: [FFmpeg-user] RTP/H264 Decoding - DTS is not set

2017-09-28 Thread Lou Logan
On Thu, Sep 28, 2017, at 07:29 AM, Sergio Basurco wrote: [...] > I do have timestamps for each of the packets I send to > avcodec_decode_video2, but they are not increasingly monotonic > (B-frames) and I don't know which one to use for the decoded frame. Wrong mailing list. ffmpeg-user is questi

<    1   2