如何在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.mzph.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)其他设备访问此地址端口号即可访问此项目