En/na Eric GRAMMATICO ha escrit:
My tv screen is simply black, and when I press the ok button, I can see a progress bar indicating its converting and displaying images one by one...
vdr is vdr-1.3.27 image-plugin is image-0.2.3 dxr3-plugin is dxr3-0.2.4
in dxr3ffmpeg.c substitute the line
register_avcodec(&mp2_decoder);
with
avcodec_register_all();
and see if it helps.
Bye