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,411 Users6,411 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/
Rated 3.3 by 90 reviewers
ログインしてこの拡張機能を評価
まだ評価されていません

星の評価を保存しました

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
  • 法的情報

特に 明記されている 場合を除き、当サイト上のコンテンツは Creative Commons 表示・継承ライセンス v3.0 あるいはそれ以降のバージョンで公開されています。