ffmpeg分离swf格式视频出错-output file is empty

#分离视频文件,文件格式为swf格式
ffmpeg命令代码
ffmpeg -i input.swf -vcodec copy -an out.swf
结果如下:
output file is empty ,nothing was encoded (check -ss / -t/ -frames parameters if used)
诸位大神有谁能解这个问题?