[FFmpeg-user] cellauto example

FFmichael michael.rampe at gmail.com
Thu Feb 2 01:09:51 CET 2012


FFmichael wrote
> 
> 
> Clément Bœsch wrote
>> 
>> On Wed, Feb 01, 2012 at 03:40:39PM -0800, FFmichael wrote:
>>> 
>>> Clément Bœsch wrote
>>> > 
>>> > On Wed, Feb 01, 2012 at 03:07:31PM -0800, FFmichael wrote:
>>> >> I am trying to experiment with the new cellauto filer but am having
>>> >> trouble
>>> >> getting a usable filter chain.
>>> >> Do I need a nullsink or testsrc or something else to enable it to
>>> work?
>>> >> 
>>> >> Does anyone have an example of a working full command line for
>>> cellauto
>>> >> generation?
>>> >> 
>>> > 
>>> > ffplay -f lavfi cellauto=f=/etc/hosts ?
>>> > 
>>> > 
>>> 
>>> Thanks but I meant FFmpeg not FFplay to generate a file not necessarily
>>> on
>>> the fly....
>>> 
>> 
>> Then ffmpeg -f lavfi -i cellauto=f=/etc/hosts -t 10 out.mpg maybe?
>> 
>> 
> 
> On the right track but "-f lavfi" causes failure.....
> 
> 

This works as a workaround:
ffmpeg -i fluid8.mov -vf "cellauto=p=@:s=1024x576:full=0:rule=18
[cell];[in][cell] overlay [out]" -c:v libx264 -b:v 1000k -y cellauto.mp4

but relies on the input video length/size etc.....

FFmichael


--
View this message in context: http://ffmpeg-users.933282.n4.nabble.com/cellauto-example-tp4349849p4350042.html
Sent from the FFmpeg-users mailing list archive at Nabble.com.


More information about the ffmpeg-user mailing list