SayMyName still buggy

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:

  1. LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins\Decomb.dll")
  2. DirectShowSource("MOV005.MOD")
  3. FieldDeinterlace()
  4. BilinearResize(704,400)

Your rating: None Average: 5 (1 vote)