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
181 stars 17 forks source link

request for the ability to make injects of videos at compilation of cia #22

Closed techno-arch closed 2 years ago

techno-arch commented 3 years ago

make it so you can bundle the player into a cia file with a video file like you can with virtual console games (but with games). they have methods to do so already however they both use their own video codecs that are not as good as h264 and h265.

ghost commented 3 years ago

This is already a feature (for hshop, where they inject it into the 3DS media player, so not with the core player)

On Aug 25, 2021, at 4:42 PM, techno-arch @.***> wrote:

 make it so you can bundle the player into a cia file with a video file like you can with virtual console games (but with games). they have methods to do so already however they both use their own video codecs that are not as good as h264 and h265.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

techno-arch commented 3 years ago

those use mobeclip encoded video and are worse then h264/h265 and are one of the two methods I was alluding to (all though i should have been more clear by stating the names of the preexisting methods in the initial issue) the other preexisting method using jpgv

techno-arch commented 3 years ago

mobiclip also requires a proprietary tool to encode the video that may be hard for some to get

ghost commented 3 years ago

Got it! Thanks for the explanation. If it’s possible, I’d like this too!

On Aug 25, 2021, at 6:34 PM, techno-arch @.***> wrote:

 mobiclip also requires a proprietary tool to the encode video that may be hard for some to get

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

techno-arch commented 3 years ago

you need a Nintendo dev account for it but you can just sign up on there site nvm thought the exclamation mark at the end of too was a l

Core-2-Extreme commented 3 years ago

If you want to bundle videos, you need to do it at compilation time, not in app feature.

techno-arch commented 3 years ago

but i don't believe there is currently a way to bundle the videos at compilation time

Core-2-Extreme commented 3 years ago

You can bundle your video by putting videos in romfs/ but I think in order to play video, you need to move it to sd card before playing it.