Contents Menu Expand
LBRY中文FAQ 0.2.0 文档
Logo

LBRY基礎知識

  • LBRY到底是什麼?它是一個協議、一個應用、一個網站,還是一家公司?
  • LBRY如何惠及內容創作者?我為何要關注這個問題?
  • 關於LBRY這個名字
  • LBRY的名稱系統如何運作?為什麼不按互聯網域名的方式來分配名稱呢?
  • LBRY如何處理隱私問題?LBRY收集哪些數據?
  • 在哪裡可以瞭解更多LBRY背後的技術?

LBRY入門

  • LBRY Desktop and lbry.tv basics
  • Discovery and trending on LBRY
  • LBRY for Android basics
  • How can I buy LBC with a credit card?
  • How do I earn LBRY Credits (LBC)?
  • lbry.tv accounts and wallet syncing
  • Buying and selling LBC on exchanges
  • How do tipping and supporting work on LBRY?
  • How does content hosting work?
  • How does the invite program work?
  • What are LBRY Rewards?
  • Where can I exchange LBC?
  • Will someone from LBRY ever ask me for Bitcoin, funds or donations/gratuity?

LBRY教程

  • Claiming LBRY Rewards
  • Searching for content
  • Publishing quickstart

創作與發佈

  • How do I publish content to LBRY?
  • Monetization of Content
  • What are the recommended dimensions for thumbnails and covers?
  • What are the recommended video settings for publishing?
  • How do I share or embed LBRY videos on other websites?
  • How does LBRY benefit content creators? Can I earn money using LBRY?
  • What is censorship resistance and how does it apply to LBRY?
  • How do view and subscriber counts work?
  • How does LBRY handle content and what am I allowed to upload?
  • What is the LBRY YouTube program?
  • YouTube Program terms

疑難問題解答

  • LBRY startup troubleshooting
  • How do I remove my account?
  • How do I backup and/or migrate my LBRY data?
  • How do I change my LBRY connected email?
  • How do I change the location of blob files / hosted data?
  • How do I get help or report a bug?
  • How do I locate my log files?
  • How do I perform a clean installation of LBRY while preserving important data?
  • Incompatible protocol version warning

高級用戶

  • How do I help translate LBRY apps?
  • How do I install LBRY for development and contributing?
  • How do I run LBRY from the command line?
  • How do I use the LBRY command line interface (CLI) tool?
  • How to change default daemon peer port?
  • Is LBRY open source?
  • Multisignature and Ledger hardware wallets
  • What are wallet servers and how do I configure/install them?
  • Where are all the behind the scenes files?

錢包與交易

  • How do I back up my LBRY wallet?
  • How do I encrypt my LBRY wallet?
  • Is there a standalone wallet?
  • What types of LBRY transactions are there?

LBRY機器人

  • How do I use the Discord tipbot?
  • How do I use the Reddit tipbot?
  • How do I use the Twitter tipbot?

挖礦相關

  • What is mining and what are the LBRY block rewards?
  • Are there any mining pools?
  • How do I check my hashrate?
  • How do I mine LBC?

LBRY的不同之處

  • How is LBRY different from “decentralized” websites, like BitChute or DTube?
  • How is LBRY different from IPFS or BitTorrent?
  • How is LBRY different from YouTube / Netflix / Apple TV?
  • How is LBRY different from a toaster?
  • How is LBRY different from decentralized cloud storage, like Sia or Storj?

其他問題

  • Acceptable use policy
  • Appreciation for contributing
  • DMCA takedown requests
  • Do you have a PGP key?
  • Do you have a blockchain explorer?
  • Has LBRY received any secret government subpoenas? Does LBRY have a warrant canary?
  • How do I report a security issue?
  • How does LBRY disclose its usage of LBC?
  • How does LBRY handle COPPA and child-directed content?
  • How does LBRY work with exchanges?
  • How does the company behind LBRY make money?
  • LBRY US 2257 Statement
  • LBRY contest terms and conditions
  • What is LBRY doing with non-mined credits?
  • Why does the app ask for my credit card?
  • Why does the app ask for my phone number?

What are the recommended video settings for publishing?¶

Even though LBRY does not enforce any file size, resolution, or quality of video content, we still encourage publishers to adhere to web optimized bitrates/sizes to ensure a good overall experience for lbry.tv and app users. LBRY does not automatically transcode on upload or when viewing, but an option is available on the LBRY Desktop app to do so during the publish process. If you are publishing on Android or lbry.tv, please follow the manual instructions for Handbrake/ffmpeg below.

See our Publishing FAQ for more information about the publishing process.

Recommended settings and bitrate¶

We recommend uploading videos at 720P in an MP4 container, H264 video encoding, and AAC audio with a maximum bitrate of 5 Mbps (check file properties to see current rate). It’s also helps if the moov atom is at the front of the file - this is sometimes referred to as Fast Start (ffmpeg) or Web Optimized (Handbrake). If the content is not compatible or over 5 Mbps, you’ll be given a warning on the publish page.

If you prefer 1080P, please try to keep the bitrate at or below 8 Mbps. You’ll be given a warning on the publish page, but you can still proceed.

Automated transcoding in LBRY Desktop¶

The LBRY Desktop application supports local transcoding of videos during the publish process. This will require ffmpeg (automated process coming later) to be installed and will create a transcoded copy alongside your original file (**_fixed** appended to the filename). publish

ffmpeg will automatically be found from your system path or lbrynet folder, or you can also use a custom path.

Install and configure¶

The easiest way to configure ffmpeg on Windows/Mac is to download the executables and copy the bin folder into a new folder called ffmpeg inside your lbrynet folder. The final path to the files would be something like ...lbry/lbrynet/ffmpeg/bin/ffmpeg.exe. This path must be exactly followed if you want it to be picked up automatically, otherwise you will have to choose the path where the ffmpeg.exe is located on the Settings > Advanced Settings page.

For Linux, the install process typically adds it to your system path. This will allow the application to automatically detect it, but you can also choose your own custom path on the Settings page (will require restart in some cases).

**Known issues:*

  • For Windows users, do not use system protected paths like program files/system32 as this may not have appropriate permissions.

  • For Mac users, you may need to run the ffmpeg / ffplay from the command line a single time before the app has permission to do so.

settings

settings¶

Instructions for Handbrake¶

If using Handbrake, we recommended the following settings:

  • Preset of Fast 720P30.

  • Enable Web optimized.

  • Disable Align A/V Start.

  • Save as .mp4 extension.

handbrake

handbrake¶

Instructions for ffmpeg¶

If using FFMPEG, we recommend the following parameters, and replace input/output with the appropriate file path:

ffmpeg -i input.avi -c:v libx264 -crf 21 -preset faster -pix_fmt yuv420p -maxrate 5000K -bufsize 5000K -vf 'scale=if(gte(iw\,ih)\,min(1920\,iw)\,-2):if(lt(iw\,ih)\,min(1920\,ih)\,-2)' -movflags +faststart -c:a aac -b:a 160k output.mp4
Next
How do I share or embed LBRY videos on other websites?
Previous
What are the recommended dimensions for thumbnails and covers?
版权所有 © 2021, The LBRY team | Built with Sphinx using @pradyunsg's Furo theme.
目录
  • What are the recommended video settings for publishing?
    • Recommended settings and bitrate
    • Automated transcoding in LBRY Desktop
      • Install and configure
    • Instructions for Handbrake
    • Instructions for ffmpeg