mirror of
https://github.com/serhii-londar/open-source-mac-os-apps.git
synced 2024-11-21 15:10:21 +00:00
add VLC (#500)
This commit is contained in:
parent
8301f4b01c
commit
5e4bb91cfe
2 changed files with 15 additions and 0 deletions
|
@ -644,6 +644,7 @@ You can see in which language an app is written. Currently there are following l
|
|||
- [Quick Caption](https://github.com/LumingYin/Caption) - Transcribe and generate caption files (SRT, ASS and FCPXML) without manually entering time codes. ![swift_icon]
|
||||
- [QuickLook Video](https://github.com/Marginal/QLVideo) - This package allows macOS Finder to display thumbnails, static QuickLook previews, cover art and metadata for most types of video files. ![objective_c_icon]
|
||||
- [Subler](https://bitbucket.org/galad87/subler/src) - Subler is an macOS app created to mux and tag mp4 files. ![objective_c_icon]
|
||||
- [VLC](https://github.com/videolan/vlc) - VLC is a free and open source cross-platform multimedia player ![c_icon]
|
||||
- [Vid Quiz Creator](https://github.com/sahil-a/vidquizcreator) - macOS application to insert quizzes within video playback and play those videos to receiving devices using the LISNR API. ![swift_icon]
|
||||
- [WebTorrent Desktop](https://github.com/webtorrent/webtorrent-desktop) - Streaming torrent app. For Mac, Windows, and Linux. ![javascript_icon]
|
||||
- [Yoda](https://github.com/whoisandy/yoda) - Nifty macOS application which enables you to browse and download videos from YouTube. ![javascript_icon]
|
||||
|
|
|
@ -6416,6 +6416,20 @@
|
|||
"objective_c"
|
||||
]
|
||||
},
|
||||
{
|
||||
"short_description": " VLC is a free and open source cross-platform multimedia player",
|
||||
"categories": [
|
||||
"video"
|
||||
],
|
||||
"repo_url": "https://github.com/videolan/vlc",
|
||||
"title": "VLC",
|
||||
"icon_url": "",
|
||||
"screenshots": [],
|
||||
"official_site": "https://www.videolan.org/vlc/",
|
||||
"languages": [
|
||||
"c"
|
||||
]
|
||||
},
|
||||
{
|
||||
"short_description": "HandBrake is a video transcoder available for Linux, Mac, and Windows. ",
|
||||
"categories": [
|
||||
|
|
Loading…
Reference in a new issue