File: SReview.pm

package info (click to toggle)
sreview 0.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,504 kB
  • sloc: perl: 12,360; javascript: 509; sh: 72; makefile: 8
file content (26 lines) | stat: -rw-r--r-- 685 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
package SReview;

use strict;
use warnings;

our $VERSION;

$VERSION = "0.12.0";

=head1 NAME

SReview - a video review and transcoding system

=head1 DESCRIPTION

SReview is a system to review and transcode conference videos. You feed
it a bunch of timestamped videos and a schedule, and it creates initial
cuts based on that schedule. Next, you review (or ask reviewers) to
decide on the actual start- and end times of the talks, through a
webinterface. Once those start- and endtimes have been decided upon,
SReview prepends opening and closing credits, transcodes the videos to
archive quality, and publishes them.

For more information, see L<https://yoe.github.io/sreview>

=cut