Re: ffmpeg problem

2010-10-08 Thread Bill Davidsen
Adel ESSAFI wrote: > Thanks > This command is exactly what I need. > However, when using loop_input it never stop encoding (last very long time) > And when I drop it, it generates a very short file. > > Could you help please? > The solution omited the "-shortest" option which is required. > > > > 2

Re: ffmpeg problem

2010-10-08 Thread Lets Go Canes
Hi all. --- On Fri, 10/8/10, Adel ESSAFI wrote: > I want the procedure to go 100% automatic :) I think ffmpeg has an option that lets you tell it how much of the input to process. If you know the length of the input music, you might get what you want by providing that option. --

Re: ffmpeg problem

2010-10-08 Thread Adel ESSAFI
2010/10/8 JD > On 10/07/2010 10:53 PM, Adel ESSAFI wrote: > > > > > > 2010/10/7 Dj YB mailto:yehi...@mail.ru>> > > > > On Thursday October 7 2010 10:51:55 you wrote: > > > Thanks > > > This command is exactly what I need. > > > However, when using loop_input it never stop encodin

Re: ffmpeg problem

2010-10-08 Thread JD
On 10/07/2010 10:53 PM, Adel ESSAFI wrote: > > > 2010/10/7 Dj YB mailto:yehi...@mail.ru>> > > On Thursday October 7 2010 10:51:55 you wrote: > > Thanks > > This command is exactly what I need. > > However, when using loop_input it never stop encoding (last very > long time) >

Re: ffmpeg problem

2010-10-07 Thread Adel ESSAFI
2010/10/7 Dj YB > On Thursday October 7 2010 10:51:55 you wrote: > > Thanks > > This command is exactly what I need. > > However, when using loop_input it never stop encoding (last very long > time) > > And when I drop it, it generates a very short file. > > > > Could you help please? > > > > > >

Re: ffmpeg problem

2010-10-07 Thread Adel ESSAFI
Thanks This command is exactly what I need. However, when using loop_input it never stop encoding (last very long time) And when I drop it, it generates a very short file. Could you help please? 2010/10/4 Dj YB > On Monday October 4 2010 14:24:19 Dj YB wrote: > > On Monday October 4 2010 12:

Re: ffmpeg problem

2010-10-04 Thread sc.sc
I have never heard there was a tool to do such a work. may be you should try some film editing software.like shake Kino:http://www.kinodv.org/ i had never used them yet... in fact, i find them in the google. if you hadn't installed the WM, i'm not sure if they can work. have a nice day. 在 20

Re: ffmpeg problem

2010-10-04 Thread Adel ESSAFI
morning, any help please? Adel 2010/10/1 Adel ESSAFI > > > 2010/10/1 Adel ESSAFI > > Hi list >> I have an mp3 file and only one image >> >> I want to generate a video file that containt that file mixed with the >> sound. >> >> the closet example I have found is this but here, the input ar

Re: ffmpeg problem

2010-10-01 Thread Adel ESSAFI
2010/10/1 Adel ESSAFI > Hi list > I have an mp3 file and only one image > > I want to generate a video file that containt that file mixed with the > sound. > > the closet example I have found is this but here, the input are only > images. > > Could you help please* > > > > ffmpeg -f image2 -i

ffmpeg problem

2010-10-01 Thread Adel ESSAFI
Hi list I have an mp3 file and only one image I want to generate a video file that containt that file mixed with the sound. the closet example I have found is this but here, the input are only images. Could you help please* ffmpeg -f image2 -i image%d.jpg video.mpg This command will tr