Skip to content

Commit

Permalink
Merge pull request #103 from loathingKernel/gloriouseggroll_master_co…
Browse files Browse the repository at this point in the history
…decs

More codecs
  • Loading branch information
GloriousEggroll authored Nov 21, 2023
2 parents 313194f + 0d6fb2f commit f095218
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CODECS.md
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 |

1 change: 1 addition & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ FFMPEG_CONFIGURE_ARGS := \
--disable-doc \
--enable-decoder=indeo5 \
--enable-decoder=adpcm_ms \
--enable-decoder=mpegvideo \
--enable-decoder=mpeg1video \
--enable-decoder=mp2 \
--enable-decoder=mpeg4 \
Expand Down

0 comments on commit f095218

Please sign in to comment.