How Do I Convert Video Files Into Xml?
Can't find what you're looking for?
Ask a Question, Get an Answer ASAP
Video files contain bitmap information. Video files contain lot of information. Even with the latest compression techniques it takes a lot of space and transmission time for video files. XML is a method to transfer data. But there is a lot of overhead in XML. The only two reasons that XML servives is that it is faster to read from an XML file and it is human readable (to debug). If you are going to use XML to transfer video it will be slower. First try to learn more on XML. Then you will see why XML is inappropriate to transfer video to XML. In XML you are not converting anything in to anything. XML is a method to mark data by putting them in to tags. It is like
Vishva
21
Sri Lanka
If you put a video in to XML it will be like
A funny video
0
xoxoxoxoxoxoxoxoxoxoxoxoxox...
1
oxoxoxoxoxoxoxoxoxoxoxoxoxox...
And on
This is really inefficient.
answered 2 years ago
Ask questions on any topic, get great answers from real people for FREE. Blurtit has hundreds of thousand of members so your sure to get the answer your looking for.