如何在Vizio電視上禁用運動平滑

A Vizio TV
Vizio
維齊奧

New Vizio TVs use motion smoothing to make the content you watch appear smoother. This looks good for some content, like sports, but can ruin the feel of movies and TV shows.

新的Vizio電視使用運動平滑來使您觀看的內容顯得更平滑。 這對于某些內容(例如體育節目)看起來不錯,但可能會破壞電影和電視節目的感覺。

什么是運動平滑? (What Is Motion Smoothing Anyway?)

Motion smoothing works by increasing the?framerate of content you watch on the TV. It does this by artificially adding extra frames in between each real frame, to sync up the content to the refresh rate of the display, which can sometimes double or even quadruple the perceived refresh rate and “smoothness” of the picture.

運動平滑通過提高您在電視上觀看的內容的幀速率來工作。 它通過在每個實際幀之間人為地添加額外的幀來實現此目的,以將內容同步到顯示器的刷新率,有時可以使圖像的刷新率和“平滑度”提高一倍甚至四倍。

However, this doesn’t always look good, and often leads to blurry images and nasty artifacts. Plus, some people just don’t like higher refresh rates?and would prefer to disable the option.

但是,這并不總是看起來不錯,并且常常導致圖像模糊和令人討厭的偽影。 另外,有些人只是不喜歡更高的刷新率,而是希望禁用該選項。

如何關閉 (How to Turn it Off)

On Vizio TVs, open up the settings menu, select “Picture,” and then switch to the “Advanced Picture” tab. Here you can set different levels for the “Smooth Motion Effect,” like adjusting how much interpolation and motion blur is applied. You can disable it entirely by setting it to “Off.”

在Vizio電視上,打開設置菜單,選擇“圖片”,然后切換到“高級圖片”選項卡。 在這里,您可以為“平滑運動效果”設置不同的級別,例如調整應用了多少插值和運動模糊。 您可以通過將其設置為“關”來完全禁用它。

Smooth Motion Effect options on a Vizio TV
Vizio
維齊奧

On some TVs, you might find the option may be under Picture Mode > Advanced Video Features.

在某些電視上,您可能會發現該選項位于“圖片模式”>“高級視頻功能”下。

If you have an older TV with the feature, you may have to consult your TV’s manual if you can’t find the option, which you can find online.

如果您有一臺較舊的電視具有此功能,那么如果找不到該選項,則可能需要查閱電視的手冊,該手冊可以在網上找到。

翻譯自: https://www.howtogeek.com/402233/how-to-disable-motion-smoothing-on-a-vizio-tv/

本文來自互聯網用戶投稿,該文觀點僅代表作者本人,不代表本站立場。本站僅提供信息存儲空間服務,不擁有所有權,不承擔相關法律責任。
如若轉載,請注明出處:http://www.pswp.cn/news/278709.shtml
繁體地址,請注明出處:http://hk.pswp.cn/news/278709.shtml
英文地址,請注明出處:http://en.pswp.cn/news/278709.shtml

如若內容造成侵權/違法違規/事實不符,請聯系多彩編程網進行投訴反饋email:809451989@qq.com,一經查實,立即刪除!

相關文章

無服務器架構 - 從使用場景分析其6大特性

2019獨角獸企業重金招聘Python工程師標準>>> 無服務器架構 - 從使用場景分析其6大特性 博客分類: 架構 首先我應該提到,“無服務器”技術肯定有服務器涉及。 我只是使用這個術語來描述這種方法和技術,它將任務處理和調度抽象為與…

ES6實用方法Object.assign、defineProperty、Symbol

文章目錄1.合并對象 - Object.assign()介紹進階注意用途2.定義對象 - Object.defineProperty(obj, prop, descriptor)3.新數據類型- Symbol定義應用1.合并對象 - Object.assign() 介紹 assign方法可以將多個對象(字典),語法:Obj…

Enable Authentication on MongoDB

1、Connect to the server using the mongo shell mongo mongodb://localhost:270172、Create the user administrator Change to the admin database: use admindb.createUser({user: "Admin",pwd: "Admin123",roles: [ { role: "userAdminAnyDataba…

windows驅動程序編寫_如何在Windows中回滾驅動程序

windows驅動程序編寫Updating a driver on your PC doesn’t always work out well. Sometimes, they introduce bugs or simply don’t run as well as the version they replaced. Luckily, Windows makes it easy to roll back to a previous driver in Windows 10. Here’s…

運行tomcat報Exception in thread ContainerBackgroundProcessor[StandardEngine[Catalina]]

解決方法1: 手動設置MaxPermSize大小,如果是linux系統,修改TOMCAT_HOME/bin/catalina.sh,如果是windows系統,修改TOMCAT_HOME/bin/catalina.bat, 在“echo "Using CATALINA_BASE: $CATALINA_BASE&q…

