Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Censor Plugin or Extension for VLC Media Player

I'm having an idea to create a Censor Plugin/Extension for VLC Player..

Problem Scenario :

An Adult-Scene for 1 minute in a nice movie makes it not watchable with Family.

My Solution :

Create a Plugin/Extension which does the following

  • Reads time positions from a file similar to subtitle files
  • Skip these time positions (which are adult or inappropriate) when playing

Help i needed :

I searched in Google and in videolan website, But can't find an exact solution

  • Are there already similar Plugins available?
  • Where should i start?

Please help me if you could guys.. thanks..

like image 445
Dreamer Avatar asked Sep 07 '12 16:09

Dreamer


People also ask

What are VLC plugins?

The VLC media player webplugins are native browser plugins, similar to Flash or Silverlight plugins and allow playback inside the browser of all the videos that VLC media player can read.

How do I enable VLC plugin in Chrome?

Go to chrome://plugins on your Chrome browser. 5. There you'll find "VLC web plugin." If it's available, then the installation is successful, and If not, try the process again after restarting your system.

What is the extension of VLC media file?

VLC can transcode or stream audio and video into several formats depending on the operating system, including: Container formats: ASF, AVI, FLAC, FLV, Fraps, Matroska, MP4, MPJPEG, MPEG-2 (ES, MP3), Ogg, PS, PVA, QuickTime File Format, TS, WAV, WebM.


2 Answers

Same looking for having/developing Exact same solution. This might be helpful to you.

http://code.google.com/p/movie-content-editor/

like image 137
burraak Avatar answered Oct 31 '22 07:10

burraak


A similar thing is also available on github:

https://github.com/rdp/sensible-cinema

You may also want to read this discussion thread:

https://forum.videolan.org/viewtopic.php?t=89466

like image 25
Graviton Avatar answered Oct 31 '22 07:10

Graviton