Dear visitor, welcome to Dreamboard. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

Note:
Quoted
- rev1162 v1.7.0
NEW: Add support for global enigma2 Skins (e.g. dmm-HDr2 für gp3 by JackDaniel)
NEW: Add support for Bluray movie detection
NEW: Add support for User ID in regards to SEEN/UNSEEN
FIX: Fix m2ts playback
FIX: Update German Language translation- rev1145 v1.6.0
NEW: A lot e.g. Sync in WebIf
FIX: Many ;-)- rev1001 v1.5.1
NEW: This is a temporary release to update all version to rev1000 so the db is converted. A real release will follow.- rev984 v1.4.0
NEW: The Sync plugin has been moved to the dmc_plugin dir
NEW: The webif has been reworked
FIX: Many fixes ;-)- rev960 v1.3.0
NEW: Initial version with the new update mechanism- rev887 v1.2.3
NEW: Adding a trailerplugin to the mix (YYTrailer by Dr. Best)- rev881 v1.2.2
NEW: Coverflow displays the plot on press KEY_INFO
This post has been edited 15 times, last edit by "Slugshot" (Jan 29th 2012, 4:03pm)
|
|
Source code |
1 |
FOR /F "delims=." %%a IN ('dir /b <path_to_jpg>\*_poster.jpg') do (<path_to_convert>\convert.exe -resize 156x214! -depth 256 <path_to_jpg>\%%a.jpg <export_path_for_png>\%%a.png & <path_to_pngquant>\pngquant.exe 256 <export_path_for_png>\%%a.png & del <export_path_for_png>\%%a.png & move <export_path_for_png>\%%a-fs8.png <ready_to_use_png>\%%a.png)
|
|
|
Source code |
1 |
FOR /F "delims=." %%a IN ('dir /b <path_to_jpg>\*_backdrop.jpg') do ("<path_to_ffmpeg>\ffmpeg" -i <path_to_jpg>\%%a.jpg -an -f mpeg2video -r 30.0 -vcodec mpeg2video -intra -sc_threshold 1000000000 -flags +mv0+cgop -dc 8 -g 1 -me_method zero -qscale 5 -bf 0 -aspect 16:9 <path_for_output>\%%a.m1v)
|
This post has been edited 1 times, last edit by "Slugshot" (Feb 3rd 2011, 9:39pm)
This post has been edited 1 times, last edit by "turboblitz" (Feb 5th 2011, 10:35pm)