2011-08-11, 12:41 AM
So, I got my channels scanning problem fixed (thanks Sub!) and figured out the network shares with some help from Martin.
I'm using several WDHDTV boxes (wireless) on the other TVs for remote viewing and the WDHDTV works well with wireless, but it is picky about file types. I'm not sure if it's the file types, or the wireless speed, but I've found that it handles MP4 without complaint. Anyhow, my solution is to convert the .TS to MP4 with ffmpeg and then copy the new file to the network share which is visible to all the WDHDTV boxes. I'm using a ffmpeg routine:
ffmpeg -y -i "%~f1" -f mp4 -vcodec libx264 -deinterlace -s 704x384 -acodec copy -ar 22050 -qmax 8 "%~dpn1.mp4"
These files get played on just some small, run of the mill, TVs which are 704x384 so I've down converted and reduced the audio a bit to make the file smaller. Nothing really fancy, but it seems to work.
The problem is the MP4 files occasionally tile. The .TS files play fine in NPVR and it's not every converted file, just some. This happens even when played back on the same machine as NPVR is installed so it's not network/wireless related. while testing the conversion in a local DOS window, I've noticed I'm getting a number of errors from ffmpeg.
I've attached a copy of about 1000 lines of the DOS window while running ffmpeg. The errors are mostly these types:
[mpeg2video @ 020DBA20] invalid cbp at 0 35
[mpeg2video @ 020DBA20] mb incr damaged
[mpeg2video @ 020DBA20] ac-tex damaged at 0 42
[mpeg2video @ 020DBA20] slice mismatch
[mpeg2video @ 020DBA20] concealing 7560 DC, 7560 AC, 7560 MV errors
[mpeg2video @ 020DBA20] 00 motion_type at 20 9
[mpeg2video @ 020DBA20] invalid mb type in B Frame at 4 28
I've checked the signal quality with the HDHR utility and the signal looks good (at least to me)
The average for my channels are:
Signal Strength - 87% to 94%
Signal Quality - 100%
Symbol Quality - 100%
I know about nothing about file conversion, so I'm not sure if this is normal, or if there's something I can do to fix the tiling? It's not bad, at most 2-3 times in a 1 hour show and then only for a second or two. It's just enough to irritate the better half, especially when she watching her show and misses that important word or 2 in the dialog. And we all know, if she ain't happy, nobodies happy!
[ATTACH=CONFIG]31300[/ATTACH]
I'm using several WDHDTV boxes (wireless) on the other TVs for remote viewing and the WDHDTV works well with wireless, but it is picky about file types. I'm not sure if it's the file types, or the wireless speed, but I've found that it handles MP4 without complaint. Anyhow, my solution is to convert the .TS to MP4 with ffmpeg and then copy the new file to the network share which is visible to all the WDHDTV boxes. I'm using a ffmpeg routine:
ffmpeg -y -i "%~f1" -f mp4 -vcodec libx264 -deinterlace -s 704x384 -acodec copy -ar 22050 -qmax 8 "%~dpn1.mp4"
These files get played on just some small, run of the mill, TVs which are 704x384 so I've down converted and reduced the audio a bit to make the file smaller. Nothing really fancy, but it seems to work.
The problem is the MP4 files occasionally tile. The .TS files play fine in NPVR and it's not every converted file, just some. This happens even when played back on the same machine as NPVR is installed so it's not network/wireless related. while testing the conversion in a local DOS window, I've noticed I'm getting a number of errors from ffmpeg.
I've attached a copy of about 1000 lines of the DOS window while running ffmpeg. The errors are mostly these types:
[mpeg2video @ 020DBA20] invalid cbp at 0 35
[mpeg2video @ 020DBA20] mb incr damaged
[mpeg2video @ 020DBA20] ac-tex damaged at 0 42
[mpeg2video @ 020DBA20] slice mismatch
[mpeg2video @ 020DBA20] concealing 7560 DC, 7560 AC, 7560 MV errors
[mpeg2video @ 020DBA20] 00 motion_type at 20 9
[mpeg2video @ 020DBA20] invalid mb type in B Frame at 4 28
I've checked the signal quality with the HDHR utility and the signal looks good (at least to me)
The average for my channels are:
Signal Strength - 87% to 94%
Signal Quality - 100%
Symbol Quality - 100%
I know about nothing about file conversion, so I'm not sure if this is normal, or if there's something I can do to fix the tiling? It's not bad, at most 2-3 times in a 1 hour show and then only for a second or two. It's just enough to irritate the better half, especially when she watching her show and misses that important word or 2 in the dialog. And we all know, if she ain't happy, nobodies happy!
[ATTACH=CONFIG]31300[/ATTACH]