Forgot password
 Register account
View 174|Reply 2

YouTube 免费存储空间

[Copy link]

3211

Threads

7832

Posts

52

Reputation

Show all posts

hbghlyj posted 2023-4-12 02:03 |Read mode
Last edited by hbghlyj 2023-4-14 12:50Google Photos no longer offers unlimited storage — so what are your options?
Google Photos 在 2021 年 6 月 1 日结束其照片和视频的“无限免费存储”政策。现在,您上传的任何新照片和视频都将计入每个 Google 帐户附带的 15GB 免费存储空间。

利用 Google 服务存储的其他方法
YouTubeDrive Store files as YouTube videos == infinite disk space
是一个 Mathematica 程序包,可将任意数据编码/解码为简单的 RGB 视频,这些视频会自动上传到 YouTube 或从 YouTube 下载。 由于 YouTube 对用户可以上传的视频总数或长度没有限制,这提供了一种实际上无限但极其缓慢的文件存储形式。

Usage Example
首先导入这个包
  1. Needs["YouTubeDrive`"]
Copy the Code
让我们生成一个图像
  1. plot=Plot[Bessel[0,x],{x,-10,10}]
Copy the Code
然后将图像数据编码为 RGB 视频
  1. data=ByteArray@ToCharacterCode@Compress[plot]
Copy the Code
然后上传YouTube
  1. YouTubeUpload[data]
Copy the Code
输出为 Fmm1AeYmbNU,这意味着视频已上传到 youtube.com/watch?v=Fmm1AeYmbNU
然后我们从YouTube取回数据
  1. retrievedData=YouTubeRetrieve["Fmm1AeYmbNU"]
Copy the Code
将数据解码
  1. UncompresseFromCharacterCode@Normal[retrievedData]
Copy the Code
我们得到了原始图像。

764

Threads

4672

Posts

27

Reputation

Show all posts

isee posted 2023-4-14 11:50
国内用户有速度?

Comment

它不会。😔  posted 2023-4-14 19:51
isee=freeMaths@知乎

Quick Reply

Advanced Mode
B Color Image Link Quote Code Smilies
You have to log in before you can reply Login | Register account

$\LaTeX$ formula tutorial

Mobile version

2025-7-20 05:53 GMT+8

Powered by Discuz!

Processed in 0.011583 seconds, 24 queries