Stable: 2.5.2
Development: 2.6-alpha3
Hi
Is it possible for moc to support gsm?
I have support in ffmpeg:
libgsm.so.1 => /usr/lib64/libgsm.so.1 (0x00007f90eeebc000)
and gsm-1.0.13-x86_64 installed.
I added a line to moc's config:
PreferredDecoders += gsm(ffmpeg)
However nothing shows when I'm in a directory with gsm files.
Thanks
jcf
Fri, 2020-08-28 10:27
Permalink
I Guess So
Let me see if I can find some time to do some testing.
tomaszg
Fri, 2020-08-28 11:15
Permalink
You can also try to test it
You can also try to test it yourself on your files by editing decoder_plugins/ffmpeg/ffmpeg.c and adding extensions you need to the list.
slackhead
Fri, 2020-08-28 13:27
Permalink
Thanks, that worked.
Thanks, that worked.