Search results

  1. Core_2_Extreme

    Homebrew v0.2.0 [Release][Guide] Line for 3DS

    Dead link in SETUP.md has been fixed, so version number in links were changed to v2.0.0.1. Software (source code) is identical to v2.0.0 I finally released v2.0.0 that improved internal code a lot and implemented self test code in Google Apps Script. From v2.0.0, setup instructions have been...
  2. Core_2_Extreme

    Homebrew Homebrew app [Release] Video player for 3DS

    No matter 3d slider is ON or OFF, you can still play 800px videos, but you just see lower quality images as screen resolution will be 400x240. To get better image quality, Turn 3d slider OFF when you watch non-3D videos (resolution doesn't matter). Turn 3d slider ON when you watch 3D videos...
  3. Core_2_Extreme

    Homebrew [Release] Battery mark v2

    Does anyone have the same problem? If your battery is too bad it may possible to shutdown before it reaches around 5% battery. If you go to sdmc:/Battery_mark/result/ you should see YYYY_MM_DD_HH_MM_SS.csv. Open it, does log stop around 20%?
  4. Core_2_Extreme

    Homebrew Homebrew app [Release] Video player for 3DS

    v1.5.3 has been released Changes Audio files more than 2ch (e.g. 2.1ch) has been supported. Many pixel formats have been supported, however, YUV420P is recommended for performance reason. Ryukyuan(琉球諸語) translation has been added (by kuragehimekurara1). Auto mode for top screen mode has been...
  5. Core_2_Extreme

    Homebrew [Release] Battery mark v2

    Then that's not bad. You don't have to replace your battery now, but if you want to extend your battery life then you can.
  6. Core_2_Extreme

    Homebrew [Release] Battery mark v2

    If it's a used battery, that's just average. If it's a new battery, that's bad. (My OLD 3ds battery which is "used more than 2 years" condition lasts 02:45.)
  7. Core_2_Extreme

    It's quad, QX9300.

    It's quad, QX9300.
  8. Core_2_Extreme

    Homebrew Homebrew app [Release] Video player for 3DS

    Currently, it doesn't support external subtitles.
  9. Core_2_Extreme

    Homebrew Homebrew app [Release] Video player for 3DS

    ok, I'll check it later.
  10. Core_2_Extreme

    Homebrew Homebrew app [Release] Video player for 3DS

    What command line did you use to encode your videos?
  11. Core_2_Extreme

    Homebrew Homebrew app [Release] Video player for 3DS

    Yes. But on OLD3DS use 144p because the resolution is too high for OLD3DS to decode.
  12. Core_2_Extreme

    Homebrew Homebrew app [Release] Video player for 3DS

    I think it is supported. Did you encounter a problem?
  13. Core_2_Extreme

    Homebrew Homebrew app [Release] Video player for 3DS

    v1.5.2 release Changes Ignore unsupported codec so that you can play supported codec only (e.g. You can now play videos that contain unsupported subtitles/audio) Fixed bugs Hardware decoder won't play videos that contain B-frames smoothly has been fixed (It means you don't have to care about...
  14. Core_2_Extreme

    Homebrew Homebrew app [Release] Video player for 3DS

    I think mvd service outputs all frames for video that has B-frames, is your video played smoother if you use software decoder? I'll change it so.
  15. Core_2_Extreme

    Homebrew Homebrew app [Release] Video player for 3DS

    This is "if I call mvdstdProcessVideoFrame() and mvdstdRenderVideoFrame() no matter if it returns a frame or not". But here I'm doing is that, as soon as I got a frame, don't call the next function and return it. And if case 3 (no outputs) happen, consider it as kind of an error and ignore it...
  16. Core_2_Extreme

    Homebrew Homebrew app [Release] Video player for 3DS

    ok, I'll continue investigating. Actually mvd service does NOT return the same frame more than once, it will not return the frame at all OR return the next frame (with many combinations as below) So what I'm doing now is write something to top-left (start of the output buffer) and...
  17. Core_2_Extreme

    Homebrew Homebrew app [Release] Video player for 3DS

    No, it supports subrip, subviewer and movtext (has no style support). Well, I didn't think about subtitle codec, I think your (and others) error came from subtitle decoder initialization. To confirm that, open log window by pressying the SELECT button on main menu then try to play a video which...
  18. Core_2_Extreme

    Homebrew Homebrew app [Release] Video player for 3DS

    Some people report avcodec_find_decoder() failed error but I still can't reproduce it. I usually use .3dsx file for debugging because I don't have to install it via FBI so it's faster than .cia, but I have never seen that error. So can you tell me the exact command line or send the files here?
  19. Core_2_Extreme

    Homebrew Homebrew app [Release] Video player for 3DS

    Thank you for your information, I'll continue investigating it. I think I finally managed to handle videos that contain B-frames, but there may be videos that may not be played smoothly so can you test if it works on your videos? 3dsx cia
  20. Core_2_Extreme

    Homebrew Homebrew app [Release] Video player for 3DS

    There is a good news, I confirmed that MVD_Services DOES output every frames even a video contains B-frames, BUT in a strange way. Usually I call these 2 functions for hardware decoding : mvdstdProcessVideoFrame(); mvdstdRenderVideoFrame(); Because of function name, I thought that I need to use...
General chit-chat
Help Users
    AncientBoi @ AncientBoi: well.. Sorta new :)