VdrTUBE: Difference between revisions
(typo) |
|||
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
==Description== |
==Description== |
||
vdrtube.pl is a small utility for populating a webtree of vdr-recordings |
|||
vdrTUBE is a tool to convert VDR-recordings to flash videos (flv). vdrTUBE also creates the required (static) HTML pages along with a index of all converted recordings. |
|||
(and lately other media like avi or mp3) with the required (static) html and |
|||
flash to view them in your standard-browser over the web. |
|||
In |
In current versions it is also possible to view the recordings |
||
using PDA, Sony Playstation, Nintendo WII, several incarnations of |
|||
iPod/iPhone and mobiles compatand likely Apple iPod-Video. This is beeing |
|||
accomplished by also supporting mp4 and 3gp as output options. |
|||
Installation and usage are kept simple with the inexperienced user in mind. |
Installation and usage are kept simple with the inexperienced user in mind. |
||
Line 11: | Line 16: | ||
==Software requirements== |
==Software requirements== |
||
⚫ | |||
⚫ | |||
* ffmpeg |
|||
included you don't need to install anything but the vdrTUBE package itself: |
|||
* JW FLV PLAYER 3.11 |
|||
* vdrconvert.pl |
|||
* [http://ffmpeg.mplayerhq.hu/ ffmpeg svn] |
|||
⚫ | |||
* [http://www.jeroenwijering.com/?item=Flash_Video_Player JW FLV PLAYER 3.11] |
|||
* [http://vdrconvert.vdr-portal.de/ vdrconvert.pl] |
|||
==Installation and Usage== |
|||
Just untar vdrtube-<VERSION>.tar.gz in a directory you like, change to this directory an start it with something like ./vdrtube.pl /path/to/recording/datedirectory.rec. After that you will find a set of statical HTML pages including the player and .flv video(s). |
|||
⚫ | |||
There is an example that show how to directly trigger conversion from inside vdr at helpers/reccmds/. |
|||
Installation is simple, just untar the package. |
|||
⚫ | |||
# cd /tmp/ |
|||
==Beschreibung== |
|||
# tar xvzf vdrtube-VERSION.tar.gz |
|||
===Usage=== |
|||
vdrTube ist ein Werkzeug um VDR-Aufnahmen (und zwischenzeitlich auch andere Videos) in Flash Videos (flv) zu konvertieren. vdrTube erstellt die erforderlichen (statischen) HTML Seiten sowie einen Index aller konvertierten Aufnahmen. |
|||
You should not need to configure anything for your first run. |
|||
In neueren Versionen ist zusätzlich eine Wiedergabe über mobile Geräte wie PDA, PSP, WII, sowie iPod Video und verschiedene Handys möglich. Hierfür erfolgt bei Bedarf zusätzlich eine Konvertierung in MP4 samt passendem Video-PodCast. |
|||
# cd vdrtube-VERSION |
|||
Installation und Bedienung sind bewusst einfach gehalten um auch unerfahrenen Benutzern den schnellen Einsatz zu ermöglichen. |
|||
# perl vdrtube.pl /video/path/to/recording/datestring.rec \ |
|||
/video/path/to/another/recording/datestring.rec |
|||
After that you should have a "webtree" directory where you could add other |
|||
==Hardwareanforderungen== |
|||
recordings by simply calling vdrtube.pl again. |
|||
* Das beiliegende ffmpeg Binary ist statisch gelinkt und läuft daher nur auf x86 Architektur. Die Verwendung eines eigenen ffmpeg ist jedoch möglich und diese Funktionalitaet auch grundsätzlich unter Linux auf PowerPC getestet. |
|||
It is also possible to directly trigger vdrtube.pl from VDR. Please see |
|||
helpers/reccmds/README for info. |
|||
⚫ | |||
==Softwareanforderungen== |
|||
Die folgende Software findet im Projekt Verwendung, liegt jedoch bei, so dass nichts einzeln installiert werden muss. |
|||
* ffmpeg |
|||
* JW FLV PLAYER 3.11 |
|||
* vdrconvert.pl |
|||
⚫ | |||
Einfach vdrtube-<VERSION>.tar.gz in einem beliebigem Verzeichnis entpacken, ins Verzeichnis wechseln und mit ./vdrtube.pl /pfad/zu/aufnahme/datumsverzeichnis.rec starten. Anschliessend findet sich im Verzeichnis "webtree" eine Reihe statischer HTML-Seiten samt Player und .flv Video. |
|||
Bei Bedarf liegt dem Paket in helpers/reccmds/ ein Beispiel bei das zeigt wie man bequem aus dem VDR heraus Aufnahmen konvertieren kann. |
|||
==Bekannte Probleme== |
|||
VDR is very acceptive about incorrectable streams and data files, ffmpeg not always. In some cases this leads to recordings which cannot be converted. Often it helps if you run ProjectX (-tovdr) against the recording to cleanup possible problems in the MPEG-stream. Sometimes the reason for unconvertible recordings is a defect audio-track, so you could try a different one. Sometimes it's simply a quoting problem, so you better use parentheses around the recording name. |
VDR is very acceptive about incorrectable streams and data files, ffmpeg not always. In some cases this leads to recordings which cannot be converted. Often it helps if you run ProjectX (-tovdr) against the recording to cleanup possible problems in the MPEG-stream. Sometimes the reason for unconvertible recordings is a defect audio-track, so you could try a different one. Sometimes it's simply a quoting problem, so you better use parentheses around the recording name. |
Latest revision as of 22:48, 8 December 2007
Description
vdrtube.pl is a small utility for populating a webtree of vdr-recordings (and lately other media like avi or mp3) with the required (static) html and flash to view them in your standard-browser over the web.
In current versions it is also possible to view the recordings using PDA, Sony Playstation, Nintendo WII, several incarnations of iPod/iPhone and mobiles compatand likely Apple iPod-Video. This is beeing accomplished by also supporting mp4 and 3gp as output options.
Installation and usage are kept simple with the inexperienced user in mind.
Hardware requirements
- The (included) ffmpeg binary is statically linked and therefore runs only on x86 architekture. It is still possible to use your own ffmpeg binary and this functionality has successfully been tested on Linux on PowerPC.
Software requirements
The following software is used by this project, but since everything is included you don't need to install anything but the vdrTUBE package itself:
Installation and Usage
Installation
Installation is simple, just untar the package.
# cd /tmp/ # tar xvzf vdrtube-VERSION.tar.gz
Usage
You should not need to configure anything for your first run.
# cd vdrtube-VERSION # perl vdrtube.pl /video/path/to/recording/datestring.rec \ /video/path/to/another/recording/datestring.rec
After that you should have a "webtree" directory where you could add other recordings by simply calling vdrtube.pl again.
It is also possible to directly trigger vdrtube.pl from VDR. Please see helpers/reccmds/README for info.
Known problems
VDR is very acceptive about incorrectable streams and data files, ffmpeg not always. In some cases this leads to recordings which cannot be converted. Often it helps if you run ProjectX (-tovdr) against the recording to cleanup possible problems in the MPEG-stream. Sometimes the reason for unconvertible recordings is a defect audio-track, so you could try a different one. Sometimes it's simply a quoting problem, so you better use parentheses around the recording name.