VdrTUBE: Difference between revisions

From VDR Wiki
Jump to navigation Jump to search
 
(4 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 newer versions it is also possible to play the converted recordings via mobile devices like PDA, PSP, WII, iPod Video and several mobile phones. If needed it can also create MP4 recordings for such devices and a video podcast for your convenience.
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==
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.


The following software is used by this project, but since everything is
* 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]
==Installation==
* [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).


===Installation===
There is an example that show how to directly trigger conversion from inside vdr at helpers/reccmds/.


Installation is simple, just untar the package.
==Known problems==


# 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==








==Installation==


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.


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.

Links

  1. VDR-Portal thread (german)
  2. Project homepage
  3. FAQ at the project homepage