Re: [FFmpeg-user] ffmpeg for creting video from images

2016-02-01 Thread pratik
Hi, I have my hosting provider to upgrade my ffmpeg but hosting told me that ffmpeg is installed from yum repository and there is no update available. Can you please help me out with this problem? ___ ffmpeg-user mailing list

Re: [FFmpeg-user] ffmpeg for creting video from images

2016-02-01 Thread Lou
On Mon, Feb 1, 2016, at 07:46 PM, pra...@devrepublic.nl wrote: > > > Hi, > > I have my hosting provider to upgrade my ffmpeg but hosting told me that > ffmpeg is installed from yum repository and there is no update > available. > > Can you please help me out with this problem? If

Re: [FFmpeg-user] ffmpeg for creting video from images

2016-01-27 Thread Carl Eugen Hoyos
devrepublic.nl> writes: > I am facing problem creating video from images with audio > and duration of 5 seconds each frame. > > First/Last image skipped and not staying for 5 seconds. > > Can you please let me know how you can help me and what > you need? As said, please provide both the

Re: [FFmpeg-user] ffmpeg for creting video from images

2016-01-27 Thread pratik
Thanks Michael, But i am using this in php application and everything is dynamic images,audio,duration. It is not handy to do this every time. Also some time it is working fine. if i select 2 image and duration 5 seconds then 10 seconds video making by ffmpeg. I am not able understand

Re: [FFmpeg-user] ffmpeg for creting video from images

2016-01-27 Thread pratik
Hi Carl, I am running this command ffmpeg -framerate 1/5 -pattern_type glob -i '/home/devprj01/domains/devrepublic-projects.nl/public_html/development/houseview2/uploads/projects/52/images/temp/*.jpg' -i

Re: [FFmpeg-user] ffmpeg for creting video from images

2016-01-27 Thread pratik
Yeah Michael, Audio is more then 3 mins in length. So audio length is not an issue. ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user

[FFmpeg-user] ffmpeg for creting video from images

2016-01-27 Thread pratik
Hi, I am facing problem creating video from images with audio and duration of 5 seconds each frame. First/Last image skipped and not staying for 5 seconds. Can you please let me know how you can help me and what you need? Regards, Pratik

Re: [FFmpeg-user] ffmpeg for creting video from images

2016-01-27 Thread pratik
Hi, I have also tried with fps filter but then last frame will display only 1 second. i am trying with this command "ffmpeg -framerate 1/5 -pattern_type glob -i '/*.jpg' -i '' -c:v libx264 -vf 'fps=25,scale=trunc(iw/2)*2:trunc(ih/2)*2' -pix_fmt yuv420p -c:a aac -strict experimental

Re: [FFmpeg-user] ffmpeg for creting video from images

2016-01-27 Thread Michael Koch
Am 27.01.2016 um 13:21 schrieb pra...@devrepublic.nl: Hi Carl, I am running this command ffmpeg -framerate 1/5 -pattern_type glob -i '/home/devprj01/domains/devrepublic-projects.nl/public_html/development/houseview2/uploads/projects/52/images/temp/*.jpg' -i

Re: [FFmpeg-user] ffmpeg for creting video from images

2016-01-27 Thread Paul B Mahol
On 1/27/16, pra...@devrepublic.nl wrote: > > > Hi, > > I am facing problem creating video from images with audio and duration > of 5 seconds each frame. > > First/Last image skipped and not staying for 5 seconds. > > Can you please let me know how you can help me and what

Re: [FFmpeg-user] ffmpeg for creting video from images

2016-01-27 Thread Michael Koch
so if folder has 4 image the video must be 20 secs but right now it is creating 16 seconds last image is only displaying only 1 sec. you could try a workaround: Duplicate the last picture so that you have 5 pictures in the folder, make a video which is 21 seconds long, then cut off the last

Re: [FFmpeg-user] ffmpeg for creting video from images

2016-01-27 Thread Carl Eugen Hoyos
devrepublic.nl> writes: > Will it work on linux server? It will work on any system where you can compile FFmpeg. > and are you sure it will solve the issue? It doesn't matter if I am sure: You will have to test yourself after compilation but before installation. Carl Eugen

Re: [FFmpeg-user] ffmpeg for creting video from images

2016-01-27 Thread Carl Eugen Hoyos
devrepublic.nl> writes: > ffmpeg version 2.2.1 Copyright (c) 2000-2014 the FFmpeg developers This is old, please test current FFmpeg git head. (I believe this issue was fixed some time ago.) Carl Eugen ___ ffmpeg-user mailing list

Re: [FFmpeg-user] ffmpeg for creting video from images

2016-01-27 Thread pratik
Hi Carl, Can you please let me know how can i update ffmpeg? ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Re: [FFmpeg-user] ffmpeg for creting video from images

2016-01-27 Thread Paul B Mahol
On 1/27/16, Carl Eugen Hoyos wrote: > devrepublic.nl> writes: > >> ffmpeg version 2.2.1 Copyright (c) 2000-2014 the FFmpeg developers > > This is old, please test current FFmpeg git head. > (I believe this issue was fixed some time ago.) > No, it is not. Try for yourself. >

Re: [FFmpeg-user] ffmpeg for creting video from images

2016-01-27 Thread Carl Eugen Hoyos
devrepublic.nl> writes: > Can you please let me know how can i update ffmpeg? Download the current snapshot: http://ffmpeg.org/releases/ffmpeg-snapshot.tar.bz2 Compile and install. To test, installation is not necessary as long as you don't compile shared libraries. Carl Eugen

Re: [FFmpeg-user] ffmpeg for creting video from images

2016-01-27 Thread Carl Eugen Hoyos
Paul B Mahol gmail.com> writes: > >> ffmpeg version 2.2.1 Copyright (c) 2000-2014 the FFmpeg developers > > > > This is old, please test current FFmpeg git head. > > (I believe this issue was fixed some time ago.) > > > > No, it is not. Try for yourself. I did... Carl Eugen

Re: [FFmpeg-user] ffmpeg for creting video from images

2016-01-27 Thread pratik
Thanks Carl, Will it work on linux server? and are you sure it will solve the issue? Do i need to change anything in command after update version? Regards, Pratik ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org