"DeftOne" wrote:
How long are the videos that you've encoded with Handbrake using the settings you've described? Any of them longer than 1 hour? What source are you encoding from? I've tried just about every setting in Handbrake, and all the movies (DVD/VIDEO_TS source) I've encoded begin rebuffering fairly frequently after the 1 hour mark. There are others out there that have reported this as well. Just wondering if any of you have found the illusive magic settings to fix this problem. I wish the Roku DVP wasn't so finicky and restrictive with its supported encode settings.
"cmcnulty" wrote:
I'd love to hear suggestions from other people about what settings they've used to encode to work around this issue. Let me know what info I can provide (and how to provide it) from my server or the Roku to anyone developing this to see if they can reproduce it.
"el.wubo" wrote:"hammerpocket" wrote:
(2) I'm afraid that requiring PIL is going to cause headaches for OS X users. The package I found won't install, and even the steps I found to remedy the situation don't work. Ironically, I think installing the latest Python (which is part of the posted instructions for My Media) may be part of the problem.
Nuts! Well, I haven't invested too much time in the specifics of the resizing library. We'll just have to find something that works for everyone.
"hammerpocket" wrote:"el.wubo" wrote:"hammerpocket" wrote:
(2) I'm afraid that requiring PIL is going to cause headaches for OS X users. The package I found won't install, and even the steps I found to remedy the situation don't work. Ironically, I think installing the latest Python (which is part of the posted instructions for My Media) may be part of the problem.
Nuts! Well, I haven't invested too much time in the specifics of the resizing library. We'll just have to find something that works for everyone.
The problem may not be too hard to remedy if someone with more Unix experience can look at it. AFAIK there are only two or three Mac users currently following this thread, and I don't know if any of us are comfortable with the command line.
My understanding of the issue is this: OS X installs Python in a different location than the PIL installer expects (despite being an OS X-specific PIL package--strange). There installer says, "You cannot install PIL 1.1.5 on this volume. PIL requires System Python 2.4 to install." So the solution I found in a few blogs is to put a symlink to "Python.framework" in the "right" place. When I do the command to create the symlink, I get an error that the file exists. Looking at the contents of that directory, I see that the new version (2.6) of Python I installed in preparation for using My Media is installed there. So why doesn't the PIL installer recognize that Python install? I thought maybe by "System Python" it meant the version of Python installed by the operating system, but if that's the case, why does it not know where that version of Python is installed?
So maybe the solution is to uninstall the newer version of Python?
sudo easy_install --find-links http://www.pythonware.com/products/pil/ Imaging
"myplanet" wrote:
This thread is mainly about setting up the channel and related issues/problems.
I wanted to start a new thread for tips & tricks (the opposite of problems), to share ideas that may help others trying this product. Yesterday I figured out how to see youtube videos on Roku, using Miro.
The new thread is here http://forums.roku.com/viewtopic.php?f=28&t=26321, if anyone is interested.
"canaws" wrote:Wow. That's very odd. Can you send me (email) your my_media_log.txt file? Also, can you try looking in the feed xml and picking out a url from inside the <image></image> tags? Urls that end in .jpg are normal pictures and things that end in .mp3.image are images that are embedded in mp3's. Pasting either type of url into your browser should show you the image if things are working right. Make sure you get the entire file name though, including the '&key=music' bit.
Done and done. Check your email. 😃
"renojim" wrote:"cmcnulty" wrote:
I'd love to hear suggestions from other people about what settings they've used to encode to work around this issue. Let me know what info I can provide (and how to provide it) from my server or the Roku to anyone developing this to see if they can reproduce it.
Try encoding at 29.97fps and let me know if that fixes it.
-JT
"http wrote:
However, understand that DVDs and other MPEG-2 video streams use inherently variable framerates. This means that the actual framerate is not a steady number. This doesn't matter in most cases--for example, iPods handle it well. But if you find that playback is jerky, you might want to experiment by specifying a particular framerate instead of using "Same as source."
"cmcnulty" wrote:
That did the trick. In researching it a bit more, I found this:
"cmcnulty" wrote:
http://trac.handbrake.fr/wiki/FramerateGuide
"cmcnulty" wrote:
On a slight tangent, when I replaced the "Same as source" encoded file with the 29.92 fps encoded one (also having stopped and restarted the My Media server) It still knew to start right back up where it left. Kudos for that!
"cmcnulty" wrote:
On an even more different tangent, I've now saved the settings I used to encode as a Roku preset within Handbrake, however I can't see anyway to export them, or even where the presets are stored. ANyone know how to export handbrake presets?