"emolson1" wrote:
Python 2.6.6 - I couldn't get 2.6.7 installed correctly. Would 2.7.2 install and operate correctly? What about 3.x?
2.6 is the recommended version, mostly because of PIL. 2.7
might work, but 3.x is definitely out.
"emolson1" wrote:
I have a video clip in MP4 format that MyMedia recognizes and plays correctly, but it does not recognize (for example) files of type "file.name.720p.hdtv.x264-ctu.mkv" or type avi. It recognizes but won't play a file of type wmv.
The box is pretty picky about what it will play. AVI is a container and not a format. The container isn't supported no matter what the underlying video and audio are. MKV was only supported via USB playback until recently. xwin made some modifications to the server so that it will "see" them and report them to the channel, but once again the video and audio have to be in a supported fomat, namely H.264 for the video and AAC or AC-3 for the audio. WMV has always been hit or miss for me, but I try to avoid MS stuff at all costs, so I haven't put any effort into trying to see what's going on.
"emolson1" wrote:
I tried to convert some files using Handbrake, but that was a complete fail. Freemake converts files to MP4 (very slowly), but the files break partway through playback.
HandBrake is what I use and I've had probably better than a 99% success rate. I use the command line version and the following command line will probably work better than 90% of the time:
HandBrakeCLI -i whatever.avi -o whatever.m4v -O -r 29.97
I tried Freemake and while I believe it's fairly idiot proof, I thought it was too slow and produced larger files than HandBrake. I'm surprised you had problems with it. How big are the converted files? There's always been a question of whether files larger than 2GB will work.
If you're comfortable working from the command line, give
HandBrakeCLI a try and see if you have better luck. There's also a whole thread on encoding for the USB channel,
viewtopic.php?f=28&t=36754. Anything that works for the USB channel should work here.
-JT
Roku Community Streaming Expert
Help others find this answer and click "Accept as Solution."
If you appreciate my answer, maybe give me a Kudo.
I am not a Roku employee.