mirror of
https://github.com/MartinEesmaa/VVCEasy.git
synced 2025-06-05 21:59:20 +02:00
updated mac os to preview video
This commit is contained in:
10
FFMPEGVVC.md
10
FFMPEGVVC.md
@ -1,13 +1,13 @@
|
|||||||
# FFmpeg VVC decoder installation (Windows, Mac OS and Linux)
|
# FFmpeg VVC decoder installation (Windows, Mac OS and Linux)
|
||||||
|
|
||||||
Windows (Preview of vvc video in ffplay):
|
Windows, Mac and Linux (Preview of vvc video in ffplay):
|
||||||
|
|
||||||

|

|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
# Limitations of FFmpeg VVC decoder
|
# Limitations of FFmpeg VVC decoder
|
||||||
|
|
||||||
Mac OS doesn't include FFplay only for reason, only Mac OS users have to convert from vvc video to any encoder video codecs available.
|
|
||||||
|
|
||||||
For Windows, Mac OS and Linux for preview without converting, you can do sample this, including audio support:
|
For Windows, Mac OS and Linux for preview without converting, you can do sample this, including audio support:
|
||||||
|
|
||||||
```
|
```
|
||||||
@ -31,13 +31,15 @@ To make playable mp4 with audio and video together, you need VVC video encoded,
|
|||||||
mp4box -no-probe -add video.266 -add audio.opus -new convertedvvc.mp4
|
mp4box -no-probe -add video.266 -add audio.opus -new convertedvvc.mp4
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Containers are also acceptable video containers of .mkv, .mp4, .mov and more.
|
||||||
|
|
||||||
For Linux and Mac OS users: Replace **mp4box** by **gpac**
|
For Linux and Mac OS users: Replace **mp4box** by **gpac**
|
||||||
|
|
||||||
# FFmpeg Downloads (VVC decoder plugin compiled by Martin Eesmaa)
|
# FFmpeg Downloads (VVC decoder plugin compiled by Martin Eesmaa)
|
||||||
|
|
||||||
[Windows](https://mega.nz/file/e1MEUAwR#c7u7vDvwzp6JiSaRDwhCyOaH4cGnx1xQDPyKgbAd-qM)
|
[Windows](https://mega.nz/file/e1MEUAwR#c7u7vDvwzp6JiSaRDwhCyOaH4cGnx1xQDPyKgbAd-qM)
|
||||||
|
|
||||||
[Mac OS](https://mega.nz/file/K09gRbYJ#SewWjY4LqVdvlivXJhqQMjrsXO6ec8a1jmapj5nO2Gs)
|
[Mac OS](https://mega.nz/file/mxNTQTLb#1ifvaXap_a_cHLCIWZ-K5B0oKXvdHjgUc3Nb-YHFIio)
|
||||||
|
|
||||||
[Linux](https://mega.nz/file/T8l0GTqa#oWsDDrFYjzf3LhS9zRkuqqBz6H4yJmNQUNiu_erVQLo) (Only Ubuntu 20.04 build)
|
[Linux](https://mega.nz/file/T8l0GTqa#oWsDDrFYjzf3LhS9zRkuqqBz6H4yJmNQUNiu_erVQLo) (Only Ubuntu 20.04 build)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user