Am Donnerstag, 25. Februar 2010 21:59:27 schrieben Sie: > Am Donnerstag, 25. Februar 2010 18:09:31 schrieben Sie: > > Hi Georg, > > > At the moment it looks like you have to handtune the parameters for some > > clips. > > However the fieldnum=40:mincontrast=0.3 does not hurt for the other > > movies as well. So I would see how far I get with this setting. > > I am testing with this: > > > transcode -J smartdeinter -i "$FILE" \ > -x ffmpeg -y ffmpeg,tcaud -F ffv1 -o "$DEINTERFILE" > > > transcode -J stabilize fieldnum=40:mincontrast=0.3 -i "$FILE" \ > -x ffmpeg -y null,null -o dummy > > > transcode -J transform=zoom=10:smoothing=20 -i "$FILE" \ > -x ffmpeg -y ffmpeg,tcaud -F ffv1 -o "$STABLEFILE" > > > Am I right, that fieldnum=40:mincontrast=0.3 is _not_ needed in the last > part? > > I tried another test-file, which was not uploaded till now and incredible, > it got fantastic with this options
Now I wonder a lot, when I saw the info below in the running script. BTW ignore the variable naming, in the loop the name doesn't matter. [transcode] warning: unused command line argument detected (11/12) [transcode] warning: argc[11]=fieldnum=40:mincontrast=0.3 (unused) So if these options are unused, why was the boat video better. Please tell me how to use it correctly. Al