Re: [Mlt-devel] Repeated frames with melt

2015-04-28 Thread Javier Matas
bx264 threading behavior. You do that by setting: > x264opts="threads=1" > > ~Brian > > -- > *From:* Javier Matas > *To:* Dan Dennedy > *Cc:* mlt-devel@lists.sourceforge.net > *Sent:* Tuesday, April 28, 2015 4:47 AM > *Su

Re: [Mlt-devel] Repeated frames with melt

2015-04-28 Thread Javier Matas
n.mov -consumer avformat:out.mp4 vcodec=libx264 an=1 preset=ultrafast vb=2M qmin=10 qmax=22 me_method=hex g=120 threads=0 slices=0 cpu-used=1 real_time=0 Thank you. 2015-04-28 10:53 GMT+02:00 Javier Matas : > Hello, problem solved!! > > We executed that melt command in a machine with only

Re: [Mlt-devel] Repeated frames with melt

2015-04-28 Thread Javier Matas
multithreading, but it only works for us in that case. Machines with one core are the key. Thank you. ______ Javier Matas | Desarrollador software www.yump.com == Este mensaje y sus anexos son confidenciales, por lo que su uso no

[Mlt-devel] Repeated frames with melt

2015-04-27 Thread Javier Matas
Hello, We are using melt in order to build videos from .mov fragments, and when we process the fragments, we realize that the output videos have around 10 repeated frames at the beginning. The melt command we use is: melt -provider in.mov -consumer avformat:out.mp4 vcodec=libx264 an=1 preset=ult