Back in the days i succeed with installing pdp on the Demudi 1.2.0, i have just upgraded to the last Demudi and i could not figure how install pdp/PiDiP on it ... Is someone had success with that ?
-
PiDiP pdp on Demudi 1.2.1
-
I finally succeed installing my demudi for working with pdp/PidiP,
here my config1. install the demudi
2. edit the /etc/apt/sources.list ,make it looks like that:
deb http://demudi.agnula.org/packages/demudi/ demudi main/updates
deb http://ftp2.fr.debian.org/debian/ testing main contrib non-free
deb-src http://ftp2.fr.debian.org/debian/ testing main contrib non-free
deb http://security.debian.org/ testing/updates main contrib non-free
deb http://www.os-works.com/debian/ testing main
deb http://sindominio.net/~caedes/debian/ unstable main
deb http://ftp2.fr.debian.org/debian/ unstable main contrib non-free
deb http://apt.cerkinfo.be/ unstable main contrib3. run synaptic
4. search for pdp, then installIt works pretty nice, i am into search of the better compromise between quality, low cost of process codecs. For now, i have good results with AVI in in IYUV codec and the undocumented [pdp_xine] object:
1st inlet:
[open namefile.ext< open a file
[bang< print a frame
[loop 0/1< loop mode
[n< go to frame n and play
[speed n< n x the speed of the original file2nd inlet:
? it get floats, it seems to make the video jump to the next KeyFrame... not sure. -
After some experience i found better compromise about codec, i use transcode to encode in quicktime in yv12 codec, then the [pdp_qt] object for play, for now it is what give me better quality, with lowest processor occupation.
-
AVI DV to pdp useable MOV transcode command-line:
transcode --uyvy -i input_avifile.avi-o output_movfile.mov-y mov -F yv12 -r 2