rameplayerorg / rameplayer_old

Raspberry Media Player
GNU General Public License v2.0
1 stars 1 forks source link

metadata extraction from media files #1

Open viliman opened 9 years ago

viliman commented 9 years ago

rameplayer should be able to extract the metadata such as length of clip, title, chapter info from media files. E.g. using ffmpeg.

https://www.ffmpeg.org/ffmpeg-formats.html#Metadata-1

This then should be read by the web UI

viliman commented 9 years ago

ffprope might work even better and it can write the output in JSON, XML..

https://www.ffmpeg.org/ffprobe.html

McLad76 commented 9 years ago

...or avprobe

viliman commented 9 years ago

156b536a9f102c86515d7080eb898551ed5c3541

some fine progress made on this