What is the difference between .avchd and .rst?
- Extension
 - .avchd
 - .rst
 
- Format
 - Binary
 - Text
 
- Category
 - Video
 - Document
 
- Developer
 - Sony, Panasonic
 - The file type rst (or reStructuredText File) was created by the Python Software Foundation.
 
- Description
 - AVCHD (Advanced Video Coding High Definition) is a file format designed for recording and playing back high definition video. It is commonly used in digital camcorders and cameras for capturing HD footage. AVCHD leverages the MPEG-4 AVC/H.264 video compression codec, which efficiently reduces file sizes while preserving high-quality video resolution, and supports both Dolby AC-3 and linear PCM audio codecs for high-quality sound.
 - Primarily created for Python, RST is a text file that uses reStructuredText markup language for in-line program documentation. It can also be used to develop standalone documents and simple web pages.
 
- MIME Type
 - video/x-avchd
 - text/x-rst
 
- Sample
 - sample.avchd
 
- Wikipedia
 - .avchd on Wikipedia
 - .rst on Wikipedia