如何从特定位置开始分享YouTube视频

share-youtube-featured

Tech tutorials that start with 3 minutes of “hey guys what’s up” are the worst. Get to the point! Here’s how you can bypass that nonsense when sharing a video with your friends.

最糟糕的是从3分钟的“嗨,大家好起来”开始的技术教程。 讲到重点! 与朋友分享视频时,您可以通过以下方法绕开这些废话。

Take the following video, for example. I actually find the historic tidbits in that particular buildup fascinating, but maybe you’re not sure your friends will. Happily it’s possible to share this and any other video starting at any moment you like.

以下面的视频为例。 实际上,我发现该特定堆积物中的历史性花絮令人着迷,但也许您不确定您的朋友会不会如此。 幸运的是,您可以在任何时候开始共享此视频和其他任何视频。

There are two ways to do this: on your computer using the browser, or on any platform by adding a few characters to any YouTube URL.

有两种方法可以执行此操作:在使用浏览器的计算机上,或在任何平台上通过向任何YouTube URL添加一些字符的方式。

Let’s start on the desktop. Below the video title and the “Subscribe” button for the channel, you’ll see a “Share” button.

让我们从桌面开始。 在视频标题和该频道的“订阅”按钮下方,您会看到一个“共享”按钮。

桥梁爆炸演示

Click this and you’ll see the share box. There’s the usual wide assortment of social media buttons, but there’s also a checkbox next to the words “Start at.”

单击此按钮,您将看到共享框。 通常会有各种各样的社交媒体按钮,但“开始于”一词旁边还有一个复选框。

youtube-share-button

Click this checkbox, then pick the exact time you want the video to start at. You can do this by moving the slider in the video itself, or by typing the exact time you want in the box.

单击此复选框,然后选择您要开始播放视频的确切时间。 您可以通过移动视频本身中的滑块或在框中输入所需的确切时间来实现。

youtube-share-time

Once you’ve selected the precise second you want the video to start at, go ahead and copy the URL. You can share it wherever you like just by pasting it! Anyone who clicks your link will see the video start at exactly the time you want them to start at, though they can rewind themselves if they wish.

选择精确的秒数后,请继续并复制网址。 只需将其粘贴即可在任何地方共享! 单击链接的任何人都将在您希望视频开始的确切时间开始观看视频,尽管他们可以根据需要倒带。

手动创建特定时间的YouTube URL (Create Time-Specific YouTube URLs By Hand)

Sadly there’s no built-in way to create such links on Android or iOS—the option simply isn’t offered. But you can create a URL yourself on any platform, if you know how the URL works.

遗憾的是,没有内置的方法可以在Android或iOS上创建此类链接-根本没有提供该选项。 但是,如果您知道URL的工作原理,则可以在任何平台上自己创建URL。

Look closely at this URL:

仔细查看此URL:

https://youtu.be/QNTnfgeotTY?t=4m37s

You’ll see that a few characters have been added: ?t=4m37s . To quickly break things down:

您会看到已添加了几个字符: ?t=4m37s 。 快速分解:

  • The ?, when used in a URL, marks the beginning of a query.

    ,用于URL中时,标记查询的开始。

  • The t= informs YouTube that you want to start at a specific time.

    t =通知YouTube您想在特定时间开始。

  • 4m37s refers to the point I want the video to start at: four minutes, 37 seconds in.

    4m37s指的是我想要的视频开始在点:四分37秒以后,

Knowing this, you can create your own such links without using YouTube’s rules, just by adding ?t= followed by a precise time to any URL. It’s clumsy, but it works; try it out yourself!

知道了这一点,您可以在不使用YouTube规则的情况下创建自己的此类链接,只需在任意URL上添加?t=后加上精确的时间即可。 这很笨拙,但是有效。 自己尝试一下!

翻译自: https://www.howtogeek.com/285220/how-to-share-youtube-videos-starting-at-a-certain-point/

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/280021.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

解决git提交问题error: The requested URL returned error: 403 Forbidden while accessing

2019独角兽企业重金招聘Python工程师标准>>> git提交代码时,出现这个错误“error: The requested URL returned error: 403 Forbidden while accessing https” 解决方法: 编辑.git目录下的config文件即可。 vim .git/config [core] …

基于.NetCore开发博客项目 StarBlog - (24) 统一接口数据返回格式

1前言开发接口,是给客户端(Web前端、App)用的,前面说的RESTFul,是接口的规范,有了统一的接口风格,客户端开发人员在访问后端功能的时候能更快找到需要的接口,能写出可维护性更高的代…

如何将C# 7类库升级到C# 8?使用可空引用类型

这篇文章将介绍将C# 7类库升级到C# 8(支持可空引用类型)的一个案例。本案例中使用的项目Tortuga Anchor由一组MVVM风格的基类、反射代码和各种实用程序函数组成。之所以选择这个项目,是因为它很小,并且同时包含了惯用和不常用的C#…

android 设备名称_如何更改您的Android TV的设备名称

android 设备名称Android TV is Google’s attempt at taking over the living room, and with some units being available for under $99, it’s not unheard of for users to have more than one box. The problem is, when multiple devices identify themselves identical…

AD-查找符合指定条件的用户Get-User

