More than one year of episodes is available to watch in your browser for free on the show website. If you subscribe, you can watch all seasons of the show. The trick is to use Roku to do this. I have to warn you that the process is somewhat time consuming and not everyone would want to do this.
You will need software listed below and you can use google to find it. All software is free.
- rtmpdump - this is the tool used to download the episodes
- RTMPDumpHelper - this tool is used to make downloading process very simple
- ffmpeg - this tool is used to convert downloaded video to the format understood by Roku
- MyMedia - this software is used to play videos on Roku. This can be substituted by any software capable of doing the same thing or by playing videos from the USB media if your Roku is capable of doing so.
Next step is to convert the video in to format that Roku will recognize. The original video is encoded correctly but it is multiplexed in to flash video format. All you need to do is re-multiplex this video in to the mp4 container. Use following ffmpeg command line to it:
ffmpeg -i input-file.mp4 -acodec copy -vcodec copy output-directory/output-file.mp4
Replace your input and output file names with correct episode names.This command will very quickly re-multiplex video. It only takes few seconds per episode on any modern computer.
Now you can play your downloaded videos on Roku using MyMedia (my favorite), Plex or any one of many local playback apps. You can also put episodes on USB drive and play them directly on your Roku if your device supports it. As a bonus after you downloaded the show you can store it on DVD and watch it any time you want to in the future. The show is streamed in 640x352 resolution and looks very good on our CRT TV.
1 comment:
Just read on a forum that America'S Test kitchen is available through Amazon instant if you have that. I don't have it yet but might need it if we give up cable for good like I'm planning.
Post a Comment