Hi all,
I had vlc 2.1.5 on Ubuntu 14.04 installed by 'apt-get install vlc' in /usr/bin/vlc,
File systems for mac. Shn Files Vlc Plugin. Tags: shn to flac, shn to mp3, shn converter, shn to wav, convert shn to mp3, shn converter mac, convert shn, convert shn to flac, play shn. Shorten (SHN) is a lossless compression format and is used to losslessly compress CD-quality audio files (44.1 kHz 16-bit stereo PCM). It can compact files without losing. SHN is an audio file format which uses Shorten lossless compression and resembles FLAC and APE formats. Since SHN can compress CD-quality audio without affecting the data's quality, users will. VLC mosaic howto. This is a small example about how to use VLC media player to create a mosaic. What we basically want is a video mosaic mixing 3 video channels (channels 1, 2 and 3) on a background image (background.png) and streaming the resulting video on the network.
it worked fine
Then I compiled and installed another version of vlc (don't remember exact version number) from source files into '/usr/local/bin/'.
Then I wanted to come back to original vlc 2.1.5 and delete compiled vlc.
For this I found all files/folders of second vlc instance byand manually removed them by 'sudo rm -rf ..'
(i didn't run 'make uninstall' because I accidentally deleted source files after installation)
After this I deleted first instance of vlc:
Code: Select all
sudo apt-get purge vlcsudo apt-get autoremove vlc
and deleted config filesAt this point I thought I removed both vlc instances completely (maybe I was mistaken).Then I installed vlc from scratch again:
Code: Select all
sudo apt-get updatesudo apt-get install vlc
And now when I run 'vlc -vv' I'm getting: Code: Select all
VLC media player 2.1.5 Rincewind (revision 2.1.4-49-gdab6cb5) [0x8ad9928] main libvlc debug: VLC media player - 2.1.5 Rincewind [0x8ad9928] main libvlc debug: Copyright © 1996-2014 the VideoLAN team [0x8ad9928] main libvlc debug: revision 2.1.4-49-gdab6cb5 [0x8ad9928] main libvlc debug: configured with ./configure [0x8ad9928] main libvlc debug: searching plug-in modules [0x8ad9928] main libvlc debug: loading plugins cache file /usr/local/lib/vlc/plugins/plugins.dat [0x8ad9928] main libvlc warning: cannot read /usr/local/lib/vlc/plugins/plugins.dat (No such file or directory) [0x8ad9928] main libvlc debug: recursively browsing `/usr/local/lib/vlc/plugins' [0x8ad9928] main libvlc debug: saving plugins cache /usr/local/lib/vlc/plugins/plugins.dat [0x8ad9928] main libvlc debug: plug-ins loaded: 1 modules [0x8ad9928] main libvlc debug: opening config file (/home/booch/.config/vlc/vlcrc) [0x8ad9928] main libvlc debug: translation test: code is 'ru' [0x8ad9928] main libvlc error: No plugins found! Check your VLC installation.
I don't know why but new vlc installation looks for plugins in the '/usr/local/lib/vlc/plugins' folder instead of '/usr/lib/vlc/plugins'Code: Select all
export VLC_PLUGIN_PATH=/usr/lib/vlc/plugins
Then I'm getting this errors: Code: Select all
booch@NAS:/usr/local$ vlc -vvv VLC media player 2.1.5 Rincewind (revision 2.1.4-49-gdab6cb5) [0x9fbf928] main libvlc debug: VLC media player - 2.1.5 Rincewind [0x9fbf928] main libvlc debug: Copyright © 1996-2014 the VideoLAN team [0x9fbf928] main libvlc debug: revision 2.1.4-49-gdab6cb5 [0x9fbf928] main libvlc debug: configured with ./configure [0x9fbf928] main libvlc debug: searching plug-in modules [0x9fbf928] main libvlc debug: loading plugins cache file /usr/local/lib/vlc/plugins/plugins.dat [0x9fbf928] main libvlc warning: cannot read /usr/local/lib/vlc/plugins/plugins.dat (No such file or directory) [0x9fbf928] main libvlc debug: recursively browsing `/usr/local/lib/vlc/plugins' [0x9fbf928] main libvlc debug: saving plugins cache /usr/local/lib/vlc/plugins/plugins.dat [0x9fbf928] main libvlc debug: loading plugins cache file /usr/lib/vlc/plugins/plugins.dat [0x9fbf928] main libvlc warning: This doesn't look like a valid plugins cache [0x9fbf928] main libvlc debug: recursively browsing `/usr/lib/vlc/plugins' [0x9fbf928] main libvlc warning: cannot find plug-in entry point in /usr/lib/vlc/plugins/text_renderer/libfreetype_plugin.so [0x9fbf928] main libvlc warning: cannot find plug-in entry point in /usr/lib/vlc/plugins/text_renderer/libtdummy_plugin.so [0x9fbf928] main libvlc warning: cannot find plug-in entry point in /usr/lib/vlc/plugins/audio_output/libalsa_plugin.so [0x9fbf928] main libvlc warning: cannot find plug-in entry point in /usr/lib/vlc/plugins/audio_output/libadummy_plugin.so [0x9fbf928] main libvlc warning: cannot find plug-in entry point in /usr/lib/vlc/plugins/audio_output/libpulse_plugin.so [0x9fbf928] main libvlc warning: cannot find plug-in entry point in /usr/lib/vlc/plugins/audio_output/libamem_plugin.so [0x9fbf928] main libvlc warning: cannot find plug-in entry point in /usr/lib/vlc/plugins/audio_output/libafile_plugin.so [0x9fbf928] main libvlc warning: cannot find plug-in entry point in /usr/lib/vlc/plugins/mux/libmux_ps_plugin.so .. [0x9fbf928] main libvlc warning: cannot find plug-in entry point in /usr/lib/vlc/plugins/video_chroma/libi422_i420_plugin.so [0x9fbf928] main libvlc warning: cannot find plug-in entry point in /usr/lib/vlc/plugins/video_chroma/libswscale_plugin.so [0x9fbf928] main libvlc warning: cannot find plug-in entry point in /usr/lib/vlc/plugins/video_chroma/libi422_yuy2_sse2_plugin.so [0x9fbf928] main libvlc warning: cannot find plug-in entry point in /usr/lib/vlc/plugins/video_chroma/libi422_yuy2_plugin.so [0x9fbf928] main libvlc warning: cannot find plug-in entry point in /usr/lib/vlc/plugins/video_chroma/libyuy2_i420_plugin.so [0x9fbf928] main libvlc warning: cannot find plug-in entry point in /usr/lib/vlc/plugins/video_chroma/libi420_rgb_sse2_plugin.so [0x9fbf928] main libvlc debug: saving plugins cache /usr/lib/vlc/plugins/plugins.dat [0x9fbf928] main libvlc debug: plug-ins loaded: 1 modules [0x9fbf928] main libvlc debug: opening config file (/home/booch/.config/vlc/vlcrc) [0x9fbf928] main libvlc debug: translation test: code is 'ru' [0x9fbf928] main libvlc error: No plugins found! Check your VLC installation
.Code: Select all
export VLC_PLUGIN_PATH=/usr/lib/vlc/plugins
Then I'm getting this errors: Code: Select all
booch@NAS:/usr/local$ vlc -vvv VLC media player 2.1.5 Rincewind (revision 2.1.4-49-gdab6cb5) [0x9fbf928] main libvlc debug: VLC media player - 2.1.5 Rincewind [0x9fbf928] main libvlc debug: Copyright © 1996-2014 the VideoLAN team [0x9fbf928] main libvlc debug: revision 2.1.4-49-gdab6cb5 [0x9fbf928] main libvlc debug: configured with ./configure [0x9fbf928] main libvlc debug: searching plug-in modules [0x9fbf928] main libvlc debug: loading plugins cache file /usr/local/lib/vlc/plugins/plugins.dat [0x9fbf928] main libvlc warning: cannot read /usr/local/lib/vlc/plugins/plugins.dat (No such file or directory) [0x9fbf928] main libvlc debug: recursively browsing `/usr/local/lib/vlc/plugins' [0x9fbf928] main libvlc debug: saving plugins cache /usr/local/lib/vlc/plugins/plugins.dat [0x9fbf928] main libvlc debug: loading plugins cache file /usr/lib/vlc/plugins/plugins.dat [0x9fbf928] main libvlc warning: This doesn't look like a valid plugins cache [0x9fbf928] main libvlc debug: recursively browsing `/usr/lib/vlc/plugins' [0x9fbf928] main libvlc warning: cannot find plug-in entry point in /usr/lib/vlc/plugins/text_renderer/libfreetype_plugin.so [0x9fbf928] main libvlc warning: cannot find plug-in entry point in /usr/lib/vlc/plugins/text_renderer/libtdummy_plugin.so [0x9fbf928] main libvlc warning: cannot find plug-in entry point in /usr/lib/vlc/plugins/audio_output/libalsa_plugin.so [0x9fbf928] main libvlc warning: cannot find plug-in entry point in /usr/lib/vlc/plugins/audio_output/libadummy_plugin.so [0x9fbf928] main libvlc warning: cannot find plug-in entry point in /usr/lib/vlc/plugins/audio_output/libpulse_plugin.so [0x9fbf928] main libvlc warning: cannot find plug-in entry point in /usr/lib/vlc/plugins/audio_output/libamem_plugin.so [0x9fbf928] main libvlc warning: cannot find plug-in entry point in /usr/lib/vlc/plugins/audio_output/libafile_plugin.so [0x9fbf928] main libvlc warning: cannot find plug-in entry point in /usr/lib/vlc/plugins/mux/libmux_ps_plugin.so .. [0x9fbf928] main libvlc warning: cannot find plug-in entry point in /usr/lib/vlc/plugins/video_chroma/libi422_i420_plugin.so [0x9fbf928] main libvlc warning: cannot find plug-in entry point in /usr/lib/vlc/plugins/video_chroma/libswscale_plugin.so [0x9fbf928] main libvlc warning: cannot find plug-in entry point in /usr/lib/vlc/plugins/video_chroma/libi422_yuy2_sse2_plugin.so [0x9fbf928] main libvlc warning: cannot find plug-in entry point in /usr/lib/vlc/plugins/video_chroma/libi422_yuy2_plugin.so [0x9fbf928] main libvlc warning: cannot find plug-in entry point in /usr/lib/vlc/plugins/video_chroma/libyuy2_i420_plugin.so [0x9fbf928] main libvlc warning: cannot find plug-in entry point in /usr/lib/vlc/plugins/video_chroma/libi420_rgb_sse2_plugin.so [0x9fbf928] main libvlc debug: saving plugins cache /usr/lib/vlc/plugins/plugins.dat [0x9fbf928] main libvlc debug: plug-ins loaded: 1 modules [0x9fbf928] main libvlc debug: opening config file (/home/booch/.config/vlc/vlcrc) [0x9fbf928] main libvlc debug: translation test: code is 'ru' [0x9fbf928] main libvlc error: No plugins found! Check your VLC installation
.Could somebody please help me to solve this problem?
6 applications in this hubLast updated: May 11th 2021, 13:03 GMT
SHN is an audio file format which uses Shorten lossless compression and resembles FLAC and APE formats.
Since SHN can compress CD-quality audio without affecting the data's quality, users will require a dedicated multimedia player in order to correctly render SHN files.
In addition, SHN players will also offer users the possibility to create playlists with the files they want to enjoy.
Furthermore, some of the applications that support SHN files can also be used to convert the tracks to more popular formats.
filed under:SHN, Shorten, Play, Open, Audio
Applications
Winamp 5 Full 5.666 Build 3516 / 5.8 Build 3653 Beta
One of the leading multimedia players capable of high-quality rendering of your favorite songs and..
Portable foobar2000 1.0.3
Listen to your favorite audio tracks by turning to this portable application that comes with a hig..
J. River Media Center 27.0.85
Search, import and organize all of your media files as well as enjoying them in multiple view type..
Switch Free Audio Converter and MP3 Converter 9.21
Convert Shn Files To Flac
A lightweight and handy application that will easily convert your audio files, in bulk if necessar..
Banshee32 0.12.1a
Import, organize, play, and share your music using Banshee's simple and powerful interface
Kodi (XBMC) 19.1
Powerful media center with a slick, customizable design, multiple local, or network sources for yo..