"krtaylor" wrote:
I think I'm using MyMedia for a somewhat different purpose than you envisioned. I get the impression that most people are using it to play movies that they've ripped, which would naturally have one movie in each separate named directory.
It isn't necessary to have a separate directory for each video in order to get thumbnails to display. You can put multiple videos each with it's own thumbnail (named the same as the video file) in the same directory.
"krtaylor" wrote:
When I do, the automatic software sucks the files across and dumps them into "My Pictures" in directories by date of retrieval. I think they pretty much all work this way, at least all the digital cameras I've used with Windows do.
That shouldn't be a problem.
There's two ideas I can think of for your case in order to get thumbnails for your videos, but each will require a little bit of effort on your part.
1) If you already have a still image that would be useful as a thumbnail for a video, just name the still image and the video with the same name (e.g., Christmas2011-1.jpg and Christmas2011-1mp4).
2) Use ffmpeg to extract frames from your video and then pick one to use as the thumbnail.
I ripped all my Looney Tunes DVDs to individual cartoon episodes (using HandBrake) and then used ffmpeg to create frames every two seconds for the first 30 seconds of the video and then manually picked a frame to use as the thumbnail. I had a little bit of an automated process, but it still took some work. The ffmpeg command was something like this:
ffmpeg -i video1.m4v -r .5 -t 30 %02d.jpg
All the ripped episodes and thumbnails were put in the same directory, which was a subdirectory off of "My Videos".
"krtaylor" wrote:
I know of no way to get it to separate out the video files into different directories from the stills. Of course I could do it by hand but that would hardly be worthwhile, and from your description wouldn't help my problem anyway.
I guess my description wasn't very good. :oops: No need to separate each video into its own directory.
"krtaylor" wrote:
From other posts, it sounds like a lot of the image handling is actually done by the codecs included on the Roku itself and isn't something you can control in the server software? So then maybe this is just the way it is. For doing something the Roku was never designed to do, it works really quite well, thanks!
The server
could be quite powerful. For example, it could spawn ffmpeg to generate the video thumbnails, but that might not be an option for every OS it currently supports. I prefer to leave exercises like that to the interested user. :mrgreen:
-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.