Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Honor use_orig with videos #153

Merged
merged 4 commits into from Apr 27, 2015
Merged

Commits on Apr 27, 2015

  1. Honor 'use_orig' for videos

    When 'use_orig' is True, copy the original video files (or symlink them,
    depending if 'orig_link' is True) to the destination, and use them as they are,
    without processing.
    
    This setting is ignored for all files not supported in HTML5; those are
    converted anyway, because otherwise we could not reproduce them.
    jasuarez committed Apr 27, 2015
    Copy the full SHA
    fb9eb35 View commit details
    Browse the repository at this point in the history
  2. Set HTML5 video type correctly

    As we can use the videos as they are, without conversion, we need to set
    the video type correctly.
    jasuarez committed Apr 27, 2015
    Copy the full SHA
    14570c2 View commit details
    Browse the repository at this point in the history
  3. Add myself to AUTHORS

    jasuarez committed Apr 27, 2015
    Copy the full SHA
    0a3198b View commit details
    Browse the repository at this point in the history
  4. Fix video tests

    jasuarez committed Apr 27, 2015
    Copy the full SHA
    ca61eed View commit details
    Browse the repository at this point in the history