Giter Club home page Giter Club logo

ffmpeg's Introduction

REDAXO-AddOn: FFMPEG Video Converter

ffmpeg Video-Converter für REDAXO cms

Screenshot

Voraussetzungen

  • exec sollte für PHP erlaubt sein
  • ffmpeg muss auf dem Server zur Verfügung stehen

Features

  • Konvertierung von Video-Material mittels ffmpeg serverseitig
  • Übernahme des konvertierten Videos in den Medienpool mit präfix web_
  • Einstellungsseite um das ffmpeg-Kommando anzupassen
  • Löschen der Original-Datei (optional)

Anwendung

  • Im Reiter Video-Konverter des Medienpools findet man eine Liste noch nicht bearbeiteter Videos.
  • Hier wählt man ein Video aus zur Konvertierung
  • Nach Click auf Video konvertierenstartet der Vorgang. (Das Fenster bitte nicht schließen)

Einstellungen

Man kann die Qualität und das Format selbst einstellen. Auch kürzen der Videos ist möglich.

Beispiel

ffmpeg -y -i INPUT -vcodec h264 OUTPUT.mp4

INPUT = Datei aus Auswahl OUTPUT.ext = Output mit Dateiendung y = Bestätige jede Frage mit yes

Konvertierte Videos erhalten automatisch das Prefix web_

Tipps: Wer mit ffmpeg-Befehlen nicht vertraut ist, findet unter http://www.mackinger.at/ffmpeg eine gute Hilfe.

Credits

  • Idee und Konzept: KLXM Crossmedia GmbH
  • Lead: Thomas Skerbis (@skerbis)
  • Danke an: Joachim Dörr (@joachimdoerr)

Based on:

PHP-FFmpeg-Command-Execution

LIZENZ

MIT

Hinweise:

  • FFMPEG muss auf dem Server zur Verfügung stehen
  • shell_exec muss für PHP zulässig sein

ffmpeg's People

Contributors

alxndr-w avatar joachimdoerr avatar skerbis avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

kaizoku75

ffmpeg's Issues

Feature: Video Profile für verschiedene Ausgabeformate

Damit man wiederkehrende Umwandlungen verschiedene Ausgabeformate (zB für WebM, mit und ohne Ton, OGV...) ablegen kann.

Beispiele:
WebM:
.\ffmpeg -i input.mp4 -c:v libvpx-vp9 -crf 30 -b:v 0 -b:a 128k -c:a libopus output.webm
.\ffmpeg -i input.mp4 -c:v libvpx-vp9 -crf 30 -b:v 0 output.webm // ohne Audio

OGV:
.\ffmpeg.exe -i input.mp4 -codec:v libtheora -qscale:v 6 -codec:a libvorbis -qscale:a 6 output.ogv

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.