Search found 2 matches

Go to advanced search

by legkodymov
18 Jun 2009 15:44
Forum: General VLC media player Troubleshooting
Topic: Incorect MP3 tag code page
Replies: 4
Views: 912

Re: Incorect MP3 tag code page

Workaround:
You can convert all MP3 tags to UTF-8 codepage.
If you have linux, issue command in directory with mp3 files:

find -exec mid3iconv -eCP1251 --remove-v1 {} \;

Best regards!
by legkodymov
05 Mar 2009 08:45
Forum: VLC media player Feature Requests
Topic: TV ad recognition plug-in
Replies: 1
Views: 211

TV ad recognition plug-in

Is there any plug-in that recognize TV advertisement? Possible solution would be detecting of the channel logo. Advertisement do not have them.
I'm able to write such a plug-in, but it would be better if someone guide me. I'm new to vlc development.

Go to advanced search