Difference between revisions of "Talk:ROKU HD Frontend"

From MythTV Official Wiki
Jump to: navigation, search
m
Line 3: Line 3:
 
::: The XML interface provides a 'GetPreviewImage' mechanism that returns PNGs from an optional size and video position.
 
::: The XML interface provides a 'GetPreviewImage' mechanism that returns PNGs from an optional size and video position.
 
:::: Sweet.  I'll give it a shot.
 
:::: Sweet.  I'll give it a shot.
 +
 +
Do you have a working transcode script for getting h264 into an mp4?  If so, could you post it?  The existing linked script uses the Matroska container (which the Roku won't recognize), not mp4.  I'm currently trying to make this work by replacing the "mkvmerge" (line 50) with an ffmpeg string, but I'm butchering the quality pretty badly.

Revision as of 00:29, 23 October 2010

You may want to adapt your frontend to pull data from the native XML server run in mythbackend, rather than requiring a separate web server. See MythXMLTest for a program detailing how to access these methods.

Unfortunately, we still need a mechanism to create the necessary images in the proper format. The mythbackend XML won't provide any of that information or generate the image files.
The XML interface provides a 'GetPreviewImage' mechanism that returns PNGs from an optional size and video position.
Sweet. I'll give it a shot.

Do you have a working transcode script for getting h264 into an mp4? If so, could you post it? The existing linked script uses the Matroska container (which the Roku won't recognize), not mp4. I'm currently trying to make this work by replacing the "mkvmerge" (line 50) with an ffmpeg string, but I'm butchering the quality pretty badly.