Recent content by theflippa

  1. T

    ROM Hack 3DSEncodeGUI - A multiplatform GUI encoding tool to the 3DS

    The converted video has mjpeg format, which is a quite unusual format. Just split the source video with one of the billion video conversion/editing/splitting apps you find on the internet. You can even write a shell script, that uses the avconv binary from me to do this automatically while...
  2. T

    ROM Hack 3DSEncodeGUI - A multiplatform GUI encoding tool to the 3DS

    I believe this is dead. I could continue Spideys work, but after watching some converted movies on the 3DS my opinion is that its not worth it. I will wait for a homebrew enabling hack or an official video player.
  3. T

    ROM Hack 3DSEncodeGUI - A multiplatform GUI encoding tool to the 3DS

    Spidey, are you still working on this? Maybe he's traveling over the holidays.. I guess we'll have to wait :D
  4. T

    ROM Hack 3DSEncodeGUI - A multiplatform GUI encoding tool to the 3DS

    You don't need to rename it, it also works with VID_XXXX.avi :P And thanks for the comment!
  5. T

    ROM Hack 3DSEncodeGUI - A multiplatform GUI encoding tool to the 3DS

    You don't need ffmpeg. What you need is libav, especially the avconv binary.
  6. T

    ROM Hack 3DSEncodeGUI - A multiplatform GUI encoding tool to the 3DS

    Why don't you go directly to Lion?
  7. T

    ROM Hack 3DSEncodeGUI - A multiplatform GUI encoding tool to the 3DS

    Okay, last try.. Replace the avconf file in the bin directory with this one: https://rapidshare.com/files/717556306/avconv If it is not working i am out of ideas and if you want to use the software you have to upgrade to at least 10.6.
  8. T

    ROM Hack 3DSEncodeGUI - A multiplatform GUI encoding tool to the 3DS

    Well, you must have done something wrong. I uploaded the complete bundle, try this one: https://rapidshare.com/files/1113473609/3DSEncode.zip
  9. T

    ROM Hack 3DSEncodeGUI - A multiplatform GUI encoding tool to the 3DS

    Work in Progress.. i was just editing that post. The error is because the binary is using >=10.6 functions. I will try to make it work on Leopard, but faster would be updating your system. EDIT:: I tried something out, please replace the binary in 3DSEncode.app/Contents/MacOS with this one...
  10. T

    ROM Hack 3DSEncodeGUI - A multiplatform GUI encoding tool to the 3DS

    The bin Folder has to stay in the same folder as the app. I will look into that error.
  11. T

    ROM Hack 3DSEncodeGUI - A multiplatform GUI encoding tool to the 3DS

    Well, thank you for doing most of the work. I could have done this myself, but i don't have the time to do this at the moment. And thank you for taking my attention to Qt, I will definitely use it in the future. Thought about adding version numbers to your software? That would help a lot!
  12. T

    ROM Hack 3DSEncodeGUI - A multiplatform GUI encoding tool to the 3DS

    3DS Encode for Mac OSUpdated to the new working version. Since i didn't find any avconv binary for Mac OS on the internet, i obtained the source code, compiled it and bundled it for you.Download (18.12.2011, 10:39)
  13. T

    ROM Hack 3DSEncodeGUI - A multiplatform GUI encoding tool to the 3DS

    @Wowfunhappy: Are you sure you used the updated version? Because on other computers it runs fine and your error shows me the statically linked library from my system, which was the error in the first version.
  14. T

    ROM Hack 3DSEncodeGUI - A multiplatform GUI encoding tool to the 3DS

    Well, that is not an error.. If you would have read my post, you would know, that spidey deactivated it, because there are still errors in his code he needs to fix.
  15. T

    ROM Hack 3DSEncodeGUI - A multiplatform GUI encoding tool to the 3DS

    Anyone who still gets the error with the updated version, please klick on "Report" and post all errors it shows you. Sorting this out now will prevent having these issues in the working version from spidey. @Spidey: Maybe you should add version numbers to your project. This would help finding...