Recent content by Kyrt

  1. K

    Extract program metadata from downloaded HMT file

    Just thought I would update the thread to share what I did with hmt-linux: https://github.com/andyjenkinson/hmt-rename It's just a very simple script to rename recordings by season/episode (metadata parsers like the ones in WDTV Live, XBMC handle them this way): Ambassadors.S01E01.The Rabbit...
  2. K

    Extract program metadata from downloaded HMT file

    Sorry for the thread necro, I'm looking for hmt-linux, the links are dead.
  3. K

    Extract To MPG options for .AVI or .MP4

    Eh? MPEG2 video/MP2 audio are fine for DVD. I guess the OP would need to clarify, but my impression was just that whatever software he's using on Mac does not support MPG files but does support AVI and MP4. Whether that software is intelligent enough to know not to re-encode those codecs is...
  4. K

    Extract To MPG options for .AVI or .MP4

    Oh but in case it wasn't clear, SD should be no problem to actually implement, and it's done just like it is for MPG. I tested it just now: ffmpeg -i file.ts -t 120 -vcodec copy -acodec copy -copyinkf file.mp4 ffmpeg -i file.ts -t 120 -vcodec copy -acodec copy -copyinkf file.avi They play fine...
  5. K

    Extract To MPG options for .AVI or .MP4

    There seems to be a bit of confusion on this thread. I believe the OP is asking for the ability to remux to AVI or MP4 containers, rather than the currently-offered MPEG-PS (.mpg) container. On the face of it, it would appear that there is be no need to re-encode either the video or the audio...
  6. K

    Raspberry Pi DLNA Client

    Oh just to add, you will easily go over 10 seconds if you include turning the Pi on (hell, the HDR itself probably does too). But bear in mind that the Pi has no on/off switch or standby mode since the power usage is so negligible. If it's plugged in, then it's on and permanently accessible.
  7. K

    Raspberry Pi DLNA Client

    I have an original Pi (i.e. low mem) with raspbmc. I was initially a bit frustrated with the responsiveness of XBMC since I have quite a low tolerance for that sort of thing. But I found that after one of the release candidates it became very usable in the menus - picking what to play was no...
  8. K

    Scrambled EPG after 17/10 Freeview Update

    I'm a bit stumped as I've lost the HD mux after a forced retune yesterday. The box is an RMA replacement which I only received on Monday, hence no disable-dso etc yet. I have done a few retunes, auto and manual, expecting them to just come back as I've never had problems before. I get clean...
  9. K

    Raspberry Pi DLNA Client

    No idea what codecs are used by those.
  10. K

    Raspberry Pi DLNA Client

    I believe some individuals are looking into optimising an MPEG decoder for the Pi using Open GL, but I imagine it is a far way out yet. Until something happens to change the status quo (e.g. the foundation getting a license), by all accounts the Pi won't be able to decode MPEG well enough.
  11. K

    HDMI CEC

    Well I was assuming it would be part of the SoC, which I believe is a Broadcom BCM7405. The Pi is a Broadcom BCM2835, but as you say the interface might well be compatible. However this post seems to suggest there is a more complex path for the HDMI signal in the Humax (I guess due to...
  12. K

    HDMI CEC

    Has anyone done any experimentation with this? For me the lack of CEC is a major source of (perhaps irrational!) annoyance. Eventually I would like to get power on/off, input switching and volume control working using the Humax remote (or even a smartphone, but that's another story...). I...
  13. K

    Customised HDF file released

    It should be easy to proxy the Humax content if you just want to add stuff. I'd be surprised if the implementation wasn't largely on the server side with a simple mechanism for navigating using the remote. That means it should be easy to structure a webpage in the correct format, no? Others may...
  14. K

    Customised HDF file released

    Firstly wow, and congrats for getting so much done. Where are syslogs from the humax binary stored, if there are any? It crashed and restarted a couple of times when navigating a CIFS mount in the copy function of the interface. It worked fine a few minutes earlier so not sure what is causing...
Back
Top