I installed melt (using MLT framework) in one of my linux machine and is trying to performa simple video editing operation. Following is the command i issued:
melt avformat-novalidate:clip1.mpeg -consumer avformat:clip1-grey.mpeg -verbose
The output video is not gettting created properly and also it is giving an error like :
[mpeg1video @ 0x1b0a5910]interlacing not supported by codec
Do anybody know, why this is happening.