VDR Portal
Register Calendar Members List Team Members Search Frequently Asked Questions Gallery Go to the Main Page

VDR Portal » Video Disk Recorder » VDRAdmin / XXV / Live » VDR XXV Thumbnails keine Vorschau » Hello Guest [Login|Register]
Last Post | First Unread Post Print Page | Recommend to a Friend | Add Thread to Favorites
Post New Thread Post Reply
Go to the bottom of this page VDR XXV Thumbnails keine Vorschau
Author
Post « Previous Thread | Next Thread »
heckmic heckmic is a male
Tripel-Ass


Registration Date: 02.08.2006
Posts: 166
Berufung: Plugin-Entwickler

VDR XXV Thumbnails keine Vorschau Reply to this Post Post Reply with Quote Edit/Delete Posts Report Post to a Moderator       Go to the top of this page

Bei Debian Lenny klappt das mit den Vorschaubildern in xxv XXV - Version 1.2(1299) (habe aber auch schon die aktuelle getestet) nicht. Das liegt wohl an einer anderen mplayer Version (warum modifiziert man die Syntax bei neuen Versionen???). Auch vdr2jpg tuts nicht. - Also habe ich mal ffmpeg genommen.

Ich habe daher das Pearlscript /usr/share/perl5/vdr-xxv/XXV/MODULES/RECORDS.pm angepasst. Text in Fett wurde hinzugefügt.


['MPlayer1.0pre6', 'MPlayer1.0pre6'],
['FFMPEG', 'FFMPEG'],



'MPlayer1.0pre6' => sprintf("%s -noautosub -noconsolecontrols -nosound -nolirc -nojoystick -quiet -vo jpeg:outdir=%s -ni -ss %d -sstep %d -vf spp,scale -zoom -xy %d -frames %d %s >> %s 2>&1",
$obj->{previewbinary}, qquote($outdir), $startseconds / 5, $stepseconds / 5, $scalex, $count, join(' ',@files), qquote($log)),
'FFMPEG'=> sprintf("ffmpeg -y -i %s -ss %d -vframes %d -s 150x100 -an %s >> %s 2>&1",
$files[0], $startseconds / 5, $count, qquote($outdir)."/%d.jpg" , qquote($log)),


Momentan noch das einzige Problem: Ich bekomme nur ein Vorschaubild, bzw. wenn ich 5 haben will, dann 5 mal das gleiche. Hat da jemand nen kurzen Tipp?

__________________
Werde auch DU Teil des Weltgrößten Gruppenfotos:
Klickst du hier

This post has been edited 3 time(s), it was last edited by heckmic: 09.02.2010 08:46.

09.02.2010 08:39 heckmic is offline Send an Email to heckmic Homepage of heckmic Search for Posts by heckmic Add heckmic to your Buddy List Add heckmic to your Contact List
heckmic heckmic is a male
Tripel-Ass


Registration Date: 02.08.2006
Posts: 166
Berufung: Plugin-Entwickler

Thread Starter Thread Started by heckmic
Reply to this Post Post Reply with Quote Edit/Delete Posts Report Post to a Moderator       Go to the top of this page

Hier ist die Lösung:

'FFMPEG' => sprintf("ffmpeg -y -i %s -ss %d -vframes %d -r 0.1 -s 150x100 -an %s >> %s 2>&1",
$files[0], $startseconds / 5, $count, qquote($outdir)."/%d.jpg" , qquote($log)),

__________________
Werde auch DU Teil des Weltgrößten Gruppenfotos:
Klickst du hier
11.02.2010 15:40 heckmic is offline Send an Email to heckmic Homepage of heckmic Search for Posts by heckmic Add heckmic to your Buddy List Add heckmic to your Contact List
Tree Structure | Board Structure
Jump to:
Post New Thread Post Reply
VDR Portal » Video Disk Recorder » VDRAdmin / XXV / Live » VDR XXV Thumbnails keine Vorschau

www.vdr-portal.de VDR Portal © 2002-2006 by genka
Forum Software: Burning Board 2.3.4, Developed by WoltLab GmbH