forked from ValveSoftware/Proton
-
-
Notifications
You must be signed in to change notification settings - Fork 263
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #103 from loathingKernel/gloriouseggroll_master_co…
…decs More codecs
- Loading branch information
Showing
2 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
|
||
#### Commands | ||
|
||
`ffprobe -v error -show_format -show_streams <file> | grep codec_name` | ||
|
||
`gst-discoverer-1.0 <file>` | ||
|
||
|
||
#### References | ||
|
||
* [FFMPEG codecs](https://ffmpeg.org/general.html) | ||
* [GStreamer plugins](https://gstreamer.freedesktop.org/documentation/plugins_doc.html) | ||
|
||
|
||
#### Game matrix | ||
| Game | Video | Audio | Comments | | ||
|--|--|--|--| | ||
| Mafia | indeo5 | adpcm_ms | | | ||
| Crimson Skies | mpegvideo | mp2 | Not available on Steam | | ||
| | mpeg1video | | | | ||
| DOAXVV | vc1 | | | | ||
| | vc1image | | Untested | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters