Re: [FFmpeg-user] Trouble using FFMPEG

2017-09-06 Thread Steve Boyer
On Wed, Sep 6, 2017 at 12:56 PM, vitorlb . wrote: > Hello, my name is Vitor Branco, and I just recently started using ffmpeg. > > After some struggle (absolute newbe using code programs whatsoever) I > managed to convert a video to a GIF sucessfully, but it is looping

[FFmpeg-user] Trouble using FFMPEG

2017-09-06 Thread vitorlb .
Hello, my name is Vitor Branco, and I just recently started using ffmpeg. After some struggle (absolute newbe using code programs whatsoever) I managed to convert a video to a GIF sucessfully, but it is looping for ever, I wanted my gif to play only once. Is there any way to convert the new GIF

[FFmpeg-user] ffprobe reliability

2017-09-06 Thread Vaidas Kascėnas
Hi, all, I've been using ffprobe to find new IPTV streams on my provider (multicast) network but I'm having trouble because ffprobe seems to be flaky. I'm doing a bunch of 'ffprobe -show_programs -show_streams ' and every time I seem to get different lists of detected streams - ones that get

[FFmpeg-user] Playing a file with subtitles that have single quotes in their filename

2017-09-06 Thread Gonzalo Garramuño
$ ffplay /media/gga/Datos/movies/trailers/big_buck_bunny_1080p_surround.avi -vf subtitles="Charlie's Angels.srt" ffplay version N-87016-g7fde655 Copyright (c) 2003-2017 the FFmpeg developers built with gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.4) 20160609 configuration: --enable-gpl

[FFmpeg-user] Building with libass on Windows

2017-09-06 Thread Max Ashton
Hi everyone, I'm trying to compile ffmpeg on windows with the libass extensions/configuration option. Using the visual studio project libass-msvc I built libass 0.13.7 using Visual Studio as a static lib. I then installed MinGW32 with MSYS and pkg-config. Following the instructions on the