Firefogg
Firefogg

video encoding and uploading for Firefox

ogg.sourceInfo Example:

After selecting a file Firefogg will provide information about the selected video.
See example below. oshash can be used as a fast hash to identify media files.


{
  "duration": 322.473297,
  "bitrate": 320.268005,
  "video": [{
      "codec": "mpeg4",
      "pixel_format": "yuv420p",
      "width": 320,
      "height": 240,
      "pixel_aspect_ratio": "1:1",
      "display_aspect_ratio": "4:3",
      "framerate": "2397:100",
  }],
  "audio": [{
      "codec": "mp3",
      "samplerate": 44100,
      "channels": 2,
      "bitrate": 128.000000,
  }],
  "oshash": "8e245d9679d31e12",
  "path": "breakdance.avi",
  "size": 12909756
}