Firefox 瀏覽器附加元件
  • 擴充套件
  • 佈景主題
    • 用於 Firefox
    • 字典與語言套件
    • 其他瀏覽器網站
    • Android 版的附加元件
登入
Live Recorder 預覽

Live Recorder 作者: losnappas

Record audio and video as webm, in real time.

3.3 (90 reviews)3.3 (90 reviews)
6,478 Users6,478 Users
必須使用 Firefox 才能使用此擴充套件
下載 Firefox 並安裝擴充套件
下載檔案

擴充套件後設資料

畫面擷圖
Initial. (but a bit outdated pic)Post-recording. (also outdated, but enough to make the point)
關於此擴充套件
Using Firefox ESR version 68? or some other old version? Use version 1.6 of this add-on: https://addons.mozilla.org/en-US/firefox/addon/live-recorder/versions/ and disable auto-updates from the about:addons.


Record audio, video, and canvas elements into webm, in real time.

To try it out:
  1. Go to a website with video or audio, like youtube, for example.
  2. Hit the addon button and you should see bar (see screenshots).
    • Some websites, like Soundcloud, serve media differently, it won't work on those and the status bar will not appear then.
  3. Click the button and it'll start recording. You might see the video start stuttering, but the recording should be fine.
  4. Once you hit stop, the recording will be offered to you.
  5. Wa la.

A Firefox bug causes the duration metadata to go missing. Fix it with:

ffmpeg -i YOUR_FILE.webm -c:v copy -c:a copy output.webm

If you want to change audio and video codecs, then your go-to option is to use an external program. Here is an example, changing audio codec to vorbis with ffmpeg:

ffmpeg -i input.webm -acodec libvorbis -vcodec copy out.webm

The recording's audio codec depends on the source, often opus. Video is always(?) vp8 webm.



For now, the recording FPS is 60, because there's no way of changing it. Hopefully this can be fixed sometime. Here's an ffmpeg command to turn it into 30fps+vorbis.


ffmpeg -i in.webm -acodec libvorbis -vcodec vp8 -r 30 out.webm


https://gitlab.com/losnappas/live-recorder/

If you like it then consider donating some money to charity.
https://www.crowdrise.com/horn-of-africa/fundraiser/lynn99
開發者留言
https://gitlab.com/losnappas/live-recorder/
由 1 位評論者給出 3.3 分
登入後即可幫此擴充套件評分
目前沒有評分

已儲存星等

5
43
4
5
3
8
2
3
1
31
閱讀全部 90 條評論
更多資訊
附加元件網址
  • 首頁
  • 技術支援網站
  • 技術支援信箱
版本
3.0
大小
163.47 KB
最近更新
3 年前 (2022年8月23日)
相關分類
  • 相片、音樂、影片
  • 遊戲與娛樂
授權條款
Unlicense
版本紀錄
  • 瀏覽所有版本
新增至收藏集
檢舉此附加元件
3.0 版的發行公告
v3. Hardly tested. Should at least not be completely broken.

Report issues on the gitlab tracker, thx!

https://gitlab.com/losnappas/live-recorder/-/issues
losnappas 製作的更多擴充套件
  • 目前沒有評分

  • 目前沒有評分

  • 目前沒有評分

  • 目前沒有評分

  • 目前沒有評分

  • 目前沒有評分

前往 Mozilla 官網

附加元件

  • 關於
  • Firefox 附加元件部落格
  • 擴充套件工作坊
  • 開發者交流中心
  • 開發者政策
  • 社群部落格
  • 討論區
  • 回報 Bug
  • 評論撰寫指南

瀏覽器

  • Desktop
  • Mobile
  • Enterprise

產品

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • 隱私權
  • Cookie
  • 法律資訊

除另有註明外,本站內容皆採用創用 CC 姓名標示—相同方式分享條款 3.0 或更新版本授權大眾使用。