Skip to content

Commit

Permalink
build: enable mpeg1video, mp2 in ffmpeg for Crimson Skies
Browse files Browse the repository at this point in the history
  • Loading branch information
loathingKernel committed Nov 16, 2023
1 parent b2b7fa1 commit 09cd075
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,8 @@ FFMPEG_CONFIGURE_ARGS := \
--disable-doc \
--enable-decoder=indeo5 \
--enable-decoder=adpcm_ms \
--enable-decoder=mpeg1video \
--enable-decoder=mp2 \
--enable-decoder=mpeg4 \
--enable-decoder=msmpeg4v1 \
--enable-decoder=msmpeg4v2 \
Expand Down

2 comments on commit 09cd075

@btegs
Copy link

@btegs btegs commented on 09cd075 Nov 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@loathingKernel - There are other DirectX 8 games like The Thing that have FMVs that do not play. Are you continuing work on making sure earlier games with mpeg codecs are able to have their FMVs work?

AlpyneDreams/d8vk#194

@loathingKernel
Copy link
Author

@loathingKernel loathingKernel commented on 09cd075 Nov 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@btegs We will continue to add codecs as the need for them appears. We don't want to enable everything at once, but document what games require which codecs. So if you have a game that doesn't play videos, take a look at CODECS.md for some instructions. The file very plain right now, but the commands in there can help us know which codecs are required to make them work.

Please sign in to comment.