Code Monkey home page Code Monkey logo

pelican-dashify's People

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

scheunemann

pelican-dashify's Issues

Custom audio/video representations generators

As an alternative to the included video representations generator, let the user broad his own callable.
It gives full control on the representations to be transcoded, like custom resolutions or bitrates.

Videos are not discovered on pages

If I want to include a video on a page with doing all steps like in the README but replacing article with page in the template example, I get the following error:

CRITICAL: UndefinedError: 'str object' has no attribute 'duration'

Or, with adaptation of the template, it simply just won't play the video.

Using directives for including video(s) into text

Hello,

A feature I would like to see would be the possibility of placing video(s) in an article or page with a directive or a tag.

When using a directive, I would think it should look like:

.. dashify:: some-video.mp4
   :height: 100px
   :width: 200 px
   :alt: alternative text/or youtube link if video not loading

Ideally, this would play well with using links like {static}/some-video.mp4 or {attach}/some-video.mp4. The latter is what I am interested in.

I was wondering if you considered extending the plugin with those capabilities? Or are you open for suggestions or PRs here?

Groups representations as ffmpeg parallel outputs

Instead of invoking one ffmpeg transcoding per representation, let ffmpeg handling this in a more efficient way by using grouped outputs.

  • Ensure that progress is consistent for a future tracking of it
  • Check, test and document the ffmpeg versions who support the grouped outputs feature

Compatibility with Python 3

Hey, thanks for your plugin and work!

I figured when I want to use it with Python 3 it is not working (despite claiming it in the setup.py).

The following issues occur on make html:

  • CRITICAL: NameError: name 'unicode' is not defined
  • CRITICAL: AttributeError: 'dict' object has no attribute 'iteritems'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.