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,523 个用户6,523 个用户
您需要 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/
评分 3.3(1 位用户)
登录以评价此扩展
目前尚无评分

已保存星级评分

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 附加组件博客
  • 扩展工坊
  • 开发者中心
  • 开发者政策
  • 社区博客
  • 论坛
  • 报告缺陷
  • 评价指南

浏览器

  • Desktop
  • Mobile
  • Enterprise

产品

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

除非另有注明,否则本网站上的内容可按知识共享 署名-相同方式共享 3.0 或更新版本使用。