Hi,
hab heute das Script mal ausprobiert aber bekomme es nicht zum laufen. Ich hab bei mir Ubuntu und den X-VDR. Lasse das Script momentan noch als Root laufen. Hab schon alle Pfade usw. kontrolliert aber konnte nix verdächtiges erkennen. Dies erscheint ca. 1 sekunde lange wenn ich vdr2mpegV7 eingebe (nach dem enter drücken) danach schein es zu laufen. Nur leider macht er nix .... im ordner /root/mpeg2avi passiert nix und in /video/divx hat er nur nen leeren ordner erstellt. Braucht ihr noch weitere Informationen?
------------------------------------------------------------------------------------
Job 1 : Film BlaBlubb
bytepos File for "Cutting marks Function" doneUse of uninitialized value $frames in concatenation (.) or string at /usr/local/bin/vdr2mpgV7.pl line 394.
Use of uninitialized value $frames in concatenation (.) or string at /usr/local/bin/vdr2mpgV7.pl line 396.
**ERROR: [mplex] Unable to open file /vdr/divx/vdr2mpg-1/vdrsync.mpv for reading.
seek() on closed filehandle FH at /usr/local/bin/vdr2mpgV7.pl line 589.
read() on closed filehandle FH at /usr/local/bin/vdr2mpgV7.pl line 592.
seek() on closed filehandle FH at /usr/local/bin/vdr2mpgV7.pl line 597.
read() on closed filehandle FH at /usr/local/bin/vdr2mpgV7.pl line 599.
schlie\ufffden Bad file descriptor at /usr/local/bin/vdr2mpgV7.pl line 620.
Use of uninitialized value in subroutine entry at /usr/lib/perl5/IPC/ShareLite.pm line 371 during global destruction.
(in cleanup) IPC::ShareLite::sharelite_unlock: share is not of type SharePtr at /usr/lib/perl5/IPC/ShareLite.pm line 371 during global destruction.
------------------------------
Meine Config:
# central Configuration File for Package VdrTransXvid
# Please edit this File BEFORE you install Package !
# latest edit 2009-07-18
#-----------------------------------------------------------------------------------------------------------------
# Main Features
### run scripts later as this user, should exist
on your machine and should have for this User a own home Dir, if not the script create a Homedir
User = "root"
#-----------------------------------------------------------------------------------------------------------------
# Where should be the the Place for executeable our own Scripts ? A wellknown is : /usr/local/bin/
Bin_Install_Dir = "/usr/local/bin/"
#-----------------------------------------------------------------------------------------------------------------
# where is the vdr Video Directory , aka Directory /video # only one Directory is supportet at this Time
InDir = "/vdr/video/"
#-----------------------------------------------------------------------------------------------------------------
# where is the File reccmds.custom.conf from the VDR Configoration located ? ( /etc/vdr oder /video o.\ufffd.)
Loc_reccmdsconf_custom = "/var/lib/vdr"
# where is the File reccmds..conf from the VDR Configoration located ? ( /etc/vdr oder /video o.\ufffd.)
Loc_reccmdsconf = "/var/lib/vdr/"
#-----------------------------------------------------------------------------------------------------------------
# Target Directory for resulting mpg , avi , mp4 or mkv Files ?
OutDir = "/vdr/divx/"
#-----------------------------------------------------------------------------------------------------------------
#-----------------------------------------------------------------------------------------------------------------
# H264 , aac Encoding Features :
# enable H264 / aac Encoding in mp4 Files ( can NOT include ac3 Streams ) ? "yes" oder "no"
# needs executeable :
# - x264 / The encoder
# - faac or neroAacEnc
# - MP4Box
Enable_mp4_encoding = "no"
# or :
# enable H264 / aac Encoding in mkv Files ( can include ac3 Streams ) ? "yes" oder "no"
# needs executeable :
# - x264 / The encoder
# - faac or neroAacEnc
# - mkvmerge
Enable_mkv_encoding = "yes"
#-----------------------------------------------------------------------------------------------------------------
#-----------------------------------------------------------------------------------------------------------------
# Parallel Encoding Features :
#-----------------------------------------------------------------------------------------------------------------
# use one or more threads for processing vdr to mpg Files
# more than one threads needs a really powerfull machine ( quad processor recommended )
# 1...4
vdr2mpg_threads="1"
#-----------------------------------------------------------------------------------------------------------------
# use one or more threads for processing Xvid , 2 is recommendet on midpowerd machines
# 1...4
xvid_threads="2"
#-----------------------------------------------------------------------------------------------------------------
# use one or more threads for processing h264 , the encoder itself use auto Feature , to dedect processing Threads
# more than one threads needs a powerfull machine , quad processor recommended
# 1...4 , max. 2 is recommendet on high powered machines
h264_threads="2"
#-----------------------------------------------------------------------------------------------------------------
# Additional Audio Features :
#-----------------------------------------------------------------------------------------------------------------
# use additional audio sources if present , merge to resulting Avi / mp4 / mkv File ? "yes" or "no"
use_Dual_Audio = "yes"
#-----------------------------------------------------------------------------------------------------------------
# Use Dolby Digital 5.1 ( Ac3 Stream ) , if present , merge to resulting Avi / mkv File ? "yes" or "no"
use_DD_51 = "yes"
#-----------------------------------------------------------------------------------------------------------------
# Render on Start of the Movie on lower Border a short Text Information about avaible Audio Sources ?
# "yes" oder "no"
render_audio_infos = "yes"
#-----------------------------------------------------------------------------------------------------------------
bin am verzweifeln ....