new子類會先運行父類的構造函數

發現子類構造函數運行時,先運行了父類的構造函數。為什么呢? 原因:子類的所有構造函數中的第一行,其實都有一條隱身的語句super(); super(): 表示父類的構造函數,并會調用于參數相對應的父類中的構造函數。而super():是在調用父類…

在Windows 7中的Windows Media Player 12中快速預覽歌曲

Do you ever wish you could quickly preview a song without having to play it? Today we look at a quick and easy way to do that in Windows Media Player 12. 您是否曾經希望無需播放就可以快速預覽歌曲? 今天,我們探討一種在Windows Media Play…

Vue.js中的8種組件間的通信方式;3個組件實例是前6種通信的實例,組件直接復制粘貼即可看到運行結果

文章目錄一、$children / $parent二、props / $emit三、eventBus四、ref五、provide / reject六、$attrs / $listeners七、localStorage / sessionStorage八、Vuex實例以element ui為例。例子從上往下逐漸變復雜(后面例子沒有刪前面的無用代碼,有時間重新…

不可思議的混合模式 background-blend-mode

本文接前文:不可思議的混合模式 mix-blend-mode 。由于 mix-blend-mode 這個屬性的強大,很多應用場景和動效的制作不斷完善和被發掘出來,遂另起一文繼續介紹一些使用 mix-blend-mode 制作的酷炫動畫。 CSS3 新增了一個很有意思的屬性 -- mix-…

adb錯誤 - INSTALL_FAILED_NO_MATCHING_ABIS

#背景 換組啦,去了UC國際瀏覽器,被擁抱變化了。還在熟悉階段,嘗試了下adb,然后就碰到了這個INSTALL_FAILED_NO_MATCHING_ABIS的坑。。。 #解決方法 INSTALL_FAILED_NO_MATCHING_ABIS is when you are trying to install an app th…

如何更改從Outlook發送的電子郵件中的“答復”地址

If you’re sending an email on behalf of someone else, you might want people to reply to that person instead of you. Microsoft Outlook gives you the option to choose a different default Reply address to cover this situation. 如果您要代表其他人發送電子郵件&…

visio自定義圖形填充

選中圖形,最上面一欄:開發工具-操作(-組合-連接)-拆分

Ansible 詳解2-Playbook使用

aaa轉載于:https://www.cnblogs.com/Presley-lpc/p/10107491.html

Angular2官網項目 (4)--路由

行動計劃 把AppComponent變成應用程序的“殼”,它只處理導航 把現在由AppComponent關注的英雄們移到一個獨立的GeneralComponent中 添加路由 創建一個新的DashboardComponent組件 把儀表盤加入導航結構中 路由是導航的另一個名字。路由器就是從一個視圖導航到另…

在Windows 7或Vista資源管理器中禁用縮略圖預覽

If you want to speed up browsing around in explorer, you might think about disabling thumbnail previews in folders. 如果要加快在資源管理器中的瀏覽速度,可以考慮禁用文件夾中的縮略圖預覽。 Note that this works in Windows 7 or Vista 請注意&#xf…

rimraf 秒刪?node_modules

//第一次需要安裝刪除指令 npm install rimraf -g //進入對應目錄后卸載node依賴庫在這里插入代碼片 rimraf node_modules

[Halcon] 算子學習_Calibration_Calibration Object

find_caltab find_marks_and_pose   輸出參數StartPose是標定板的位姿  通過pose_to_hom_mat3d轉化為Hom矩陣可得到下面的關系 3D_Point_Coord_in_Cam Hom_Mat(StartPose) * 3D_Point_Coord_in_Cam ; 轉載于:https://www.cnblogs.com/LoveBuzz/p/10109202.html

mysql 表數據轉儲_在MySQL中僅將表結構轉儲到文件中

mysql 表數據轉儲For this exercise, we will use the mysqldump utility the same as if we were backing up the entire database. 在本練習中,我們將像備份整個數據庫一樣使用mysqldump實用程序。 Syntax: 句法: mysqldump -d -h localhost -u root -…

lenos快速開發腳手架

2019獨角獸企業重金招聘Python工程師標準>>> lenos一款快速開發模塊化腳手架, lenos(p為spring boot版本擴展名)一款快速開發模塊化腳手架,采用spring bootspringSpringMvcmybatisshiroswaggerehcachequartzfreemarkerlayui技術開發&#xff…

把angular(vue等)項目部署在局域網上

在cmd中輸入 ipconfig , 復制自己電腦的ipv4地址在啟動項目的時候加上 --host 192.167.8.100 (本機地址)在同一局域網下(wifi)其他設備訪問此地址端口號即可訪問此項目