Update: Video-File is missing, for some reason drupal has deleted it. Will upload a new one this evening.
So, here it is: (and yes, I did it only to toy around with ffmpeg again!)
You are missing some Flash content that should appear here! Perhaps your browser cannot display it, or maybe it did not initialise correctly.
Encoding-Settings:
ffmpeg.exe -i c:\temp\in.avs -ar 44100 -ab 65536 -s 704x400 -b 2097152 -f flv c:\temp\out.flv
Avisynth-Deinterlace:
LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins\Decomb.dll") DirectShowSource("MOV005.MOD") FieldDeinterlace() BilinearResize(704,400)