development of new codec...

*nix specific usage questions
calab
New Cone
New Cone
Posts: 6
Joined: 06 Nov 2006 10:19

development of new codec...

Postby calab » 07 Nov 2006 02:46

I'm going to develope the new codec....
Where can I insert the new codec in vlc source.
What do I do?

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Postby Jean-Baptiste Kempf » 07 Nov 2006 08:07

http://trac.videolan.org/vlc/browser/tr ... ules/codec ?

I don't know if it is exactly what you are looking for, but that could be what you want.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

Rémi Denis-Courmont
Developer
Developer
Posts: 15265
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Postby Rémi Denis-Courmont » 12 Nov 2006 21:56

It depends on the kind of codec.

Generally, you have to create a new plugin in modules/codec/, add a line to modules/codec/Modules.am so the build system knows about it, and then modify configure.ac so that your plugin is enabled whenever relevant:

Code: Select all

VLC_ADD_PLUGIN([myplugin])
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

laxmanv
New Cone
New Cone
Posts: 6
Joined: 31 Jan 2007 13:04

adding a codec

Postby laxmanv » 02 Feb 2007 07:35

The above said solutions are not correct.
if you want to add your own codec then take help of ffmpeg library and study the whole library then make changes in that library such that you can access your codec.

AndrK
New Cone
New Cone
Posts: 2
Joined: 30 Jan 2007 10:27

Re: adding a codec

Postby AndrK » 05 Feb 2007 10:36

The above said solutions are not correct.
if you want to add your own codec then take help of ffmpeg library and study the whole library then make changes in that library such that you can access your codec.
No, it is not necessay to extend the ffmpeg library to add a codec. The better solution may be to add a codec directly to VLC. This makes the result much simpler, and your codec will not need another wrapper (that from ffmpeg to VLC). But on the other hand adding a codec to ffmpeg may be less complicated, and other applications using ffmpeg will also have benefit from your codec.


Return to “VLC media player for Linux and friends Troubleshooting”

Who is online

Users browsing this forum: No registered users and 8 guests