Personally, I use auto-unprotect package. This package will run a daemon on the Humax box that automatically decrypts everything. You never need to worry about decrypting again.
Just fire up the web interface and go to the packages section...
http://humax/pkg/index.shtml
Click on the...
Hi,
Apologies if this has been reported before, but I noticed a number of images are broken. I'm in the Northern Ireland region and (with the exception of one channel) all are specific to this region. Here's a list:
Channel Number: 85
Channel Name: RT
URL Image Link...
I'm not sure if this helps, but I can see my /tmp/epgd.log updating approx every 16 mins:
humax# ls -l /tmp/epgd.log
-rw-rw-rw- 1 root root 1223 Feb 17 14:18 /tmp/epgd.log
humax# ls -l /tmp/epgd.log
-rw-rw-rw- 1 root root 1311 Feb 17 14:34 /tmp/epgd.log...
BTW I just checked the ffmpeg download page and they're at version 1.1.2 now...
http://www.ffmpeg.org/download.html
We are on 0.10. There could be a lot more features in 1.1.2.
I can see examples on the internet that volumedetect in video files. Perhaps we need a newer version of ffmpeg since the one in the advanced package list is nearly 1 year old:
humax# ffmpeg
ffmpeg version 0.10 Copyright (c) 2000-2012 the FFmpeg developers
built on Feb 29 2012 10:25:07 with...
Here's another idea if processing on the Humax is too slow.
According to the ffmpeg manual, you can detect the volume of a stream:
humax# ffmpeg -i infile.mp4 -t 5 -filter:a volumedetect -vn -f null /dev/null
The above command will read only the first 5 seconds of the stream (-t 5). We...
Actually I was just messing with ffmpeg a bit more, and it looks like you can leave the video stream alone by using "-vcodec copy":
humax# ffmpeg -i cbww1_3.mp4 -vcodec copy -vol 64 -strict experimental outfile.mp4
This allowed me to achieve 17fps during processing on the Humax (far better...
If you compare the infile and outfile files using "ffmpeg -i filename" you can see what has been changed. It's too frustrating using the Humax to do this for me so I use the Windows version on my PC (much faster processor).
It seems to reduce the video bitrate (and increase the audio bitrate!)...
You can probably do this on the humax by turning experimental mode on...
humax# ffmpeg -i infile.mp4 -vol 64 -strict experimental outfile.mp4
Is it really worth doing though? I tried this on my Humax and it processed about 2 frames a second. On my i7 2600K it does 148 frames a second...
Hmm i Need 10 posts before I can upload an image. I'll get cracking! BTW what process is responsible for the screensaver? Is it the /usr/bin/humaxtv process?
Hi,
I just bought one of these machines and am very happy with it, especially with the custom firmware on it! I was just wondering if there was a place I could submit packages to make them available for everyone? I've just made a quick screensaver based on the orange dotmatrix display on the...
Personally, I use auto-unprotect package. This package will run a daemon on the Humax box that automatically decrypts everything. You never need to worry about decrypting again.
Just fire up the web interface and go to the packages section...
http://humax/pkg/index.shtml
Click on the...
Hi,
Apologies if this has been reported before, but I noticed a number of images are broken. I'm in the Northern Ireland region and (with the exception of one channel) all are specific to this region. Here's a list:
Channel Number: 85
Channel Name: RT
URL Image Link...
I'm not sure if this helps, but I can see my /tmp/epgd.log updating approx every 16 mins:
humax# ls -l /tmp/epgd.log
-rw-rw-rw- 1 root root 1223 Feb 17 14:18 /tmp/epgd.log
humax# ls -l /tmp/epgd.log
-rw-rw-rw- 1 root root 1311 Feb 17 14:34 /tmp/epgd.log...
BTW I just checked the ffmpeg download page and they're at version 1.1.2 now...
http://www.ffmpeg.org/download.html
We are on 0.10. There could be a lot more features in 1.1.2.
I can see examples on the internet that volumedetect in video files. Perhaps we need a newer version of ffmpeg since the one in the advanced package list is nearly 1 year old:
humax# ffmpeg
ffmpeg version 0.10 Copyright (c) 2000-2012 the FFmpeg developers
built on Feb 29 2012 10:25:07 with...
Here's another idea if processing on the Humax is too slow.
According to the ffmpeg manual, you can detect the volume of a stream:
humax# ffmpeg -i infile.mp4 -t 5 -filter:a volumedetect -vn -f null /dev/null
The above command will read only the first 5 seconds of the stream (-t 5). We...
Actually I was just messing with ffmpeg a bit more, and it looks like you can leave the video stream alone by using "-vcodec copy":
humax# ffmpeg -i cbww1_3.mp4 -vcodec copy -vol 64 -strict experimental outfile.mp4
This allowed me to achieve 17fps during processing on the Humax (far better...
If you compare the infile and outfile files using "ffmpeg -i filename" you can see what has been changed. It's too frustrating using the Humax to do this for me so I use the Windows version on my PC (much faster processor).
It seems to reduce the video bitrate (and increase the audio bitrate!)...
You can probably do this on the humax by turning experimental mode on...
humax# ffmpeg -i infile.mp4 -vol 64 -strict experimental outfile.mp4
Is it really worth doing though? I tried this on my Humax and it processed about 2 frames a second. On my i7 2600K it does 148 frames a second...
Hmm i Need 10 posts before I can upload an image. I'll get cracking! BTW what process is responsible for the screensaver? Is it the /usr/bin/humaxtv process?
Hi,
I just bought one of these machines and am very happy with it, especially with the custom firmware on it! I was just wondering if there was a place I could submit packages to make them available for everyone? I've just made a quick screensaver based on the orange dotmatrix display on the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.