How to remove tags from flv files?

Hello,
I have a lot of Audio and video flv files with various tags. Please tell how to remove tags from flv files and if there are any software available for this.
Thanks.

Hello,
I have a lot of Audio and video flv files with various tags. Please tell how to remove tags from flv files and if there are any software available for this.
Thanks.
What Do you mean by tags?
if you mean titles or sub titles which are from the software owner , by which you converted the file to FLV , you can not remove this , because may the software is in trial version, you will need to purchase its full version, when you purchase it the tags will remove automatically !
Hi,
Is it a command line interface or graphical interface for removing tags from flv files. If it is a command line interface than here is the code and if you are using graphical interface than go for Software Informer. You can download it from the given link. I hope it will help you .
ffmpeg -i input.avi -c copy -map_metadata -1 output.avi
http://softwaretopic.informer.com/remove-tags-from-flv-files/
Regards,
JK