Core-2-Extreme / Video_player_for_3DS

Video player for 3ds
https://gbatemp.net/threads/release-video-player-for-3ds.586094
GNU General Public License v3.0
180 stars 17 forks source link

can't read .mpg /.vob file #40

Closed JoeBonziXP closed 2 years ago

JoeBonziXP commented 2 years ago

i get an error when i try to play an mpg file i took from a dvd, mpeg2 and ac3 audio codec should be supported, mpeg4/xvid files work fine i'm using old 3ds

TehFridge commented 2 years ago

From my experience. The mpg files don't work. You need to convert the mpg file to mp4. https://github.com/JustScratchCoder/VideoPlayer3DS-DS-Assistant/ i made a tool that makes the process a little bit easier. make sure to use correct codecs or else the file won`t play.

JoeBonziXP commented 2 years ago

thank you