|
[HDDレコーダー] 三菱電機(MITSUBISHI)
型番:DVR-HB610
29,800円(税込) 送料込 |
 |
|
■基本機能をしっかりおさえた簡単操作の「楽レコ」
本編とCMが交じった番組を録画する際、本編再生プレイリスト
またはCM再生プレイリストを自動作成する新「オートカットi」機能を搭載。
「グッと楽マイセレクション」機能の搭載により、家族それぞれが
自分のフォルダを作成し、HDDに録画した多数の番組を個別に管理可能!
高さ59mmのスタイリッシュデザインで、省スペース。
- 種類:HDD内蔵DVD レコーダー
- HDD:容量 160GB
- 受信:VHF、UHF、CATV
- 録画可能ディスク:DVD-R、DVD-RW(ビデオ方式/VR 方式)
- DVD最長録画時間(EPモード):約8時間
- 再生可能ディスク:DVD-R、DVD-R DL、DVD-RW、DVD-Video、DVD-RAM、CD/CD-R/CD-RW
- 入力/出力
・前面:D映像出力 1、S映像入力/出力 1/1、映像入力/出力
1/1、アナログ音声入力/出力 1/1、同軸デジタル音声出力 1
・後面:映像/音声入力 1/1、S映像入力 1
- 消費電力(W):約32
- 待機時消費電力(W):表示部点灯:約2.8、表示部消灯:−
- 外形寸法(mm)幅×高さ×奥行き:420×59×276
- 質量(kg):約3.4
三菱の「楽レコ」が送料込みで3万円を切るのはお得ですね!
160GBのハードディスクレコーダーも安くなりましたね。
メーカーページ
|
| >詳しくはコチラ |
| >特価情報 |
<%
Function googleColor(value, random)
Dim colorArray
colorArray = Split(value, ",")
googleColor = colorArray(random Mod (UBound(colorArray) + 1))
End Function
Function googleScreenRes()
Dim screenRes, delimiter, resArray
screenRes = Request.ServerVariables("HTTP_UA_PIXELS")
delimiter = "x"
If IsEmpty(screenRes) Then
screenRes = Request.ServerVariables("HTTP_X_UP_DEVCAP_SCREENPIXELS")
delimiter = ","
End If
resArray = Split(screenRes, delimiter, 2)
If (UBound(resArray) + 1) = 2 Then
googleScreenRes = "&u_w=" & resArray(0) & "&u_h=" & resArray(1)
End If
End Function
Function googleDcmguid()
Dim dcmguid
dcmguid = Request.ServerVariables("HTTP_X_DCMGUID")
If Not IsEmpty(dcmguid) Then
googleDcmguid = "&dcmguid=" & dcmguid
End If
End Function
Dim googleTime, googleDt, googleScheme, googleHost
googleTime = DateDiff("s", "01/01/1970 00:00:00", Now())
googleDt = (1000 * googleTime) + Round(1000 * (Timer - Int(Timer)))
googleScheme = "http://"
If StrComp(Request.ServerVariables("HTTPS"), "on") = 0 Then googleScheme = "https://"
googleHost = Server.URLEncode(googleScheme & Request.ServerVariables("HTTP_HOST"))
Dim googleAdUrl, googleAdOutput
googleAdUrl = "http://pagead2.googlesyndication.com/pagead/ads?" &_
"ad_type=text_image" &_
"&channel=9554074658" &_
"&client=ca-mb-pub-1199966526919788" &_
"&color_border=" & googleColor("FFFFFF", googleTime) &_
"&color_bg=" & googleColor("FFFFFF", googleTime) &_
"&color_link=" & googleColor("000000", googleTime) &_
"&color_text=" & googleColor("000000", googleTime) &_
"&color_url=" & googleColor("0066CC", googleTime) &_
"&dt=" & googleDt &_
"&format=mobile_single" &_
"&host=" & googleHost &_
"&ip=" & Server.URLEncode(Request.ServerVariables("REMOTE_ADDR")) &_
"&markup=xhtml" &_
"&oe=utf8" &_
"&output=xhtml" &_
"&ref=" & Server.URLEncode(Request.ServerVariables("HTTP_REFERER")) &_
"&url=" & googleHost & Server.URLEncode(Request.ServerVariables("URL")) &_
"&useragent=" & Server.URLEncode(Request.ServerVariables("HTTP_USER_AGENT")) &_
googleScreenRes() &_
googleDcmguid()
Set googleAdOutput = Server.CreateObject("MSXML2.ServerXMLHTTP")
googleAdOutput.Open "GET", googleAdUrl, false
googleAdOutput.Send
Response.Write(googleAdOutput.responseText)
%>