uawdijnntqw1x1x1
IP : 216.73.216.86
Hostname : 6.87.74.97.host.secureserver.net
Kernel : Linux 6.87.74.97.host.secureserver.net 4.18.0-553.83.1.el8_10.x86_64 #1 SMP Mon Nov 10 04:22:44 EST 2025 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
emeraadmin
/
www
/
node_modules
/
tss-react
/
..
/
call-bind
/
..
/
ionicons
/
..
/
debug
/
..
/
..
/
4d695
/
video.tar
/
/
edid.h000064400000000325151702132430005620 0ustar00/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef __linux_video_edid_h__ #define __linux_video_edid_h__ struct edid_info { unsigned char dummy[128]; }; #endif /* __linux_video_edid_h__ */ sisfb.h000064400000016733151702132430006033 0ustar00/* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */ /* * sisfb.h - definitions for the SiS framebuffer driver * * Copyright (C) 2001-2005 by Thomas Winischhofer, Vienna, Austria. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the named License, * or any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA */ #ifndef _LINUX_SISFB_H_ #define _LINUX_SISFB_H_ #include <linux/types.h> #include <asm/ioctl.h> /**********************************************/ /* PUBLIC */ /**********************************************/ /* vbflags, public (others in sis.h) */ #define CRT2_DEFAULT 0x00000001 #define CRT2_LCD 0x00000002 #define CRT2_TV 0x00000004 #define CRT2_VGA 0x00000008 #define TV_NTSC 0x00000010 #define TV_PAL 0x00000020 #define TV_HIVISION 0x00000040 #define TV_YPBPR 0x00000080 #define TV_AVIDEO 0x00000100 #define TV_SVIDEO 0x00000200 #define TV_SCART 0x00000400 #define TV_PALM 0x00001000 #define TV_PALN 0x00002000 #define TV_NTSCJ 0x00001000 #define TV_CHSCART 0x00008000 #define TV_CHYPBPR525I 0x00010000 #define CRT1_VGA 0x00000000 #define CRT1_LCDA 0x00020000 #define VGA2_CONNECTED 0x00040000 #define VB_DISPTYPE_CRT1 0x00080000 /* CRT1 connected and used */ #define VB_SINGLE_MODE 0x20000000 /* CRT1 or CRT2; determined by DISPTYPE_CRTx */ #define VB_MIRROR_MODE 0x40000000 /* CRT1 + CRT2 identical (mirror mode) */ #define VB_DUALVIEW_MODE 0x80000000 /* CRT1 + CRT2 independent (dual head mode) */ /* Aliases: */ #define CRT2_ENABLE (CRT2_LCD | CRT2_TV | CRT2_VGA) #define TV_STANDARD (TV_NTSC | TV_PAL | TV_PALM | TV_PALN | TV_NTSCJ) #define TV_INTERFACE (TV_AVIDEO|TV_SVIDEO|TV_SCART|TV_HIVISION|TV_YPBPR|TV_CHSCART|TV_CHYPBPR525I) /* Only if TV_YPBPR is set: */ #define TV_YPBPR525I TV_NTSC #define TV_YPBPR525P TV_PAL #define TV_YPBPR750P TV_PALM #define TV_YPBPR1080I TV_PALN #define TV_YPBPRALL (TV_YPBPR525I | TV_YPBPR525P | TV_YPBPR750P | TV_YPBPR1080I) #define VB_DISPTYPE_DISP2 CRT2_ENABLE #define VB_DISPTYPE_CRT2 CRT2_ENABLE #define VB_DISPTYPE_DISP1 VB_DISPTYPE_CRT1 #define VB_DISPMODE_SINGLE VB_SINGLE_MODE #define VB_DISPMODE_MIRROR VB_MIRROR_MODE #define VB_DISPMODE_DUAL VB_DUALVIEW_MODE #define VB_DISPLAY_MODE (SINGLE_MODE | MIRROR_MODE | DUALVIEW_MODE) /* Structure argument for SISFB_GET_INFO ioctl */ struct sisfb_info { __u32 sisfb_id; /* for identifying sisfb */ #ifndef SISFB_ID #define SISFB_ID 0x53495346 /* Identify myself with 'SISF' */ #endif __u32 chip_id; /* PCI-ID of detected chip */ __u32 memory; /* total video memory in KB */ __u32 heapstart; /* heap start offset in KB */ __u8 fbvidmode; /* current sisfb mode */ __u8 sisfb_version; __u8 sisfb_revision; __u8 sisfb_patchlevel; __u8 sisfb_caps; /* sisfb capabilities */ __u32 sisfb_tqlen; /* turbo queue length (in KB) */ __u32 sisfb_pcibus; /* The card's PCI ID */ __u32 sisfb_pcislot; __u32 sisfb_pcifunc; __u8 sisfb_lcdpdc; /* PanelDelayCompensation */ __u8 sisfb_lcda; /* Detected status of LCDA for low res/text modes */ __u32 sisfb_vbflags; __u32 sisfb_currentvbflags; __u32 sisfb_scalelcd; __u32 sisfb_specialtiming; __u8 sisfb_haveemi; __u8 sisfb_emi30,sisfb_emi31,sisfb_emi32,sisfb_emi33; __u8 sisfb_haveemilcd; __u8 sisfb_lcdpdca; /* PanelDelayCompensation for LCD-via-CRT1 */ __u16 sisfb_tvxpos, sisfb_tvypos; /* Warning: Values + 32 ! */ __u32 sisfb_heapsize; /* heap size (in KB) */ __u32 sisfb_videooffset; /* Offset of viewport in video memory (in bytes) */ __u32 sisfb_curfstn; /* currently running FSTN/DSTN mode */ __u32 sisfb_curdstn; __u16 sisfb_pci_vendor; /* PCI vendor (SiS or XGI) */ __u32 sisfb_vbflags2; /* ivideo->vbflags2 */ __u8 sisfb_can_post; /* sisfb can POST this card */ __u8 sisfb_card_posted; /* card is POSTED */ __u8 sisfb_was_boot_device; /* This card was the boot video device (ie is primary) */ __u8 reserved[183]; /* for future use */ }; #define SISFB_CMD_GETVBFLAGS 0x55AA0001 /* no arg; result[1] = vbflags */ #define SISFB_CMD_SWITCHCRT1 0x55AA0010 /* arg[0]: 99 = query, 0 = off, 1 = on */ /* more to come */ #define SISFB_CMD_ERR_OK 0x80000000 /* command succeeded */ #define SISFB_CMD_ERR_LOCKED 0x80000001 /* sisfb is locked */ #define SISFB_CMD_ERR_EARLY 0x80000002 /* request before sisfb took over gfx system */ #define SISFB_CMD_ERR_NOVB 0x80000003 /* No video bridge */ #define SISFB_CMD_ERR_NOCRT2 0x80000004 /* can't change CRT1 status, CRT2 disabled */ /* more to come */ #define SISFB_CMD_ERR_UNKNOWN 0x8000ffff /* Unknown command */ #define SISFB_CMD_ERR_OTHER 0x80010000 /* Other error */ /* Argument for SISFB_CMD ioctl */ struct sisfb_cmd { __u32 sisfb_cmd; __u32 sisfb_arg[16]; __u32 sisfb_result[4]; }; /* Additional IOCTLs for communication sisfb <> X driver */ /* If changing this, vgatypes.h must also be changed (for X driver) */ /* ioctl for identifying and giving some info (esp. memory heap start) */ #define SISFB_GET_INFO_SIZE _IOR(0xF3,0x00,__u32) #define SISFB_GET_INFO _IOR(0xF3,0x01,struct sisfb_info) /* ioctrl to get current vertical retrace status */ #define SISFB_GET_VBRSTATUS _IOR(0xF3,0x02,__u32) /* ioctl to enable/disable panning auto-maximize (like nomax parameter) */ #define SISFB_GET_AUTOMAXIMIZE _IOR(0xF3,0x03,__u32) #define SISFB_SET_AUTOMAXIMIZE _IOW(0xF3,0x03,__u32) /* ioctls to relocate TV output (x=D[31:16], y=D[15:0], + 32)*/ #define SISFB_GET_TVPOSOFFSET _IOR(0xF3,0x04,__u32) #define SISFB_SET_TVPOSOFFSET _IOW(0xF3,0x04,__u32) /* ioctl for internal sisfb commands (sisfbctrl) */ #define SISFB_COMMAND _IOWR(0xF3,0x05,struct sisfb_cmd) /* ioctl for locking sisfb (no register access during lock) */ /* As of now, only used to avoid register access during * the ioctls listed above. */ #define SISFB_SET_LOCK _IOW(0xF3,0x06,__u32) /* ioctls 0xF3 up to 0x3F reserved for sisfb */ /****************************************************************/ /* The following are deprecated and should not be used anymore: */ /****************************************************************/ /* ioctl for identifying and giving some info (esp. memory heap start) */ #define SISFB_GET_INFO_OLD _IOR('n',0xF8,__u32) /* ioctrl to get current vertical retrace status */ #define SISFB_GET_VBRSTATUS_OLD _IOR('n',0xF9,__u32) /* ioctl to enable/disable panning auto-maximize (like nomax parameter) */ #define SISFB_GET_AUTOMAXIMIZE_OLD _IOR('n',0xFA,__u32) #define SISFB_SET_AUTOMAXIMIZE_OLD _IOW('n',0xFA,__u32) /****************************************************************/ /* End of deprecated ioctl numbers */ /****************************************************************/ /* For fb memory manager (FBIO_ALLOC, FBIO_FREE) */ struct sis_memreq { __u32 offset; __u32 size; }; /**********************************************/ /* PRIVATE */ /* (for IN-KERNEL usage only) */ /**********************************************/ #endif /* _LINUX_SISFB_H_ */ uvesafb.h000064400000002066151702132430006352 0ustar00/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef _UVESAFB_H #define _UVESAFB_H #include <linux/types.h> struct v86_regs { __u32 ebx; __u32 ecx; __u32 edx; __u32 esi; __u32 edi; __u32 ebp; __u32 eax; __u32 eip; __u32 eflags; __u32 esp; __u16 cs; __u16 ss; __u16 es; __u16 ds; __u16 fs; __u16 gs; }; /* Task flags */ #define TF_VBEIB 0x01 #define TF_BUF_ESDI 0x02 #define TF_BUF_ESBX 0x04 #define TF_BUF_RET 0x08 #define TF_EXIT 0x10 struct uvesafb_task { __u8 flags; int buf_len; struct v86_regs regs; }; /* Constants for the capabilities field * in vbe_ib */ #define VBE_CAP_CAN_SWITCH_DAC 0x01 #define VBE_CAP_VGACOMPAT 0x02 /* The VBE Info Block */ struct vbe_ib { char vbe_signature[4]; __u16 vbe_version; __u32 oem_string_ptr; __u32 capabilities; __u32 mode_list_ptr; __u16 total_memory; __u16 oem_software_rev; __u32 oem_vendor_name_ptr; __u32 oem_product_name_ptr; __u32 oem_product_rev_ptr; __u8 reserved[222]; char oem_data[256]; char misc_data[512]; } __attribute__ ((packed)); #endif /* _UVESAFB_H */ wavelet.xml000064400000005533151704050160006742 0ustar00<?xml version="1.0" encoding="utf-8"?> <mime-type xmlns="http://www.freedesktop.org/standards/shared-mime-info" type="video/wavelet"> <!--Created automatically by update-mime-database. DO NOT EDIT!--> <comment>Wavelet video</comment> <comment xml:lang="ar">Wavelet مرئي</comment> <comment xml:lang="ast">Videu en Wavelet</comment> <comment xml:lang="az">Wavelet video faylı</comment> <comment xml:lang="be@latin">Videa Wavelet</comment> <comment xml:lang="bg">Видео — Wavelet</comment> <comment xml:lang="ca">vídeo Wavelet</comment> <comment xml:lang="cs">video Wavelet</comment> <comment xml:lang="cy">Fideo Wavelet</comment> <comment xml:lang="da">Waveletvideo</comment> <comment xml:lang="de">Wavelet-Video</comment> <comment xml:lang="el">Βίντεο Wavelet</comment> <comment xml:lang="en_GB">Wavelet video</comment> <comment xml:lang="eo">Wavelet-video</comment> <comment xml:lang="es">vídeo Wavelet</comment> <comment xml:lang="eu">Wavelet bideoa</comment> <comment xml:lang="fi">Wavelet-video</comment> <comment xml:lang="fo">Wavelet video</comment> <comment xml:lang="fr">vidéo Wavelet</comment> <comment xml:lang="ga">físeán Wavelet</comment> <comment xml:lang="gl">vídeo Wavelet</comment> <comment xml:lang="he">וידאו של Wavelet</comment> <comment xml:lang="hr">Wavelet video snimka</comment> <comment xml:lang="hu">Wavelet-videó</comment> <comment xml:lang="ia">Video Wavelet</comment> <comment xml:lang="id">Video Wavelet</comment> <comment xml:lang="it">Video Wavelet</comment> <comment xml:lang="ja">Wavelet 動画</comment> <comment xml:lang="kk">Wavelet видеосы</comment> <comment xml:lang="ko">Wavelet 동영상</comment> <comment xml:lang="lt">Wavelet vaizdo įrašas</comment> <comment xml:lang="lv">Wavelet video</comment> <comment xml:lang="ms">Video Wavelet</comment> <comment xml:lang="nb">Wavelet-film</comment> <comment xml:lang="nl">Wavelet-video</comment> <comment xml:lang="nn">Wavelet video</comment> <comment xml:lang="oc">vidèo Wavelet</comment> <comment xml:lang="pl">Plik wideo Wavelet</comment> <comment xml:lang="pt">vídeo Wavelet</comment> <comment xml:lang="pt_BR">Vídeo Wavelet</comment> <comment xml:lang="ro">Video Wavelet</comment> <comment xml:lang="ru">Видео Wavelet</comment> <comment xml:lang="sk">Video Wavelet</comment> <comment xml:lang="sl">Video datoteka Wavelet</comment> <comment xml:lang="sq">Video Wavelet</comment> <comment xml:lang="sr">Вејвелет видео</comment> <comment xml:lang="sv">Wavelet-video</comment> <comment xml:lang="tr">Wavelet videosu</comment> <comment xml:lang="uk">відеокліп Wavelet</comment> <comment xml:lang="vi">Ảnh động Wavelet</comment> <comment xml:lang="zh_CN">Wavelet 视频</comment> <comment xml:lang="zh_TW">Wavelet 視訊</comment> </mime-type> x-ms-wmv.xml000064400000006022151704050160006760 0ustar00<?xml version="1.0" encoding="utf-8"?> <mime-type xmlns="http://www.freedesktop.org/standards/shared-mime-info" type="video/x-ms-wmv"> <!--Created automatically by update-mime-database. DO NOT EDIT!--> <comment>Windows Media video</comment> <comment xml:lang="ar">Windows Media مرئي</comment> <comment xml:lang="ast">Videu de Windows Media</comment> <comment xml:lang="be@latin">Videa Windows Media</comment> <comment xml:lang="bg">Видео — Windows Media</comment> <comment xml:lang="ca">vídeo de Windows Media</comment> <comment xml:lang="cs">video Windows Media</comment> <comment xml:lang="da">Windows Medie-video</comment> <comment xml:lang="de">Windows-Media-Video</comment> <comment xml:lang="el">Βίντεο Windows Media</comment> <comment xml:lang="en_GB">Windows Media video</comment> <comment xml:lang="es">vídeo de Windows Media</comment> <comment xml:lang="eu">Windows Media bideoa</comment> <comment xml:lang="fi">Windows Media -video</comment> <comment xml:lang="fo">Windows Media video</comment> <comment xml:lang="fr">vidéo Windows Media</comment> <comment xml:lang="ga">físeán Windows Media</comment> <comment xml:lang="gl">vídeo de Windows Media</comment> <comment xml:lang="he">וידאו של Windows Media</comment> <comment xml:lang="hr">Windows Media video snimka</comment> <comment xml:lang="hu">Windows Media videó</comment> <comment xml:lang="ia">Video Windows Media</comment> <comment xml:lang="id">Video Windows Media</comment> <comment xml:lang="it">Video Windows Media</comment> <comment xml:lang="ja">Windows Media 動画</comment> <comment xml:lang="kk">Windows Media видеосы</comment> <comment xml:lang="ko">Windows 미디어 오디오</comment> <comment xml:lang="lt">Windows Media vaizdo įrašas</comment> <comment xml:lang="lv">Windows Media video</comment> <comment xml:lang="nb">Windows Media film</comment> <comment xml:lang="nl">Windows Media-video</comment> <comment xml:lang="nn">Windows Media-video</comment> <comment xml:lang="oc">vidèo Windows Media</comment> <comment xml:lang="pl">Plik wideo Windows Media</comment> <comment xml:lang="pt">vídeo Windows Media</comment> <comment xml:lang="pt_BR">Vídeo do Windows Media</comment> <comment xml:lang="ro">Video Windows Media</comment> <comment xml:lang="ru">Видео Windows Media</comment> <comment xml:lang="sk">Video Windows Media</comment> <comment xml:lang="sl">Video datoteka Windows Media</comment> <comment xml:lang="sq">Video Windows Media</comment> <comment xml:lang="sr">Виндоуз Медија видео</comment> <comment xml:lang="sv">Windows Media-video</comment> <comment xml:lang="tr">Windows Media videosu</comment> <comment xml:lang="uk">відеокліп Windows Media</comment> <comment xml:lang="vi">Ảnh động Windows Media</comment> <comment xml:lang="zh_CN">Windows Media 视频</comment> <comment xml:lang="zh_TW">Windows Media 視訊</comment> <sub-class-of type="application/vnd.ms-asf"/> <glob pattern="*.wmv"/> </mime-type> 3gpp.xml000064400000007273151704050160006147 0ustar00<?xml version="1.0" encoding="utf-8"?> <mime-type xmlns="http://www.freedesktop.org/standards/shared-mime-info" type="video/3gpp"> <!--Created automatically by update-mime-database. DO NOT EDIT!--> <comment>3GPP multimedia file</comment> <comment xml:lang="ar">ملف وسائط متعددة 3GPP</comment> <comment xml:lang="be@latin">Multymedyjny fajł 3GPP</comment> <comment xml:lang="bg">Мултимедия — 3GPP</comment> <comment xml:lang="ca">fitxer multimèdia 3GPP</comment> <comment xml:lang="cs">multimediální soubor 3GPP</comment> <comment xml:lang="da">3GPP multimedie-fil</comment> <comment xml:lang="de">3GPP-Multimediadatei</comment> <comment xml:lang="el">Αρχείο πολυμέσων 3GPP</comment> <comment xml:lang="en_GB">3GPP multimedia file</comment> <comment xml:lang="es">archivo multimedia 3GPP</comment> <comment xml:lang="eu">3GPP multimediako fitxategia</comment> <comment xml:lang="fi">3GPP-multimediatiedosto</comment> <comment xml:lang="fo">3GGP margmiðlafíla</comment> <comment xml:lang="fr">fichier multimédia 3GPP</comment> <comment xml:lang="ga">comhad ilmheán 3GPP</comment> <comment xml:lang="gl">ficheiro multimedia 3GPP</comment> <comment xml:lang="he">קובץ מולטימדיה מסוג 3GPP</comment> <comment xml:lang="hr">3GPP multimedijska datoteka</comment> <comment xml:lang="hu">3GPP multimédiafájl</comment> <comment xml:lang="ia">File multimedial 3GPP</comment> <comment xml:lang="id">Berkas multimedia 3GPP</comment> <comment xml:lang="it">File multimediale 3GPP</comment> <comment xml:lang="ja">3GPP マルチメディアファイル</comment> <comment xml:lang="ka">3GPP მულტიმედიური ფაილი</comment> <comment xml:lang="kk">3GPP мультимедиялық файлы</comment> <comment xml:lang="ko">3GPP 멀티미디어 파일</comment> <comment xml:lang="lt">3GPP multimedijos failas</comment> <comment xml:lang="lv">3GPP multimediju datne</comment> <comment xml:lang="nb">3GPP-multimediafil</comment> <comment xml:lang="nl">3GPP-multimediabestand</comment> <comment xml:lang="nn">3GPP-multimediafil</comment> <comment xml:lang="oc">fichièr multimèdia 3GPP</comment> <comment xml:lang="pl">Plik multimedialny 3GPP</comment> <comment xml:lang="pt">ficheiro multimédia 3GPP</comment> <comment xml:lang="pt_BR">Arquivo multimídia 3GPP</comment> <comment xml:lang="ro">Fișier multimedia 3GPP</comment> <comment xml:lang="ru">Мультимедийный файл 3GPP</comment> <comment xml:lang="sk">Súbor multimédií 3GPP</comment> <comment xml:lang="sl">Večpredstavnostna datoteka 3GPP</comment> <comment xml:lang="sq">File multimedial 3GPP</comment> <comment xml:lang="sr">3ГПП мултимедијална датотека</comment> <comment xml:lang="sv">3GPP-multimediafil</comment> <comment xml:lang="tr">3GPP multimedya dosyası</comment> <comment xml:lang="uk">файл мультимедійних даних 3GPP</comment> <comment xml:lang="vi">Tập tin đa phương tiện 3GPP</comment> <comment xml:lang="zh_CN">3GPP 多媒体文件</comment> <comment xml:lang="zh_TW">3GPP 多媒體檔案</comment> <acronym>3GPP</acronym> <expanded-acronym>3rd Generation Partnership Project</expanded-acronym> <sub-class-of type="video/mp4"/> <glob pattern="*.3gp"/> <glob pattern="*.3gpp"/> <glob pattern="*.3ga"/> <alias type="video/3gp"/> <alias type="audio/3gpp"/> <alias type="video/3gpp-encrypted"/> <alias type="audio/3gpp-encrypted"/> <alias type="audio/x-rn-3gpp-amr"/> <alias type="audio/x-rn-3gpp-amr-encrypted"/> <alias type="audio/x-rn-3gpp-amr-wb"/> <alias type="audio/x-rn-3gpp-amr-wb-encrypted"/> </mime-type> mp2t.xml000064400000006404151704050160006153 0ustar00<?xml version="1.0" encoding="utf-8"?> <mime-type xmlns="http://www.freedesktop.org/standards/shared-mime-info" type="video/mp2t"> <!--Created automatically by update-mime-database. DO NOT EDIT!--> <comment>MPEG-2 transport stream</comment> <comment xml:lang="ar">بث نقل MPEG-2</comment> <comment xml:lang="bg">Поток — транспорт по MPEG-2</comment> <comment xml:lang="ca">flux de transport MPEG-2</comment> <comment xml:lang="cs">přenosový proud MPEG-2</comment> <comment xml:lang="da">MPEG-2-transportstrøm</comment> <comment xml:lang="de">MPEG-2-Transportstrom</comment> <comment xml:lang="el">Ροή μεταφοράς MPEG-2</comment> <comment xml:lang="en_GB">MPEG-2 transport stream</comment> <comment xml:lang="es">flujo de transporte MPEG-2</comment> <comment xml:lang="eu">MPEG-2 korronte garraioa</comment> <comment xml:lang="fi">MPEG-2 -siirtobittivirta</comment> <comment xml:lang="fo">MPEG-2 flutningsstreymur</comment> <comment xml:lang="fr">flux de transport MPEG-2</comment> <comment xml:lang="ga">sruth aistrithe MPEG-2</comment> <comment xml:lang="gl">fluxo de transporte MPEG-2</comment> <comment xml:lang="he">העברת זרימה של MPEG-2</comment> <comment xml:lang="hr">MPEG-2 transportni tok</comment> <comment xml:lang="hu">MPEG-2 átviteli adatfolyam</comment> <comment xml:lang="ia">Fluxo de transporto MPEG-2</comment> <comment xml:lang="id">Stream transport MPEG-2</comment> <comment xml:lang="it">Stream di trasporto MPEG-2</comment> <comment xml:lang="ja">MPEG-2 トランスポートストリーム</comment> <comment xml:lang="ka">MPEG-2-ის ტრანსპორტული ნაკადი</comment> <comment xml:lang="kk">MPEG-2 көліктік ағыны</comment> <comment xml:lang="ko">MPEG-2 전송 스트림</comment> <comment xml:lang="lt">MPEG-2 transportavimo srautas</comment> <comment xml:lang="lv">MPEG-2 transporta straume</comment> <comment xml:lang="nl">MPEG-2 transport stream</comment> <comment xml:lang="oc">flux de transpòrt MPEG-2</comment> <comment xml:lang="pl">Strumień przesyłania MPEG-2</comment> <comment xml:lang="pt">fluxo de transporte MPEG-2</comment> <comment xml:lang="pt_BR">Fluxo de transporte de MPEG-2</comment> <comment xml:lang="ro">Flux transport MPEG-2</comment> <comment xml:lang="ru">Транспортный поток MPEG-2</comment> <comment xml:lang="sk">MPEG-2 Transport Stream</comment> <comment xml:lang="sl">Pretočni vir prenosega MPEG</comment> <comment xml:lang="sr">МПЕГ-2 ток преноса</comment> <comment xml:lang="sv">MPEG-2 transportström</comment> <comment xml:lang="tr">MPEG-2 aktarım akışı</comment> <comment xml:lang="uk">потік передавання даних MPEG-2</comment> <comment xml:lang="zh_CN">MPEG-2 传输流</comment> <comment xml:lang="zh_TW">MPEG-2 傳輸串流</comment> <acronym>MPEG-2 TS</acronym> <expanded-acronym>Moving Picture Experts Group 2 Transport Stream</expanded-acronym> <glob pattern="*.m2t"/> <glob pattern="*.m2ts"/> <glob pattern="*.ts"/> <glob pattern="*.mts"/> <glob pattern="*.cpi"/> <glob pattern="*.clpi"/> <glob pattern="*.mpl"/> <glob pattern="*.mpls"/> <glob pattern="*.bdm"/> <glob pattern="*.bdmv"/> </mime-type> vnd.rn-realvideo.xml000064400000005770151704050160010453 0ustar00<?xml version="1.0" encoding="utf-8"?> <mime-type xmlns="http://www.freedesktop.org/standards/shared-mime-info" type="video/vnd.rn-realvideo"> <!--Created automatically by update-mime-database. DO NOT EDIT!--> <comment>RealVideo document</comment> <comment xml:lang="ar">مستند RealVideo</comment> <comment xml:lang="ast">Documentu RealVideo</comment> <comment xml:lang="be@latin">Dakument RealVideo</comment> <comment xml:lang="bg">Документ — RealVideo</comment> <comment xml:lang="ca">document RealVideo</comment> <comment xml:lang="cs">dokument RealVideo</comment> <comment xml:lang="da">RealAudio-dokument</comment> <comment xml:lang="de">RealVideo-Dokument</comment> <comment xml:lang="el">Έγγραφο RealVideo</comment> <comment xml:lang="en_GB">RealVideo document</comment> <comment xml:lang="eo">RealVideo-dokumento</comment> <comment xml:lang="es">documento RealVideo</comment> <comment xml:lang="eu">RealVideo dokumentua</comment> <comment xml:lang="fi">RealVideo-asiakirja</comment> <comment xml:lang="fo">RealVideo skjal</comment> <comment xml:lang="fr">document RealVideo</comment> <comment xml:lang="ga">cáipéis RealVideo</comment> <comment xml:lang="gl">documento RealVideo</comment> <comment xml:lang="he">מסמך של RealVideo</comment> <comment xml:lang="hr">RealVideo dokument</comment> <comment xml:lang="hu">RealVideo dokumentum</comment> <comment xml:lang="ia">Documento RealVideo</comment> <comment xml:lang="id">Dokumen RealVideo</comment> <comment xml:lang="it">Documento RealVideo</comment> <comment xml:lang="ja">RealVideo ドキュメント</comment> <comment xml:lang="kk">RealVideo құжаты</comment> <comment xml:lang="ko">RealVideo 문서</comment> <comment xml:lang="lt">RealVideo dokumentas</comment> <comment xml:lang="lv">RealVideo dokuments</comment> <comment xml:lang="nb">RealAudio-dokument</comment> <comment xml:lang="nl">RealVideo-document</comment> <comment xml:lang="nn">RealVideo-dokument</comment> <comment xml:lang="oc">document RealVideo</comment> <comment xml:lang="pl">Dokument RealVideo</comment> <comment xml:lang="pt">documento RealVideo</comment> <comment xml:lang="pt_BR">Documento RealVideo</comment> <comment xml:lang="ro">Document RealVideo</comment> <comment xml:lang="ru">Документ RealVideo</comment> <comment xml:lang="sk">Dokument RealVideo</comment> <comment xml:lang="sl">Video datoteka RealVideo</comment> <comment xml:lang="sq">Dokument RealVideo</comment> <comment xml:lang="sr">документ Рил Видеа</comment> <comment xml:lang="sv">RealVideo-dokument</comment> <comment xml:lang="tr">RealAudio belgesi</comment> <comment xml:lang="uk">документ RealVideo</comment> <comment xml:lang="vi">Tài liệu ảnh động RealVideo</comment> <comment xml:lang="zh_CN">RealAudio 文档</comment> <comment xml:lang="zh_TW">RealVideo 文件</comment> <glob pattern="*.rv"/> <glob pattern="*.rvx"/> <alias type="video/x-real-video"/> </mime-type> x-sgi-movie.xml000064400000005241151704050160007433 0ustar00<?xml version="1.0" encoding="utf-8"?> <mime-type xmlns="http://www.freedesktop.org/standards/shared-mime-info" type="video/x-sgi-movie"> <!--Created automatically by update-mime-database. DO NOT EDIT!--> <comment>SGI video</comment> <comment xml:lang="ar">SGI مرئي</comment> <comment xml:lang="ast">Videu en SGI</comment> <comment xml:lang="az">SGI video faylı</comment> <comment xml:lang="be@latin">Videa SGI</comment> <comment xml:lang="bg">Видео — SGI</comment> <comment xml:lang="ca">vídeo SGI</comment> <comment xml:lang="cs">video SGI</comment> <comment xml:lang="cy">Video SGI</comment> <comment xml:lang="da">SGI-video</comment> <comment xml:lang="de">SGI-Video</comment> <comment xml:lang="el">Βίντεο SGI</comment> <comment xml:lang="en_GB">SGI video</comment> <comment xml:lang="eo">SGI-video</comment> <comment xml:lang="es">vídeo SGI</comment> <comment xml:lang="eu">SGI bideoa</comment> <comment xml:lang="fi">SGI-video</comment> <comment xml:lang="fo">SGI video</comment> <comment xml:lang="fr">vidéo SGI</comment> <comment xml:lang="ga">físeán SGI</comment> <comment xml:lang="gl">vídeo SGI</comment> <comment xml:lang="he">וידאו SGI</comment> <comment xml:lang="hr">SGI video snimka</comment> <comment xml:lang="hu">SGI-videó</comment> <comment xml:lang="ia">Video SGI</comment> <comment xml:lang="id">Video SGI</comment> <comment xml:lang="it">Video SGI</comment> <comment xml:lang="ja">SGI 動画</comment> <comment xml:lang="kk">SGI видеосы</comment> <comment xml:lang="ko">SGI 동영상</comment> <comment xml:lang="lt">SGI vaizdo įrašas</comment> <comment xml:lang="lv">SGI video</comment> <comment xml:lang="ms">Video SGI</comment> <comment xml:lang="nb">SGI-film</comment> <comment xml:lang="nl">SGI-video</comment> <comment xml:lang="nn">SGI-video</comment> <comment xml:lang="oc">vidèo SGI</comment> <comment xml:lang="pl">Plik wideo SGI</comment> <comment xml:lang="pt">vídeo SGI</comment> <comment xml:lang="pt_BR">Vídeo SGI</comment> <comment xml:lang="ro">Video SGI</comment> <comment xml:lang="ru">Видео SGI</comment> <comment xml:lang="sk">Video SGI</comment> <comment xml:lang="sl">Video datoteka SGI</comment> <comment xml:lang="sq">Video SGI</comment> <comment xml:lang="sr">СГИ видео</comment> <comment xml:lang="sv">SGI-video</comment> <comment xml:lang="tr">SGI videosu</comment> <comment xml:lang="uk">відеокліп SGI</comment> <comment xml:lang="vi">Ảnh động SGI</comment> <comment xml:lang="zh_CN">SGI 视频</comment> <comment xml:lang="zh_TW">SGI 視訊</comment> <glob pattern="*.movie"/> </mime-type> mj2.xml000064400000000603151704050160005754 0ustar00<?xml version="1.0" encoding="utf-8"?> <mime-type xmlns="http://www.freedesktop.org/standards/shared-mime-info" type="video/mj2"> <!--Created automatically by update-mime-database. DO NOT EDIT!--> <comment>JPEG-2000 MJ2 video</comment> <acronym>MJ2</acronym> <expanded-acronym>Motion JPEG-2000</expanded-acronym> <glob pattern="*.mj2"/> <glob pattern="*.mjp2"/> </mime-type> quicktime.xml000064400000005704151704050160007266 0ustar00<?xml version="1.0" encoding="utf-8"?> <mime-type xmlns="http://www.freedesktop.org/standards/shared-mime-info" type="video/quicktime"> <!--Created automatically by update-mime-database. DO NOT EDIT!--> <comment>QuickTime video</comment> <comment xml:lang="ar">QuickTime مرئي</comment> <comment xml:lang="ast">Videu en QuickTime</comment> <comment xml:lang="be@latin">Videa QuickTime</comment> <comment xml:lang="bg">Видео — QuickTime</comment> <comment xml:lang="ca">vídeo QuickTime</comment> <comment xml:lang="cs">video QuickTime</comment> <comment xml:lang="da">QuickTime-video</comment> <comment xml:lang="de">QuickTime-Video</comment> <comment xml:lang="el">Βίντεο QuickTime</comment> <comment xml:lang="en_GB">QuickTime video</comment> <comment xml:lang="eo">QuickTime-video</comment> <comment xml:lang="es">vídeo QuickTime</comment> <comment xml:lang="eu">QuickTime bideoa</comment> <comment xml:lang="fi">QuickTime-video</comment> <comment xml:lang="fo">QuickTime video</comment> <comment xml:lang="fr">vidéo QuickTime</comment> <comment xml:lang="ga">físeán QuickTime</comment> <comment xml:lang="gl">vídeo QuickTime</comment> <comment xml:lang="he">וידאו של QuickTime</comment> <comment xml:lang="hr">QuickTime video snimka</comment> <comment xml:lang="hu">QuickTime videó</comment> <comment xml:lang="ia">Video QuickTime</comment> <comment xml:lang="id">Video QuickTime</comment> <comment xml:lang="it">Video QuickTime</comment> <comment xml:lang="ja">QuickTime 動画</comment> <comment xml:lang="kk">QuickTime видеосы</comment> <comment xml:lang="ko">퀵타임 동영상</comment> <comment xml:lang="lt">QuickTime vaizdo įrašas</comment> <comment xml:lang="lv">QuickTime video</comment> <comment xml:lang="ms">Video QuickTime</comment> <comment xml:lang="nb">Quicktime film</comment> <comment xml:lang="nl">QuickTime-video</comment> <comment xml:lang="nn">QuickTime-video</comment> <comment xml:lang="oc">vidèo QuickTime</comment> <comment xml:lang="pl">Plik wideo QuickTime</comment> <comment xml:lang="pt">vídeo QuickTime</comment> <comment xml:lang="pt_BR">Vídeo do QuickTime</comment> <comment xml:lang="ro">Video QuickTime</comment> <comment xml:lang="ru">Видео QuickTime</comment> <comment xml:lang="sk">Video QuickTime</comment> <comment xml:lang="sl">Video datoteka QuickTime</comment> <comment xml:lang="sq">Video QuickTime</comment> <comment xml:lang="sr">Квик Тајм видео</comment> <comment xml:lang="sv">QuickTime-video</comment> <comment xml:lang="tr">QuickTime videosu</comment> <comment xml:lang="uk">відеокліп QuickTime</comment> <comment xml:lang="vi">Ảnh động QuickTime</comment> <comment xml:lang="zh_CN">QuickTime 视频</comment> <comment xml:lang="zh_TW">QuickTime 視訊</comment> <glob pattern="*.qt"/> <glob pattern="*.mov"/> <glob pattern="*.moov"/> <glob pattern="*.qtvr"/> </mime-type> x-msvideo.xml000064400000005767151704050160007217 0ustar00<?xml version="1.0" encoding="utf-8"?> <mime-type xmlns="http://www.freedesktop.org/standards/shared-mime-info" type="video/x-msvideo"> <!--Created automatically by update-mime-database. DO NOT EDIT!--> <comment>AVI video</comment> <comment xml:lang="ar">AVI مرئي</comment> <comment xml:lang="ast">Videu n'AVI</comment> <comment xml:lang="az">AVI video faylı</comment> <comment xml:lang="be@latin">Videa AVI</comment> <comment xml:lang="bg">Видео — AVI</comment> <comment xml:lang="ca">vídeo AVI</comment> <comment xml:lang="cs">video AVI</comment> <comment xml:lang="cy">Fideo AVI</comment> <comment xml:lang="da">AVI-video</comment> <comment xml:lang="de">AVI-Video</comment> <comment xml:lang="el">Βίντεο AVI</comment> <comment xml:lang="en_GB">AVI video</comment> <comment xml:lang="eo">AVI-video</comment> <comment xml:lang="es">vídeo AVI</comment> <comment xml:lang="eu">AVI bideoa</comment> <comment xml:lang="fi">AVI-video</comment> <comment xml:lang="fo">AVI video</comment> <comment xml:lang="fr">vidéo AVI</comment> <comment xml:lang="ga">físeán AVI</comment> <comment xml:lang="gl">vídeo AVI</comment> <comment xml:lang="he">וידאו AVI</comment> <comment xml:lang="hr">AVI video snimka</comment> <comment xml:lang="hu">AVI-videó</comment> <comment xml:lang="ia">Video AVI</comment> <comment xml:lang="id">Video AVI</comment> <comment xml:lang="it">Video AVI</comment> <comment xml:lang="ja">AVI 動画</comment> <comment xml:lang="ka">AVI ვიდეო</comment> <comment xml:lang="kk">AVI видеосы</comment> <comment xml:lang="ko">AVI 동영상</comment> <comment xml:lang="lt">AVI vaizdo įrašas</comment> <comment xml:lang="lv">AVI video</comment> <comment xml:lang="ms">Video AVI</comment> <comment xml:lang="nb">AVI-film</comment> <comment xml:lang="nl">AVI-video</comment> <comment xml:lang="nn">AVI-video</comment> <comment xml:lang="oc">vidèo AVI</comment> <comment xml:lang="pl">Plik wideo AVI</comment> <comment xml:lang="pt">vídeo AVI</comment> <comment xml:lang="pt_BR">Vídeo AVI</comment> <comment xml:lang="ro">Video AVI</comment> <comment xml:lang="ru">Видео AVI</comment> <comment xml:lang="sk">Video AVI</comment> <comment xml:lang="sl">Video datoteka AVI</comment> <comment xml:lang="sq">Video AVI</comment> <comment xml:lang="sr">АВИ видео</comment> <comment xml:lang="sv">AVI-video</comment> <comment xml:lang="tr">AVI videosu</comment> <comment xml:lang="uk">відеокліп AVI</comment> <comment xml:lang="vi">Ảnh động AVI</comment> <comment xml:lang="zh_CN">AVI 视频</comment> <comment xml:lang="zh_TW">AVI 視訊</comment> <acronym>AVI</acronym> <expanded-acronym>Audio Video Interleave</expanded-acronym> <alias type="video/x-avi"/> <alias type="video/avi"/> <alias type="video/divx"/> <alias type="video/msvideo"/> <alias type="video/vnd.divx"/> <glob pattern="*.avi"/> <glob pattern="*.avf"/> <glob pattern="*.divx"/> </mime-type> ogg.xml000064400000005164151704050160006047 0ustar00<?xml version="1.0" encoding="utf-8"?> <mime-type xmlns="http://www.freedesktop.org/standards/shared-mime-info" type="video/ogg"> <!--Created automatically by update-mime-database. DO NOT EDIT!--> <comment>Ogg Video</comment> <comment xml:lang="ar">Ogg مرئي</comment> <comment xml:lang="ast">Videu n'Ogg</comment> <comment xml:lang="be@latin">Videa Ogg</comment> <comment xml:lang="bg">Видео — Ogg</comment> <comment xml:lang="ca">vídeo Ogg</comment> <comment xml:lang="cs">video Ogg</comment> <comment xml:lang="da">Ogg-video</comment> <comment xml:lang="de">Ogg-Video</comment> <comment xml:lang="el">Βίντεο Ogg</comment> <comment xml:lang="en_GB">Ogg Video</comment> <comment xml:lang="es">vídeo Ogg</comment> <comment xml:lang="eu">Ogg bideoa</comment> <comment xml:lang="fi">Ogg-video</comment> <comment xml:lang="fo">Ogg Video</comment> <comment xml:lang="fr">vidéo Ogg</comment> <comment xml:lang="ga">Físeán Ogg</comment> <comment xml:lang="gl">vídeo Ogg</comment> <comment xml:lang="he">וידאו Ogg</comment> <comment xml:lang="hr">Ogg video snimka</comment> <comment xml:lang="hu">Ogg videó</comment> <comment xml:lang="ia">Video Ogg</comment> <comment xml:lang="id">Video Ogg</comment> <comment xml:lang="it">Video Ogg</comment> <comment xml:lang="ja">Ogg 動画</comment> <comment xml:lang="ka">Ogg ვიდეო</comment> <comment xml:lang="kk">Ogg видеосы</comment> <comment xml:lang="ko">Ogg 동영상</comment> <comment xml:lang="lt">Ogg vaizdo įrašas</comment> <comment xml:lang="lv">Ogg video</comment> <comment xml:lang="nb">Ogg video</comment> <comment xml:lang="nl">Ogg-video</comment> <comment xml:lang="nn">Ogg-video</comment> <comment xml:lang="oc">vidèo Ogg</comment> <comment xml:lang="pl">Plik wideo Ogg</comment> <comment xml:lang="pt">vídeo Ogg</comment> <comment xml:lang="pt_BR">Vídeo Ogg</comment> <comment xml:lang="ro">Video Ogg</comment> <comment xml:lang="ru">Видео Ogg</comment> <comment xml:lang="sk">Video Ogg</comment> <comment xml:lang="sl">Video datoteka Ogg</comment> <comment xml:lang="sq">Video Ogg</comment> <comment xml:lang="sr">Огг снимак</comment> <comment xml:lang="sv">Ogg-video</comment> <comment xml:lang="tr">Ogg Video</comment> <comment xml:lang="uk">відеокліп ogg</comment> <comment xml:lang="vi">Ảnh động Ogg</comment> <comment xml:lang="zh_CN">Ogg 视频</comment> <comment xml:lang="zh_TW">Ogg 視訊</comment> <sub-class-of type="application/ogg"/> <glob pattern="*.ogv"/> <glob pattern="*.ogg"/> <alias type="video/x-ogg"/> </mime-type> vnd.vivo.xml000064400000005405151704050160007042 0ustar00<?xml version="1.0" encoding="utf-8"?> <mime-type xmlns="http://www.freedesktop.org/standards/shared-mime-info" type="video/vnd.vivo"> <!--Created automatically by update-mime-database. DO NOT EDIT!--> <comment>Vivo video</comment> <comment xml:lang="ar">Vivo مرئي</comment> <comment xml:lang="ast">Videu en Vivo</comment> <comment xml:lang="az">Vivo video faylı</comment> <comment xml:lang="be@latin">Videa Vivo</comment> <comment xml:lang="bg">Видео — Vivo</comment> <comment xml:lang="ca">vídeo Vivo</comment> <comment xml:lang="cs">video Vivo</comment> <comment xml:lang="cy">Fideo Vivo</comment> <comment xml:lang="da">Vivo-video</comment> <comment xml:lang="de">Vivo-Video</comment> <comment xml:lang="el">Βίντεο Vivo</comment> <comment xml:lang="en_GB">Vivo video</comment> <comment xml:lang="eo">Vivo-video</comment> <comment xml:lang="es">vídeo Vivo</comment> <comment xml:lang="eu">Vivo bideoa</comment> <comment xml:lang="fi">Vivo-video</comment> <comment xml:lang="fo">Vivo video</comment> <comment xml:lang="fr">vidéo Vivo</comment> <comment xml:lang="ga">físeán Vivo</comment> <comment xml:lang="gl">vídeo Vivo</comment> <comment xml:lang="he">וידאו של Vivo</comment> <comment xml:lang="hr">Vivo video snimka</comment> <comment xml:lang="hu">Vivo-videó</comment> <comment xml:lang="ia">Video Vivo</comment> <comment xml:lang="id">Video Vivo</comment> <comment xml:lang="it">Video Vivo</comment> <comment xml:lang="ja">Vivo 動画</comment> <comment xml:lang="kk">Vivo видеосы</comment> <comment xml:lang="ko">Vivo 동영상</comment> <comment xml:lang="lt">Vivo vaizdo įrašas</comment> <comment xml:lang="lv">Vivo video</comment> <comment xml:lang="ms">Video Vivo</comment> <comment xml:lang="nb">Vivo-film</comment> <comment xml:lang="nl">Vivo-video</comment> <comment xml:lang="nn">Vivo-film</comment> <comment xml:lang="oc">vidèo Vivo</comment> <comment xml:lang="pl">Plik wideo Vivo</comment> <comment xml:lang="pt">vídeo Vivo</comment> <comment xml:lang="pt_BR">Vídeo Vivo</comment> <comment xml:lang="ro">Video Vivo</comment> <comment xml:lang="ru">Видео Vivo</comment> <comment xml:lang="sk">Video Vivo</comment> <comment xml:lang="sl">Video datoteka Vivo</comment> <comment xml:lang="sq">Video Vivo</comment> <comment xml:lang="sr">Виво видео</comment> <comment xml:lang="sv">Vivo-video</comment> <comment xml:lang="tr">Vivo videosu</comment> <comment xml:lang="uk">відео Vivo</comment> <comment xml:lang="vi">Ảnh động Vivo</comment> <comment xml:lang="zh_CN">Vivo 视频</comment> <comment xml:lang="zh_TW">Vivo 視訊</comment> <alias type="video/vivo"/> <glob pattern="*.viv"/> <glob pattern="*.vivo"/> </mime-type> x-mng.xml000064400000005426151704050160006322 0ustar00<?xml version="1.0" encoding="utf-8"?> <mime-type xmlns="http://www.freedesktop.org/standards/shared-mime-info" type="video/x-mng"> <!--Created automatically by update-mime-database. DO NOT EDIT!--> <comment>MNG animation</comment> <comment xml:lang="ar">تحريكة MNG</comment> <comment xml:lang="be@latin">Animacyja MNG</comment> <comment xml:lang="bg">Анимация — MNG</comment> <comment xml:lang="ca">animació MNG</comment> <comment xml:lang="cs">animace MNG</comment> <comment xml:lang="da">MNG-animation</comment> <comment xml:lang="de">MNG-Animation</comment> <comment xml:lang="el">Κινούμενο σχέδιο MNG</comment> <comment xml:lang="en_GB">MNG animation</comment> <comment xml:lang="eo">MNG-animacio</comment> <comment xml:lang="es">animación MNG</comment> <comment xml:lang="eu">MNG animazioa</comment> <comment xml:lang="fi">MNG-animaatio</comment> <comment xml:lang="fo">MNG teknimyndagerð</comment> <comment xml:lang="fr">animation MNG</comment> <comment xml:lang="ga">beochan MNG</comment> <comment xml:lang="gl">animación MNG</comment> <comment xml:lang="he">הנפשת MNG</comment> <comment xml:lang="hr">MNG animacija</comment> <comment xml:lang="hu">MNG-animáció</comment> <comment xml:lang="ia">Animation MNG</comment> <comment xml:lang="id">Animasi MNG</comment> <comment xml:lang="it">Animazione MNG</comment> <comment xml:lang="ja">MNG アニメーション</comment> <comment xml:lang="kk">MNG анимациясы</comment> <comment xml:lang="ko">MNG 동화상</comment> <comment xml:lang="lt">MNG animacija</comment> <comment xml:lang="lv">MNG animācija</comment> <comment xml:lang="ms">Animasi MNG</comment> <comment xml:lang="nb">MNG-animasjon</comment> <comment xml:lang="nl">MNG-animatie</comment> <comment xml:lang="nn">MNG-animasjon</comment> <comment xml:lang="oc">animacion MNG</comment> <comment xml:lang="pl">Animacja MNG</comment> <comment xml:lang="pt">animação MNG</comment> <comment xml:lang="pt_BR">Animação MNG</comment> <comment xml:lang="ro">Animație MNG</comment> <comment xml:lang="ru">Анимация MNG</comment> <comment xml:lang="sk">Animácia MNG</comment> <comment xml:lang="sl">Datoteka animacije MNG</comment> <comment xml:lang="sq">Animim MNG</comment> <comment xml:lang="sr">МНГ анимација</comment> <comment xml:lang="sv">MNG-animering</comment> <comment xml:lang="tr">MNG canlandırması</comment> <comment xml:lang="uk">анімація MNG</comment> <comment xml:lang="vi">Hoạt ảnh MNG</comment> <comment xml:lang="zh_CN">MNG 动画</comment> <comment xml:lang="zh_TW">MNG 動畫</comment> <acronym>MNG</acronym> <expanded-acronym>Multiple-Image Network Graphics</expanded-acronym> <glob pattern="*.mng"/> </mime-type> mp4.xml000064400000005537151704050160005777 0ustar00<?xml version="1.0" encoding="utf-8"?> <mime-type xmlns="http://www.freedesktop.org/standards/shared-mime-info" type="video/mp4"> <!--Created automatically by update-mime-database. DO NOT EDIT!--> <comment>MPEG-4 video</comment> <comment xml:lang="ar">MPEG-4 مرئي</comment> <comment xml:lang="ast">Videu en MPEG-4</comment> <comment xml:lang="be@latin">Videa MPEG-4</comment> <comment xml:lang="bg">Видео — MPEG-4</comment> <comment xml:lang="ca">vídeo MPEG-4</comment> <comment xml:lang="cs">video MPEG-4</comment> <comment xml:lang="da">MPEG4-video</comment> <comment xml:lang="de">MPEG-4-Video</comment> <comment xml:lang="el">Βίντεο MPEG-4</comment> <comment xml:lang="en_GB">MPEG-4 video</comment> <comment xml:lang="eo">MPEG-4-video</comment> <comment xml:lang="es">vídeo MPEG-4</comment> <comment xml:lang="eu">MPEG-4 bideoa</comment> <comment xml:lang="fi">MPEG-4-video</comment> <comment xml:lang="fo">MPEG-4 video</comment> <comment xml:lang="fr">vidéo MPEG-4</comment> <comment xml:lang="ga">físeán MPEG-4</comment> <comment xml:lang="gl">vídeo MPEG-4</comment> <comment xml:lang="he">וידאו MPEG-4</comment> <comment xml:lang="hr">MPEG-4 video snimka</comment> <comment xml:lang="hu">MPEG-4 videó</comment> <comment xml:lang="ia">Video MPEG-4</comment> <comment xml:lang="id">Video MPEG-4</comment> <comment xml:lang="it">Video MPEG-4</comment> <comment xml:lang="ja">MPEG-4 動画</comment> <comment xml:lang="ka">MPEG-4 ვიდეო</comment> <comment xml:lang="kk">MPEG-4 видеосы</comment> <comment xml:lang="ko">MPEG-4 동영상</comment> <comment xml:lang="lt">MPEG-4 vaizdo įrašas</comment> <comment xml:lang="lv">MPEG-4 video</comment> <comment xml:lang="nb">MPEG-4-film</comment> <comment xml:lang="nl">MPEG4-video</comment> <comment xml:lang="nn">MPEG-4-video</comment> <comment xml:lang="oc">vidèo MPEG-4</comment> <comment xml:lang="pl">Plik wideo MPEG-4</comment> <comment xml:lang="pt">vídeo MPEG-4</comment> <comment xml:lang="pt_BR">Vídeo MPEG-4</comment> <comment xml:lang="ro">Video MPEG-4</comment> <comment xml:lang="ru">Видео MPEG-4</comment> <comment xml:lang="sk">Video MPEG-4</comment> <comment xml:lang="sl">Video datoteka MPEG-4</comment> <comment xml:lang="sq">Video MPEG-4</comment> <comment xml:lang="sr">МПЕГ-4 видео</comment> <comment xml:lang="sv">MPEG-4-video</comment> <comment xml:lang="tr">MPEG-4 video</comment> <comment xml:lang="uk">відеокліп MPEG-4</comment> <comment xml:lang="vi">Ảnh động MPEG-4</comment> <comment xml:lang="zh_CN">MPEG-4 视频</comment> <comment xml:lang="zh_TW">MPEG-4 視訊</comment> <alias type="video/mp4v-es"/> <glob pattern="*.mp4"/> <glob pattern="*.m4v"/> <glob pattern="*.f4v"/> <glob pattern="*.lrv"/> <alias type="video/x-m4v"/> </mime-type> dv.xml000064400000005126151704050160005702 0ustar00<?xml version="1.0" encoding="utf-8"?> <mime-type xmlns="http://www.freedesktop.org/standards/shared-mime-info" type="video/dv"> <!--Created automatically by update-mime-database. DO NOT EDIT!--> <comment>DV video</comment> <comment xml:lang="ar">DV مرئي</comment> <comment xml:lang="ast">Videu en DV</comment> <comment xml:lang="be@latin">Videa DV</comment> <comment xml:lang="bg">Видео — DV</comment> <comment xml:lang="ca">vídeo DV</comment> <comment xml:lang="cs">video DV</comment> <comment xml:lang="da">DV-video</comment> <comment xml:lang="de">DV-Video</comment> <comment xml:lang="el">Βίντεο DV</comment> <comment xml:lang="en_GB">DV video</comment> <comment xml:lang="eo">DV-video</comment> <comment xml:lang="es">vídeo DV</comment> <comment xml:lang="eu">DV bideoa</comment> <comment xml:lang="fi">DV-video</comment> <comment xml:lang="fo">DV video</comment> <comment xml:lang="fr">vidéo DV</comment> <comment xml:lang="ga">físeán DV</comment> <comment xml:lang="gl">vídeo DV</comment> <comment xml:lang="he">וידאו DV</comment> <comment xml:lang="hr">DV video snimka</comment> <comment xml:lang="hu">DV videó</comment> <comment xml:lang="ia">Video DV</comment> <comment xml:lang="id">Video DV</comment> <comment xml:lang="it">Video DV</comment> <comment xml:lang="ja">DV 動画</comment> <comment xml:lang="ka">DV ვიდეო</comment> <comment xml:lang="kk">DV видеосы</comment> <comment xml:lang="ko">DV 동영상</comment> <comment xml:lang="lt">DV vaizdo įrašas</comment> <comment xml:lang="lv">DV video</comment> <comment xml:lang="nb">DV-film</comment> <comment xml:lang="nl">DV-video</comment> <comment xml:lang="nn">DV-video</comment> <comment xml:lang="oc">vidèo DV</comment> <comment xml:lang="pl">Plik wideo DV</comment> <comment xml:lang="pt">vídeo DV</comment> <comment xml:lang="pt_BR">Vídeo DV</comment> <comment xml:lang="ro">Video DV</comment> <comment xml:lang="ru">Видео DV</comment> <comment xml:lang="sk">Video DV</comment> <comment xml:lang="sl">Video datoteka DV</comment> <comment xml:lang="sq">Video DV</comment> <comment xml:lang="sr">ДВ видео</comment> <comment xml:lang="sv">DV-video</comment> <comment xml:lang="tr">DV video</comment> <comment xml:lang="uk">відеокліп DV</comment> <comment xml:lang="vi">Ảnh động DV</comment> <comment xml:lang="zh_CN">DV 视频</comment> <comment xml:lang="zh_TW">DV 視訊</comment> <acronym>DV</acronym> <expanded-acronym>Digital Video</expanded-acronym> <glob pattern="*.dv"/> </mime-type> x-ogm+ogg.xml000064400000005204151704050160007065 0ustar00<?xml version="1.0" encoding="utf-8"?> <mime-type xmlns="http://www.freedesktop.org/standards/shared-mime-info" type="video/x-ogm+ogg"> <!--Created automatically by update-mime-database. DO NOT EDIT!--> <comment>OGM video</comment> <comment xml:lang="ar">OGM مرئي</comment> <comment xml:lang="ast">Videu n'OGM</comment> <comment xml:lang="be@latin">Videa OGM</comment> <comment xml:lang="bg">Видео — OGM</comment> <comment xml:lang="ca">vídeo OGM</comment> <comment xml:lang="cs">video OGM</comment> <comment xml:lang="da">OGM-video</comment> <comment xml:lang="de">OGM-Video</comment> <comment xml:lang="el">Βίντεο OGM</comment> <comment xml:lang="en_GB">OGM video</comment> <comment xml:lang="eo">OGM-video</comment> <comment xml:lang="es">vídeo OGM</comment> <comment xml:lang="eu">OGM bideoa</comment> <comment xml:lang="fi">OGM-video</comment> <comment xml:lang="fo">OGM video</comment> <comment xml:lang="fr">vidéo OGM</comment> <comment xml:lang="ga">físeán OGM</comment> <comment xml:lang="gl">vídeo OGM</comment> <comment xml:lang="he">וידאו OGM</comment> <comment xml:lang="hr">OGM video snimka</comment> <comment xml:lang="hu">OGM-videó</comment> <comment xml:lang="ia">Video OGM</comment> <comment xml:lang="id">Video OGM</comment> <comment xml:lang="it">Video OGM</comment> <comment xml:lang="ja">OGM 動画</comment> <comment xml:lang="ka">OGM ვიდეო</comment> <comment xml:lang="kk">OGM видеосы</comment> <comment xml:lang="ko">OGM 동영상</comment> <comment xml:lang="lt">OGM vaizdo įrašas</comment> <comment xml:lang="lv">OGM video</comment> <comment xml:lang="nb">OGM-film</comment> <comment xml:lang="nl">OGM-video</comment> <comment xml:lang="nn">OGM-video</comment> <comment xml:lang="oc">vidèo OGM</comment> <comment xml:lang="pl">Plik wideo OGM</comment> <comment xml:lang="pt">vídeo OGM</comment> <comment xml:lang="pt_BR">Vídeo OGM</comment> <comment xml:lang="ro">Video OGM</comment> <comment xml:lang="ru">Видео OGM</comment> <comment xml:lang="sk">Video OGM</comment> <comment xml:lang="sl">Video datoteka OGM</comment> <comment xml:lang="sq">Video OGM</comment> <comment xml:lang="sr">ОГМ видео</comment> <comment xml:lang="sv">OGM-video</comment> <comment xml:lang="tr">OGM video</comment> <comment xml:lang="uk">відеокліп OGM</comment> <comment xml:lang="vi">Ảnh động OGM</comment> <comment xml:lang="zh_CN">OGM 视频</comment> <comment xml:lang="zh_TW">OGM 視訊</comment> <sub-class-of type="video/ogg"/> <alias type="video/x-ogm"/> <glob pattern="*.ogm"/> </mime-type> vnd.mpegurl.xml000064400000005420151704050160007527 0ustar00<?xml version="1.0" encoding="utf-8"?> <mime-type xmlns="http://www.freedesktop.org/standards/shared-mime-info" type="video/vnd.mpegurl"> <!--Created automatically by update-mime-database. DO NOT EDIT!--> <comment>MPEG video (streamed)</comment> <comment xml:lang="ast">Videu en MPEG (tresmitíu)</comment> <comment xml:lang="bg">Видео — MPEG, поточно</comment> <comment xml:lang="ca">vídeo MPEG (flux)</comment> <comment xml:lang="cs">video MPEG (proud)</comment> <comment xml:lang="da">MPEG-video (streamet)</comment> <comment xml:lang="de">MPEG-Video (Datenstrom)</comment> <comment xml:lang="el">Βίντεο MPEG (εκπεμπόμενο)</comment> <comment xml:lang="en_GB">MPEG video (streamed)</comment> <comment xml:lang="es">vídeo MPEG (transmisión)</comment> <comment xml:lang="eu">MPEG bideoa (korronte bidez)</comment> <comment xml:lang="fi">MPEG-video (virtaus)</comment> <comment xml:lang="fr">vidéo MPEG (flux)</comment> <comment xml:lang="ga">físeán MPEG (sruthaithe)</comment> <comment xml:lang="gl">vídeo MPEG (en stream)</comment> <comment xml:lang="he">קובץ MPEG (בהזרמה)</comment> <comment xml:lang="hr">MPEG video snimka (strujanje)</comment> <comment xml:lang="hu">MPEG videó (szórt)</comment> <comment xml:lang="ia">Video MPEG (in fluxo)</comment> <comment xml:lang="id">Video MPEG (di-stream-kan)</comment> <comment xml:lang="it">Video MPEG (streamed)</comment> <comment xml:lang="ja">MPEG ビデオ(ストリーム)</comment> <comment xml:lang="ka">MPEG ვიდეო (ნაკადი)</comment> <comment xml:lang="kk">MPEG видео (ағымдық)</comment> <comment xml:lang="ko">MPEG 동영상(스트리밍)</comment> <comment xml:lang="lv">MPEG video (straumēts)</comment> <comment xml:lang="nl">MPEG video (streamed)</comment> <comment xml:lang="oc">vidèo MPEG (flux)</comment> <comment xml:lang="pl">Plik wideo MPEG (strumień)</comment> <comment xml:lang="pt">vídeo MPEG (em fluxo)</comment> <comment xml:lang="pt_BR">Vídeo MPEG (fluxo)</comment> <comment xml:lang="ru">Видео MPEG (потоковое)</comment> <comment xml:lang="sk">MPEG video (streamované)</comment> <comment xml:lang="sl">MPEG-video (pretočni)</comment> <comment xml:lang="sr">МПЕГ видео (проточни)</comment> <comment xml:lang="sv">MPEG-video (strömmad)</comment> <comment xml:lang="tr">MPEG videosu (akış)</comment> <comment xml:lang="uk">відеокліп MPEG (потоковий)</comment> <comment xml:lang="zh_CN">MPEG 视频流媒体</comment> <comment xml:lang="zh_TW">MPEG 視訊 (串流)</comment> <sub-class-of type="text/plain"/> <alias type="video/x-mpegurl"/> <glob pattern="*.m1u"/> <glob pattern="*.m4u"/> <glob pattern="*.mxu"/> </mime-type> x-flic.xml000064400000005435151704050160006456 0ustar00<?xml version="1.0" encoding="utf-8"?> <mime-type xmlns="http://www.freedesktop.org/standards/shared-mime-info" type="video/x-flic"> <!--Created automatically by update-mime-database. DO NOT EDIT!--> <comment>FLIC animation</comment> <comment xml:lang="ar">تحريكة FLIC</comment> <comment xml:lang="be@latin">Animacyja FLIC</comment> <comment xml:lang="bg">Анимация — FLIC</comment> <comment xml:lang="ca">animació FLIC</comment> <comment xml:lang="cs">animace FLIC</comment> <comment xml:lang="da">FLIC-animation</comment> <comment xml:lang="de">FLIC-Animation</comment> <comment xml:lang="el">Κινούμενο σχέδιο FLIC</comment> <comment xml:lang="en_GB">FLIC animation</comment> <comment xml:lang="es">animación FLIC</comment> <comment xml:lang="eu">FLIC animazioa</comment> <comment xml:lang="fi">FLIC-animaatio</comment> <comment xml:lang="fo">FLIC teknimyndagerð</comment> <comment xml:lang="fr">animation FLIC</comment> <comment xml:lang="ga">beochan FLIC</comment> <comment xml:lang="gl">animación FLIC</comment> <comment xml:lang="he">הנפשת FLIC</comment> <comment xml:lang="hr">FLIC animacija</comment> <comment xml:lang="hu">FLIC animáció</comment> <comment xml:lang="ia">Animation FLIC</comment> <comment xml:lang="id">Animasi FLIC</comment> <comment xml:lang="it">Animazione FLIC</comment> <comment xml:lang="ja">FLIC アニメーション</comment> <comment xml:lang="ka">FLIC ანიმაცია</comment> <comment xml:lang="kk">FLIC анимациясы</comment> <comment xml:lang="ko">FLIC 동화상</comment> <comment xml:lang="lt">FLIC animacija</comment> <comment xml:lang="lv">FLIC animācija</comment> <comment xml:lang="nb">FLIC-animasjon</comment> <comment xml:lang="nl">FLIC-animatie</comment> <comment xml:lang="nn">FLIC-animasjon</comment> <comment xml:lang="oc">animacion FLIC</comment> <comment xml:lang="pl">Plik animacji FLIC</comment> <comment xml:lang="pt">animação FLIC</comment> <comment xml:lang="pt_BR">Animação FLIC</comment> <comment xml:lang="ro">Animație FLIC</comment> <comment xml:lang="ru">Анимация FLIC</comment> <comment xml:lang="sk">Animácia FLIC</comment> <comment xml:lang="sl">Datoteka animacije FLIC</comment> <comment xml:lang="sq">Animim FLIC</comment> <comment xml:lang="sr">ФЛИЦ анимација</comment> <comment xml:lang="sv">FLIC-animering</comment> <comment xml:lang="tr">FLIC animasyonu</comment> <comment xml:lang="uk">анімація FLIC</comment> <comment xml:lang="vi">Hoạt ảnh FLIC</comment> <comment xml:lang="zh_CN">FLIC 动画</comment> <comment xml:lang="zh_TW">FLIC 動畫</comment> <alias type="video/fli"/> <alias type="video/x-fli"/> <glob pattern="*.fli"/> <glob pattern="*.flc"/> </mime-type> 3gpp2.xml000064400000006140151704050160006221 0ustar00<?xml version="1.0" encoding="utf-8"?> <mime-type xmlns="http://www.freedesktop.org/standards/shared-mime-info" type="video/3gpp2"> <!--Created automatically by update-mime-database. DO NOT EDIT!--> <comment>3GPP2 multimedia file</comment> <comment xml:lang="ar">ملف وسائط متعددة 3GPP2</comment> <comment xml:lang="bg">Мултимедия — 3GPP2</comment> <comment xml:lang="ca">fitxer multimèdia 3GPP2</comment> <comment xml:lang="cs">multimediální soubor 3GPP2</comment> <comment xml:lang="da">3GPP2 multimedie-fil</comment> <comment xml:lang="de">3GPP2-Multimediadatei</comment> <comment xml:lang="el">Αρχείο πολυμέσων 3GPP2</comment> <comment xml:lang="en_GB">3GPP2 multimedia file</comment> <comment xml:lang="es">archivo multimedia 3GPP2</comment> <comment xml:lang="eu">3GPP2 multimediako fitxategia</comment> <comment xml:lang="fi">3GPP2-multimediatiedosto</comment> <comment xml:lang="fo">3GGP2 margmiðlafíla</comment> <comment xml:lang="fr">fichier multimédia 3GPP2</comment> <comment xml:lang="ga">comhad ilmheán 3GPP2</comment> <comment xml:lang="gl">ficheiro multimedia 3GPP2</comment> <comment xml:lang="he">קובץ מולטימדיה 3GPP2</comment> <comment xml:lang="hr">3GPP2 multimedijska datoteka</comment> <comment xml:lang="hu">3GPP2 multimédiafájl</comment> <comment xml:lang="ia">File multimedial 3GPP2</comment> <comment xml:lang="id">Berkas multimedia 3GPP2</comment> <comment xml:lang="it">File multimediale 3GPP2</comment> <comment xml:lang="ja">3GPP2 マルチメディアファイル</comment> <comment xml:lang="ka">3GPP2 მულტიმედიური ფაილი</comment> <comment xml:lang="kk">3GPP2 мультимедиялық файлы</comment> <comment xml:lang="ko">3GPP2 멀티미디어 파일</comment> <comment xml:lang="lv">3GPP2 multimediju datne</comment> <comment xml:lang="nl">3GPP2 multimedia bestand</comment> <comment xml:lang="oc">fichièr multimèdia 3GPP2</comment> <comment xml:lang="pl">Plik multimedialny 3GPP2</comment> <comment xml:lang="pt">ficheiro multimédia 3GPP2</comment> <comment xml:lang="pt_BR">Arquivo multimídia 3GPP2</comment> <comment xml:lang="ro">Fișier multimedia 3GPP2</comment> <comment xml:lang="ru">Мультимедийный файл 3GPP2</comment> <comment xml:lang="sk">Súbor multimédií 3GPP2</comment> <comment xml:lang="sl">Večpredstavnostna datoteka 3GPP2</comment> <comment xml:lang="sr">3ГПП2 мултимедијална датотека</comment> <comment xml:lang="sv">3GPP2-multimediafil</comment> <comment xml:lang="tr">3GPP2 multimedya dosyası</comment> <comment xml:lang="uk">файл мультимедійних даних 3GPP2</comment> <comment xml:lang="zh_CN">3GPP2 多媒体文件</comment> <comment xml:lang="zh_TW">3GPP2 多媒體檔案</comment> <acronym>3GPP2</acronym> <expanded-acronym>3rd Generation Partnership Project 2</expanded-acronym> <sub-class-of type="video/mp4"/> <glob pattern="*.3g2"/> <glob pattern="*.3gp2"/> <glob pattern="*.3gpp2"/> <alias type="audio/3gpp2"/> </mime-type> x-nsv.xml000064400000005422151704050160006343 0ustar00<?xml version="1.0" encoding="utf-8"?> <mime-type xmlns="http://www.freedesktop.org/standards/shared-mime-info" type="video/x-nsv"> <!--Created automatically by update-mime-database. DO NOT EDIT!--> <comment>NullSoft video</comment> <comment xml:lang="ar">NullSoft مرئي</comment> <comment xml:lang="ast">Videu de NullSoft</comment> <comment xml:lang="be@latin">Videa NullSoft</comment> <comment xml:lang="bg">Видео — NullSoft</comment> <comment xml:lang="ca">vídeo NullSoft</comment> <comment xml:lang="cs">video NullSoft</comment> <comment xml:lang="da">NullSoft-video</comment> <comment xml:lang="de">NullSoft-Video</comment> <comment xml:lang="el">Βίντεο Nullsoft</comment> <comment xml:lang="en_GB">NullSoft video</comment> <comment xml:lang="eo">NullSoft-video</comment> <comment xml:lang="es">vídeo NullSoft</comment> <comment xml:lang="eu">NullSoft bideoa</comment> <comment xml:lang="fi">NullSoft-video</comment> <comment xml:lang="fo">NullSoft video</comment> <comment xml:lang="fr">vidéo NullSoft</comment> <comment xml:lang="ga">físeán NullSoft</comment> <comment xml:lang="gl">vídeo de NullSoft</comment> <comment xml:lang="he">וידאו של NullSot</comment> <comment xml:lang="hr">NullSoft video snimka</comment> <comment xml:lang="hu">NullSoft videó</comment> <comment xml:lang="ia">Video NullSoft</comment> <comment xml:lang="id">Video NullSoft</comment> <comment xml:lang="it">Video NullSoft</comment> <comment xml:lang="ja">NullSoft 動画</comment> <comment xml:lang="kk">NullSoft видеосы</comment> <comment xml:lang="ko">널소프트 동영상</comment> <comment xml:lang="lt">NullSoft vaizdo įrašas</comment> <comment xml:lang="lv">NullSoft video</comment> <comment xml:lang="nb">Nullsoft-film</comment> <comment xml:lang="nl">NullSoft-video</comment> <comment xml:lang="nn">NullSoft-video</comment> <comment xml:lang="oc">vidèo NullSoft</comment> <comment xml:lang="pl">Plik wideo NullSoft</comment> <comment xml:lang="pt">vídeo NullSoft</comment> <comment xml:lang="pt_BR">Vídeo do NullSoft</comment> <comment xml:lang="ro">Video NullSoft</comment> <comment xml:lang="ru">Видео Nullsoft</comment> <comment xml:lang="sk">Video NullSoft</comment> <comment xml:lang="sl">Video datoteka NullSoft</comment> <comment xml:lang="sq">Video NullSoft</comment> <comment xml:lang="sr">Нул Софт видео</comment> <comment xml:lang="sv">NullSoft-video</comment> <comment xml:lang="tr">Nullsoft videosu</comment> <comment xml:lang="uk">відеокліп NullSoft</comment> <comment xml:lang="vi">Ảnh động NullSoft</comment> <comment xml:lang="zh_CN">NullSoft 视频</comment> <comment xml:lang="zh_TW">NullSoft 視訊</comment> <glob pattern="*.nsv"/> </mime-type> annodex.xml000064400000005233151704050160006724 0ustar00<?xml version="1.0" encoding="utf-8"?> <mime-type xmlns="http://www.freedesktop.org/standards/shared-mime-info" type="video/annodex"> <!--Created automatically by update-mime-database. DO NOT EDIT!--> <comment>Annodex Video</comment> <comment xml:lang="ar">Annodex مرئي</comment> <comment xml:lang="ast">Videu n'Annodex</comment> <comment xml:lang="bg">Видео — Annodex</comment> <comment xml:lang="ca">Annodex Video</comment> <comment xml:lang="cs">video Annodex</comment> <comment xml:lang="da">Annodexvideo</comment> <comment xml:lang="de">Annodex-Video</comment> <comment xml:lang="el">Βίντεο Annodex</comment> <comment xml:lang="en_GB">Annodex Video</comment> <comment xml:lang="eo">Annodex-video</comment> <comment xml:lang="es">vídeo Annodex</comment> <comment xml:lang="eu">Annodex bideoa</comment> <comment xml:lang="fi">Annodex-video</comment> <comment xml:lang="fo">Annodex video</comment> <comment xml:lang="fr">vidéo Annodex</comment> <comment xml:lang="ga">Físeán Annodex</comment> <comment xml:lang="gl">vídeo de Annodex</comment> <comment xml:lang="he">וידאו Annodex</comment> <comment xml:lang="hr">Annodex video snimka</comment> <comment xml:lang="hu">Annodex videó</comment> <comment xml:lang="ia">Video Annodex</comment> <comment xml:lang="id">Video Annodex</comment> <comment xml:lang="it">Video Annodex</comment> <comment xml:lang="ja">Annodex 動画</comment> <comment xml:lang="ka">Annodex-ის ვიდეო</comment> <comment xml:lang="kk">Annodex видеосы</comment> <comment xml:lang="ko">Annodex 동영상</comment> <comment xml:lang="lt">Annodex vaizdo įrašas</comment> <comment xml:lang="lv">Annodex video</comment> <comment xml:lang="nl">Annodex Video</comment> <comment xml:lang="oc">vidèo Annodex</comment> <comment xml:lang="pl">Plik wideo Annodex</comment> <comment xml:lang="pt">vídeo Annodex</comment> <comment xml:lang="pt_BR">Vídeo Annodex</comment> <comment xml:lang="ro">Video Annodex</comment> <comment xml:lang="ru">Видео Annodex</comment> <comment xml:lang="sk">Video Annodex</comment> <comment xml:lang="sl">Video datoteka Annodex</comment> <comment xml:lang="sr">Анодекс видео</comment> <comment xml:lang="sv">Annodex-video</comment> <comment xml:lang="tr">Annodex Video</comment> <comment xml:lang="uk">відеокліп Annodex</comment> <comment xml:lang="vi">Ảnh động Annodex</comment> <comment xml:lang="zh_CN">Annodex 视频</comment> <comment xml:lang="zh_TW">Annodex 視訊</comment> <sub-class-of type="application/annodex"/> <glob pattern="*.axv"/> <alias type="video/x-annodex"/> </mime-type> x-matroska-3d.xml000064400000004342151704050160007662 0ustar00<?xml version="1.0" encoding="utf-8"?> <mime-type xmlns="http://www.freedesktop.org/standards/shared-mime-info" type="video/x-matroska-3d"> <!--Created automatically by update-mime-database. DO NOT EDIT!--> <comment>Matroska 3D video</comment> <comment xml:lang="ast">Videu en Matroska 3D</comment> <comment xml:lang="ca">vídeo Matroska 3D</comment> <comment xml:lang="cs">3D video Matroska</comment> <comment xml:lang="da">Matroska 3D-video</comment> <comment xml:lang="de">Matroska 3D-Video</comment> <comment xml:lang="el">Βίντεο 3Δ Matroska</comment> <comment xml:lang="en_GB">Matroska 3D video</comment> <comment xml:lang="es">vídeo Matroska en 3D</comment> <comment xml:lang="eu">Matroska 3D bideoa</comment> <comment xml:lang="fi">Matroska 3D-video</comment> <comment xml:lang="fr">vidéo Matroska 3D</comment> <comment xml:lang="ga">físeán Matroska 3D</comment> <comment xml:lang="gl">Video Matroska 3D</comment> <comment xml:lang="he">סרטון תלת ממדי מסוג Matroska</comment> <comment xml:lang="hr">Matroška 3D video snimka</comment> <comment xml:lang="hu">Matroska 3D videó</comment> <comment xml:lang="ia">Video 3D Matroska</comment> <comment xml:lang="id">Video 3D Matroska</comment> <comment xml:lang="it">Video Matroska 3D</comment> <comment xml:lang="kk">Matroska 3D видеосы</comment> <comment xml:lang="ko">Matroska 3D 동영상</comment> <comment xml:lang="oc">vidèo Matroska 3D</comment> <comment xml:lang="pl">Plik wideo Matroska 3D</comment> <comment xml:lang="pt">vídeo 3D Matroska</comment> <comment xml:lang="pt_BR">Vídeo 3D Matroska</comment> <comment xml:lang="ru">Видео Matroska 3D</comment> <comment xml:lang="sk">3D video Matroska</comment> <comment xml:lang="sl">Video datoteka Matroska 3D</comment> <comment xml:lang="sr">Матрошкин 3Д видео</comment> <comment xml:lang="sv">Matroska 3D-video</comment> <comment xml:lang="tr">Matroska 3B video</comment> <comment xml:lang="uk">відеокліп Matroska 3D</comment> <comment xml:lang="zh_CN">Matroska 3D 视频</comment> <comment xml:lang="zh_TW">Matroska 3D 視訊</comment> <glob pattern="*.mk3d"/> <sub-class-of type="application/x-matroska"/> </mime-type> x-anim.xml000064400000005636151704050160006470 0ustar00<?xml version="1.0" encoding="utf-8"?> <mime-type xmlns="http://www.freedesktop.org/standards/shared-mime-info" type="video/x-anim"> <!--Created automatically by update-mime-database. DO NOT EDIT!--> <comment>ANIM animation</comment> <comment xml:lang="ar">تحريكة ANIM</comment> <comment xml:lang="az">ANIM animasiyası</comment> <comment xml:lang="be@latin">Animacyja ANIM</comment> <comment xml:lang="bg">Анимация — ANIM</comment> <comment xml:lang="ca">animació ANIM</comment> <comment xml:lang="cs">animace ANIM</comment> <comment xml:lang="cy">Animeiddiad ANIM</comment> <comment xml:lang="da">ANIM-animation</comment> <comment xml:lang="de">ANIM-Animation</comment> <comment xml:lang="el">Κινούμενο σχέδιο ANIM</comment> <comment xml:lang="en_GB">ANIM animation</comment> <comment xml:lang="eo">ANIM-animacio</comment> <comment xml:lang="es">animación ANIM</comment> <comment xml:lang="eu">ANIM animazioa</comment> <comment xml:lang="fi">ANIM-animaatio</comment> <comment xml:lang="fo">ANIM teknmyndagerð</comment> <comment xml:lang="fr">animation ANIM</comment> <comment xml:lang="ga">beochan ANIM</comment> <comment xml:lang="gl">animación ANIM</comment> <comment xml:lang="he">הנפשת ANIM</comment> <comment xml:lang="hr">ANIM animacija</comment> <comment xml:lang="hu">ANIM-animáció</comment> <comment xml:lang="ia">Animation ANIM</comment> <comment xml:lang="id">Animasi ANIM</comment> <comment xml:lang="it">Animazione ANIM</comment> <comment xml:lang="ja">ANIM アニメーション</comment> <comment xml:lang="ka">ANIM ანიმაცია</comment> <comment xml:lang="kk">ANIM анимациясы</comment> <comment xml:lang="ko">ANIM 동화상</comment> <comment xml:lang="lt">ANIM animacija</comment> <comment xml:lang="lv">ANIM animācija</comment> <comment xml:lang="ms">Animasi ANIM</comment> <comment xml:lang="nb">ANIM-animasjon</comment> <comment xml:lang="nl">ANIM-animatie</comment> <comment xml:lang="nn">ANIM-animasjon</comment> <comment xml:lang="oc">animacion ANIM</comment> <comment xml:lang="pl">Plik animacji ANIM</comment> <comment xml:lang="pt">animação ANIM</comment> <comment xml:lang="pt_BR">Animação ANIM</comment> <comment xml:lang="ro">Animație ANIM</comment> <comment xml:lang="ru">Анимация ANIM</comment> <comment xml:lang="sk">Animácia ANIM</comment> <comment xml:lang="sl">Datoteka animacije ANIM</comment> <comment xml:lang="sq">Animim ANIM</comment> <comment xml:lang="sr">АНИМ анимација</comment> <comment xml:lang="sv">ANIM-animering</comment> <comment xml:lang="tr">ANIM canlandırması</comment> <comment xml:lang="uk">анімація ANIM</comment> <comment xml:lang="vi">Hoạt ảnh ANIM</comment> <comment xml:lang="zh_CN">ANIM 动画</comment> <comment xml:lang="zh_TW">ANIM 動畫</comment> <glob pattern="*.anim[1-9j]"/> </mime-type> x-theora+ogg.xml000064400000005666151704050160007601 0ustar00<?xml version="1.0" encoding="utf-8"?> <mime-type xmlns="http://www.freedesktop.org/standards/shared-mime-info" type="video/x-theora+ogg"> <!--Created automatically by update-mime-database. DO NOT EDIT!--> <comment>Ogg Theora video</comment> <comment xml:lang="ar">Ogg Theora مرئي</comment> <comment xml:lang="ast">Videu n'Ogg Theora</comment> <comment xml:lang="be@latin">Videa Ogg Theora</comment> <comment xml:lang="bg">Видео — Ogg Theora</comment> <comment xml:lang="ca">vídeo Ogg Theora</comment> <comment xml:lang="cs">video Ogg Theora</comment> <comment xml:lang="da">Ogg Theora-video</comment> <comment xml:lang="de">Ogg-Theora-Video</comment> <comment xml:lang="el">Βίντεο Ogg Theora</comment> <comment xml:lang="en_GB">Ogg Theora video</comment> <comment xml:lang="es">vídeo Ogg Theora</comment> <comment xml:lang="eu">Ogg Theora bideoa</comment> <comment xml:lang="fi">Ogg Theora -video</comment> <comment xml:lang="fo">Ogg Theora video</comment> <comment xml:lang="fr">vidéo Ogg Theora</comment> <comment xml:lang="ga">físeán Ogg Theora</comment> <comment xml:lang="gl">vídeo Ogg Theora</comment> <comment xml:lang="he">שמע Ogg Theora</comment> <comment xml:lang="hr">Ogg Theora video snimka</comment> <comment xml:lang="hu">Ogg Theora videó</comment> <comment xml:lang="ia">Video Ogg Theora</comment> <comment xml:lang="id">Video Ogg Theora</comment> <comment xml:lang="it">Video Ogg Theora</comment> <comment xml:lang="ja">Ogg Theora 動画</comment> <comment xml:lang="ka">Ogg Theora ვიდეო</comment> <comment xml:lang="kk">Ogg Theora видеосы</comment> <comment xml:lang="ko">Ogg Theora 동영상</comment> <comment xml:lang="lt">Ogg Theora vaizdo įrašas</comment> <comment xml:lang="lv">Ogg Theora video</comment> <comment xml:lang="nb">Ogg Theora video</comment> <comment xml:lang="nl">Ogg Theora-video</comment> <comment xml:lang="nn">Ogg Theora-video</comment> <comment xml:lang="oc">vidèo Ogg Theora</comment> <comment xml:lang="pl">Plik wideo Ogg Theora</comment> <comment xml:lang="pt">vídeo Ogg Theora</comment> <comment xml:lang="pt_BR">Vídeo Ogg Theora</comment> <comment xml:lang="ro">Video Ogg Theora</comment> <comment xml:lang="ru">Видео Ogg Theora</comment> <comment xml:lang="sk">Video Ogg Theora</comment> <comment xml:lang="sl">Video datoteka Ogg Theora</comment> <comment xml:lang="sq">Video Ogg Theora</comment> <comment xml:lang="sr">Огг Теора видео</comment> <comment xml:lang="sv">Ogg Theora-video</comment> <comment xml:lang="tr">Ogg Theora video</comment> <comment xml:lang="uk">відеокліп ogg Theora</comment> <comment xml:lang="vi">Ảnh động Theora Ogg</comment> <comment xml:lang="zh_CN">Ogg Theora 视频</comment> <comment xml:lang="zh_TW">Ogg Theora 視訊</comment> <sub-class-of type="video/ogg"/> <alias type="video/x-theora"/> <glob pattern="*.ogg"/> </mime-type> isivideo.xml000064400000005201151704050160007076 0ustar00<?xml version="1.0" encoding="utf-8"?> <mime-type xmlns="http://www.freedesktop.org/standards/shared-mime-info" type="video/isivideo"> <!--Created automatically by update-mime-database. DO NOT EDIT!--> <comment>ISI video</comment> <comment xml:lang="ar">مرئي ISI</comment> <comment xml:lang="ast">Videu n'ISI</comment> <comment xml:lang="az">ISI video faylı</comment> <comment xml:lang="be@latin">Videa ISI</comment> <comment xml:lang="bg">Видео — ISI</comment> <comment xml:lang="ca">vídeo ISI</comment> <comment xml:lang="cs">video ISI</comment> <comment xml:lang="cy">Fideo ISI</comment> <comment xml:lang="da">ISI-video</comment> <comment xml:lang="de">ISI-Video</comment> <comment xml:lang="el">Βίντεο ISI</comment> <comment xml:lang="en_GB">ISI video</comment> <comment xml:lang="eo">ISI-video</comment> <comment xml:lang="es">vídeo ISI</comment> <comment xml:lang="eu">ISI bideoa</comment> <comment xml:lang="fi">ISI-video</comment> <comment xml:lang="fo">ISI video</comment> <comment xml:lang="fr">vidéo ISI</comment> <comment xml:lang="ga">físeán ISI</comment> <comment xml:lang="gl">vídeo ISI</comment> <comment xml:lang="he">וידאו ISI</comment> <comment xml:lang="hr">ISI video snimka</comment> <comment xml:lang="hu">ISI-videó</comment> <comment xml:lang="ia">Video ISI</comment> <comment xml:lang="id">Video ISI</comment> <comment xml:lang="it">Video ISI</comment> <comment xml:lang="ja">ISI 動画</comment> <comment xml:lang="kk">ISI видеосы</comment> <comment xml:lang="ko">ISI 동영상</comment> <comment xml:lang="lt">ISI vaizdo įrašas</comment> <comment xml:lang="lv">ISI video</comment> <comment xml:lang="ms">Video ISI</comment> <comment xml:lang="nb">ISI-film</comment> <comment xml:lang="nl">ISI-video</comment> <comment xml:lang="nn">ISI video</comment> <comment xml:lang="oc">vidèo ISI</comment> <comment xml:lang="pl">Plik wideo ISI</comment> <comment xml:lang="pt">vídeo ISI</comment> <comment xml:lang="pt_BR">Vídeo ISI</comment> <comment xml:lang="ro">Video ISI</comment> <comment xml:lang="ru">Видео ISI</comment> <comment xml:lang="sk">Video ISI</comment> <comment xml:lang="sl">Video datoteka ISI</comment> <comment xml:lang="sq">Video ISI</comment> <comment xml:lang="sr">ИСИ видео</comment> <comment xml:lang="sv">ISI-video</comment> <comment xml:lang="tr">ISI videosu</comment> <comment xml:lang="uk">відеокліп ISI</comment> <comment xml:lang="vi">Ảnh động ISI</comment> <comment xml:lang="zh_CN">ISI 视频</comment> <comment xml:lang="zh_TW">ISI 視訊</comment> </mime-type> mpeg.xml000064400000006032151704050160006216 0ustar00<?xml version="1.0" encoding="utf-8"?> <mime-type xmlns="http://www.freedesktop.org/standards/shared-mime-info" type="video/mpeg"> <!--Created automatically by update-mime-database. DO NOT EDIT!--> <comment>MPEG video</comment> <comment xml:lang="ar">MPEG مرئي</comment> <comment xml:lang="ast">Videu en MPEG</comment> <comment xml:lang="be@latin">Videa MPEG</comment> <comment xml:lang="bg">Видео — MPEG</comment> <comment xml:lang="ca">vídeo MPEG</comment> <comment xml:lang="cs">video MPEG</comment> <comment xml:lang="da">MPEG-video</comment> <comment xml:lang="de">MPEG-Video</comment> <comment xml:lang="el">Βίντεο MPEG</comment> <comment xml:lang="en_GB">MPEG video</comment> <comment xml:lang="eo">MPEG-video</comment> <comment xml:lang="es">vídeo MPEG</comment> <comment xml:lang="eu">MPEG bideoa</comment> <comment xml:lang="fi">MPEG-video</comment> <comment xml:lang="fo">MPEG video</comment> <comment xml:lang="fr">vidéo MPEG</comment> <comment xml:lang="ga">físeán MPEG</comment> <comment xml:lang="gl">vídeo MPEG</comment> <comment xml:lang="he">וידאו MPEG</comment> <comment xml:lang="hr">MPEG video snimka</comment> <comment xml:lang="hu">MPEG-videó</comment> <comment xml:lang="ia">Video MPEG</comment> <comment xml:lang="id">Video MPEG</comment> <comment xml:lang="it">Video MPEG</comment> <comment xml:lang="ja">MPEG 動画</comment> <comment xml:lang="ka">MPEG ვიდეო</comment> <comment xml:lang="kk">MPEG видеосы</comment> <comment xml:lang="ko">MPEG 동영상</comment> <comment xml:lang="lt">MPEG vaizdo įrašas</comment> <comment xml:lang="lv">MPEG video</comment> <comment xml:lang="ms">Video MPEG</comment> <comment xml:lang="nb">MPEG-film</comment> <comment xml:lang="nl">MPEG-video</comment> <comment xml:lang="nn">MPEG-video</comment> <comment xml:lang="oc">vidèo MPEG</comment> <comment xml:lang="pl">Plik wideo MPEG</comment> <comment xml:lang="pt">vídeo MPEG</comment> <comment xml:lang="pt_BR">Vídeo MPEG</comment> <comment xml:lang="ro">Video MPEG</comment> <comment xml:lang="ru">Видео MPEG</comment> <comment xml:lang="sk">Video MPEG</comment> <comment xml:lang="sl">Video datoteka MPEG</comment> <comment xml:lang="sq">Video MPEG</comment> <comment xml:lang="sr">МПЕГ видео</comment> <comment xml:lang="sv">MPEG-video</comment> <comment xml:lang="tr">MPEG videosu</comment> <comment xml:lang="uk">відеокліп MPEG</comment> <comment xml:lang="vi">Ảnh động MPEG</comment> <comment xml:lang="zh_CN">MPEG 视频</comment> <comment xml:lang="zh_TW">MPEG 視訊</comment> <acronym>MPEG</acronym> <expanded-acronym>Moving Picture Experts Group</expanded-acronym> <alias type="video/x-mpeg"/> <alias type="video/mpeg-system"/> <alias type="video/x-mpeg-system"/> <alias type="video/x-mpeg2"/> <glob pattern="*.mpeg"/> <glob pattern="*.mpg"/> <glob pattern="*.mp2"/> <glob pattern="*.mpe"/> <glob pattern="*.vob"/> <glob pattern="[0-9][0-9][0-9].vdr"/> </mime-type> x-flv.xml000064400000005525151704050160006330 0ustar00<?xml version="1.0" encoding="utf-8"?> <mime-type xmlns="http://www.freedesktop.org/standards/shared-mime-info" type="video/x-flv"> <!--Created automatically by update-mime-database. DO NOT EDIT!--> <comment>Flash video</comment> <comment xml:lang="ar">Flash مرئي</comment> <comment xml:lang="ast">Videu en Flash</comment> <comment xml:lang="be@latin">Videa Flash</comment> <comment xml:lang="bg">Видео — Flash</comment> <comment xml:lang="ca">vídeo de Flash</comment> <comment xml:lang="cs">video Flash</comment> <comment xml:lang="da">Flashvideo</comment> <comment xml:lang="de">Flash-Video</comment> <comment xml:lang="el">Βίντεο Flash</comment> <comment xml:lang="en_GB">Flash video</comment> <comment xml:lang="eo">Flash-video</comment> <comment xml:lang="es">vídeo Flash</comment> <comment xml:lang="eu">Flash bideoa</comment> <comment xml:lang="fi">Flash-video</comment> <comment xml:lang="fo">Flash video</comment> <comment xml:lang="fr">vidéo Flash</comment> <comment xml:lang="ga">físeán Flash</comment> <comment xml:lang="gl">vídeo Flash</comment> <comment xml:lang="he">וידאו של פלאש</comment> <comment xml:lang="hr">Flash video snimka</comment> <comment xml:lang="hu">Flash videó</comment> <comment xml:lang="ia">Video Flash</comment> <comment xml:lang="id">Video Flash</comment> <comment xml:lang="it">Video Flash</comment> <comment xml:lang="ja">Flash 動画</comment> <comment xml:lang="ka">Flash-ის ვიდეო</comment> <comment xml:lang="kk">Flash видеосы</comment> <comment xml:lang="ko">Flash 동영상</comment> <comment xml:lang="lt">Flash vaizdo įrašas</comment> <comment xml:lang="lv">Flash video</comment> <comment xml:lang="nb">Flash-film</comment> <comment xml:lang="nl">Flash-video</comment> <comment xml:lang="nn">Flash-video</comment> <comment xml:lang="oc">vidèo Flash</comment> <comment xml:lang="pl">Plik wideo Flash</comment> <comment xml:lang="pt">vídeo Flash</comment> <comment xml:lang="pt_BR">Vídeo Flash</comment> <comment xml:lang="ro">Video Flash</comment> <comment xml:lang="ru">Видео Flash</comment> <comment xml:lang="sk">Video Flash</comment> <comment xml:lang="sl">Video datoteka Flash</comment> <comment xml:lang="sq">Video Flash</comment> <comment xml:lang="sr">Флеш видео</comment> <comment xml:lang="sv">Flash-video</comment> <comment xml:lang="tr">Flash video</comment> <comment xml:lang="uk">відеокліп Flash</comment> <comment xml:lang="vi">Ảnh động Flash</comment> <comment xml:lang="zh_CN">Flash 视频</comment> <comment xml:lang="zh_TW">Flash 視訊</comment> <generic-icon name="video-x-generic"/> <glob pattern="*.flv"/> <alias type="application/x-flash-video"/> <alias type="flv-application/octet-stream"/> <alias type="video/flv"/> </mime-type> x-matroska.xml000064400000005662151704050160007364 0ustar00<?xml version="1.0" encoding="utf-8"?> <mime-type xmlns="http://www.freedesktop.org/standards/shared-mime-info" type="video/x-matroska"> <!--Created automatically by update-mime-database. DO NOT EDIT!--> <comment>Matroska video</comment> <comment xml:lang="ar">Matroska مرئي</comment> <comment xml:lang="ast">Videu en Matroska</comment> <comment xml:lang="be@latin">Videa Matroska</comment> <comment xml:lang="bg">Видео — Matroska</comment> <comment xml:lang="ca">vídeo Matroska</comment> <comment xml:lang="cs">video Matroska</comment> <comment xml:lang="da">Matroskavideo</comment> <comment xml:lang="de">Matroska-Video</comment> <comment xml:lang="el">Βίντεο Matroska</comment> <comment xml:lang="en_GB">Matroska video</comment> <comment xml:lang="eo">Matroska-video</comment> <comment xml:lang="es">vídeo Matroska</comment> <comment xml:lang="eu">Matroska bideoa</comment> <comment xml:lang="fi">Matroska-video</comment> <comment xml:lang="fo">Matroska video</comment> <comment xml:lang="fr">vidéo Matroska</comment> <comment xml:lang="ga">físeán Matroska</comment> <comment xml:lang="gl">vídeo de Matroska</comment> <comment xml:lang="he">וידאו Matroska</comment> <comment xml:lang="hr">Matroška video snimka</comment> <comment xml:lang="hu">Matroska-videó</comment> <comment xml:lang="ia">Video Matroska</comment> <comment xml:lang="id">Video Matroska</comment> <comment xml:lang="it">Video Matroska</comment> <comment xml:lang="ja">Matroska 動画</comment> <comment xml:lang="ka">Matroska-ის ვიდეო</comment> <comment xml:lang="kk">Matroska видеосы</comment> <comment xml:lang="ko">Matroska 동영상</comment> <comment xml:lang="lt">Matroska vaizdo įrašas</comment> <comment xml:lang="lv">Matroska video</comment> <comment xml:lang="ms">Video Matroska</comment> <comment xml:lang="nb">Matroska-film</comment> <comment xml:lang="nl">Matroska-video</comment> <comment xml:lang="nn">Matroska-video</comment> <comment xml:lang="oc">vidèo Matroska</comment> <comment xml:lang="pl">Plik wideo Matroska</comment> <comment xml:lang="pt">vídeo Matroska</comment> <comment xml:lang="pt_BR">Vídeo Matroska</comment> <comment xml:lang="ro">Video Matroska</comment> <comment xml:lang="ru">Видео Matroska</comment> <comment xml:lang="sk">Video Matroska</comment> <comment xml:lang="sl">Video datoteka Matroska</comment> <comment xml:lang="sq">Video Matroska</comment> <comment xml:lang="sr">Матрошкин видео</comment> <comment xml:lang="sv">Matroska-video</comment> <comment xml:lang="tr">Matroska video</comment> <comment xml:lang="uk">відеокліп Matroska</comment> <comment xml:lang="vi">Ảnh động Matroska</comment> <comment xml:lang="zh_CN">Matroska 视频</comment> <comment xml:lang="zh_TW">Matroska 視訊</comment> <glob pattern="*.mkv"/> <sub-class-of type="application/x-matroska"/> </mime-type> x-javafx.xml000064400000004604151704050160007015 0ustar00<?xml version="1.0" encoding="utf-8"?> <mime-type xmlns="http://www.freedesktop.org/standards/shared-mime-info" type="video/x-javafx"> <!--Created automatically by update-mime-database. DO NOT EDIT!--> <comment>JavaFX video</comment> <comment xml:lang="ast">Videu en JavaFX</comment> <comment xml:lang="bg">Видео — JavaFX</comment> <comment xml:lang="ca">vídeo de JavaFX</comment> <comment xml:lang="cs">video JavaFX</comment> <comment xml:lang="da">JavaFX-video</comment> <comment xml:lang="de">JavaFX-Video</comment> <comment xml:lang="el">Βίντεο JavaFX</comment> <comment xml:lang="en_GB">JavaFX video</comment> <comment xml:lang="eo">JavaFX-video</comment> <comment xml:lang="es">vídeo JavaFX</comment> <comment xml:lang="eu">JavaFX bideoa</comment> <comment xml:lang="fi">JavaFX-video</comment> <comment xml:lang="fo">JavaFX video</comment> <comment xml:lang="fr">vidéo JavaFX</comment> <comment xml:lang="ga">físeán JavaFX</comment> <comment xml:lang="gl">vídeo JavaFX</comment> <comment xml:lang="he">וידאו JavaFX</comment> <comment xml:lang="hr">JavaFX video snimka</comment> <comment xml:lang="hu">JavaFX videó</comment> <comment xml:lang="ia">Video JavaFX</comment> <comment xml:lang="id">Video JavaFX</comment> <comment xml:lang="it">Video JavaFX</comment> <comment xml:lang="ja">JavaFX 動画</comment> <comment xml:lang="kk">JavaFX аудиосы</comment> <comment xml:lang="ko">JavaFX 동영상</comment> <comment xml:lang="lv">JavaFX video</comment> <comment xml:lang="nl">JavaFX video</comment> <comment xml:lang="oc">vidèo JavaFX</comment> <comment xml:lang="pl">Plik wideo JavaFX</comment> <comment xml:lang="pt">vídeo JavaFX</comment> <comment xml:lang="pt_BR">Vídeo JavaFX</comment> <comment xml:lang="ro">Video JavaFX</comment> <comment xml:lang="ru">Видео JavaFX</comment> <comment xml:lang="sk">Video JavaFX</comment> <comment xml:lang="sl">Video JavaFX</comment> <comment xml:lang="sr">ЈаваФИкс видео</comment> <comment xml:lang="sv">JavaFX-video</comment> <comment xml:lang="tr">JavaFX video</comment> <comment xml:lang="uk">відеокліп JavaFX</comment> <comment xml:lang="zh_CN">JavaFX 视频</comment> <comment xml:lang="zh_TW">JavaFX 視訊</comment> <generic-icon name="video-x-generic"/> <glob pattern="*.fxm"/> <sub-class-of type="video/x-flv"/> </mime-type> webm.xml000064400000004500151704050160006216 0ustar00<?xml version="1.0" encoding="utf-8"?> <mime-type xmlns="http://www.freedesktop.org/standards/shared-mime-info" type="video/webm"> <!--Created automatically by update-mime-database. DO NOT EDIT!--> <comment>WebM video</comment> <comment xml:lang="ar">WebM مرئي</comment> <comment xml:lang="ast">Videu en WebM</comment> <comment xml:lang="bg">Видео — WebM</comment> <comment xml:lang="ca">vídeo WebM</comment> <comment xml:lang="cs">video WebM</comment> <comment xml:lang="da">WebM-video</comment> <comment xml:lang="de">WebM-Video</comment> <comment xml:lang="el">Βίντεο WebM</comment> <comment xml:lang="en_GB">WebM video</comment> <comment xml:lang="eo">WebM-video</comment> <comment xml:lang="es">vídeo WebM</comment> <comment xml:lang="eu">WebM bideoa</comment> <comment xml:lang="fi">WebM-video</comment> <comment xml:lang="fo">WebM video</comment> <comment xml:lang="fr">vidéo WebM</comment> <comment xml:lang="ga">físeán WebM</comment> <comment xml:lang="gl">vídeo WebM</comment> <comment xml:lang="he">וידאו WebM</comment> <comment xml:lang="hr">WebM video snimka</comment> <comment xml:lang="hu">WebM videó</comment> <comment xml:lang="ia">Video WebM</comment> <comment xml:lang="id">Video WebM</comment> <comment xml:lang="it">Video WebM</comment> <comment xml:lang="ja">WebM 動画</comment> <comment xml:lang="kk">WebM видеосы</comment> <comment xml:lang="ko">WebM 동영상</comment> <comment xml:lang="lt">WebM vaizdo įrašas</comment> <comment xml:lang="lv">WebM video</comment> <comment xml:lang="nl">WebM video</comment> <comment xml:lang="oc">vidèo WebM</comment> <comment xml:lang="pl">Plik wideo WebM</comment> <comment xml:lang="pt">vídeo WebM</comment> <comment xml:lang="pt_BR">Vídeo WebM</comment> <comment xml:lang="ro">Video WebM</comment> <comment xml:lang="ru">Видео WebM</comment> <comment xml:lang="sk">Video WebM</comment> <comment xml:lang="sl">Video datoteka WebM</comment> <comment xml:lang="sr">ВебМ видео</comment> <comment xml:lang="sv">WebM-video</comment> <comment xml:lang="tr">WebM video</comment> <comment xml:lang="uk">відео WebM</comment> <comment xml:lang="zh_CN">WebM 视频</comment> <comment xml:lang="zh_TW">WebM 視訊</comment> <glob pattern="*.webm"/> </mime-type>
/home/emeraadmin/www/node_modules/tss-react/../call-bind/../ionicons/../debug/../../4d695/video.tar