以下服务器为Exchange 2010一、使用 Get-User 命令查找部门为IT的用户Get-User -ResultSize Unlimited | ? { $_.Department -Eq "IT" } | ft Name,Department二、查找注释为多行内容的指定用户如下图:注释Notes信息为多行要使用 match 和 (?*) 来做匹配…

目标检测算法之Fast R-CNN算法详解

在介绍Fast R-CNN之前我们先介绍一下SPP Net 一、SPP Net SPP:Spatial Pyramid Pooling(空间金字塔池化) 众所周知,CNN一般都含有卷积部分和全连接部分,其中,卷积层不需要固定尺寸的图像,而全连…

WPF-21 基于MVVM员工管理-01

接下来我们通过两节课程使用MVVM来开发一个简单的Demo,首先我们创建一个项目名称WPF-22-MVVM-Demo,目录结构如下:我们在Models文件下创建Employee类并让该类实现INotifyPropertyChanged接口,该类中定义编号、姓名和角色三个基本属…

qt 苹果应用程序_什么是苹果的电视应用程序,您应该使用它吗?

qt 苹果应用程序Apple’s TV app, which recently appeared on iOS devices and Apple TV, is meant to help users discover and watch shows across an increasingly expanding lineup of television channels, as well as iTunes movies and shows, in one central app. App…

细说flush、ob_flush的区别

ob_flush/flush在手册中的描述, 都是刷新输出缓冲区, 并且还需要配套使用, 所以会导致很多人迷惑… 其实, 他们俩的操作对象不同, 有些情况下, flush根本不做什么事情.. ob_*系列函数, 是操作PHP本身的输出缓冲区. 所以, ob_flush是刷新PHP自身的缓冲区. 而flush, 严格来讲, 这…

关于jHipster框架在构建中的出现的error修复

jhipster The JDL object and the database type are both mandatory.这个错误应该是在构建基于jHipster的spring-cloud项目中经常遇到的,因为这个在这个过程中会读取.yo-rc文件,之后生成相关的.json文件,再之后生成相关的.java文件&#xff…

定制.NET 6.0的Middleware中间件

大家好,我是张飞洪,感谢您的阅读,我会不定期和你分享学习心得,希望我的文章能成为你成长路上的垫脚石,让我们一起精进。在本文中,我们将学习中间件,以及如何使用它进一步定制应用程序。我们将快…

删除microsoft_如何从您的Microsoft帐户中删除设备

删除microsoftWhen you sign into Windows 8 or 10 using your Microsoft account (and other Microsoft devices, like an Xbox), those devices become associated with your account. If you want to remove an old device you’ve gotten rid of, you’ll have to pay a vi…

线程的语法 (event,重要)

Python threading模块 2种调用方式 直接调用 12345678910111213141516171819import threadingimport timedef sayhi(num): #定义每个线程要运行的函数print("running on number:%s" %num)time.sleep(3)if __name__ __main__:t1 threading.Thread(targetsayhi,args(…

求最大值和下标值

本题要求编写程序&#xff0c;找出给定的n个数中的最大值及其对应的最小下标&#xff08;下标从0开始&#xff09;。 输入格式: 输入在第一行中给出一个正整数n&#xff08;1<n≤10&#xff09;。第二行输入n个整数&#xff0c;用空格分开。 输出格式: 在一行中输出最大值及…

windows应用商店修复_如何修复Windows应用商店中的卡死下载

windows应用商店修复Though it’s had its share of flaky behavior since being introduced in Windows 8, the Windows Store has gotten more reliable over time. It still has the occasional problems, though. One of the more irritating issues is when an app update…

新冠病毒中招 | 第二天

今天跟大家分享我个人感染奥密克戎毒株第二天的经历和感受。早上7点多自然醒来&#xff0c;已经没有四肢乏力的感觉&#xff0c;但是身体的本能还是告诉我不愿意动弹。由于第一天躺着睡了一天&#xff0c;确实是躺得腰酸背疼的。起床量了一下体温36.4正常&#xff0c;决定今天不…

icloud 购买存储空间_如何释放iCloud存储空间

icloud 购买存储空间Apple offers 5 GB of free iCloud space to everyone, but you’ll run up against that storage limit sooner than you’d think. Device backups, photos, documents, iCloud email, and other bits of data all share that space. Apple为每个人提供5 …

基于LAMP实现web日志管理查看

前言&#xff1a;日志是一个重要的信息库&#xff0c;如何高效便捷的查看系统中的日志信息&#xff0c;是系统管理员管理系统的必备的技术。实现方式&#xff1a;1、将日志存储于数据库。2、采用LAMP架构&#xff0c;搭建PHP应用&#xff0c;通过web服务访问数据库&#xff0c;…

WPF效果第二百零七篇之EditableSlider

前面简单玩耍一下快速黑白灰效果; 今天又玩了一下ZoomBlurEffect,来看看最终实现的效果:1、ps和cs文件都在Shazzam中,咱们自己随意玩耍;今天主角是下面这位:2、来看看自定义控件布局(TextBox、Slider、ToggleButton)&#xff1a;3、点击编辑按钮,我就直接偷懒了:private void E…

使用MyQ打开车库门时如何接收警报

Chamberlain’s MyQ technology is great for opening and closing your garage door remotely with your smartphone, but you can also receive alerts whenever your garage door opens and closes (as well as receive alerts when it’s been open for an extended amount…