Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • slashfear

    @slashfear-tSWzpz Apr 18, 2011

    Hey Buddy (what ever your name is 😀 ),

    The codec used by windows media player is different from the one used by VLC, because the codec provided by windows will work only with windows media player...

    -Arvind

  • Whats In Name

    @whats-in-name-KdgM7o Apr 27, 2011

    Thanks for your answer.Please let me know are file formats different from codecs?

  • jkj
    jkj

    @jkj-5HDlEb Apr 28, 2011

    FIle formats are containers that store audio/video information. The codec is computer program (compressor & decompressor) to actually encode the frames.

  • optimystix

    @optimystix-4yMPKC Apr 28, 2011

    "a format is a document (the standard), a way of storing data, while a codec is a program (an implementation) which can read or write such files"- <a href="https://en.wikipedia.org/wiki/Codec" target="_blank" rel="nofollow noopener noreferrer">Codec</a>


    as far as I know, WMP is a multimedia player that uses codecs to play the media files. It comes with some built in codecs but more can be added too.

    and are u sure that VLC is a codec and not a media player ? can u please explain ?


    For additional information check
    #-Link-Snipped-#

  • Whats In Name

    @whats-in-name-KdgM7o Apr 28, 2011

    Thanks for your reply,now I am clear about file formats and codecs.

    optimystixand are u sure that VLC is a codec and not a media player ? can u please explain ?

    Thats the real doubt for me actually,I am not able to differentiate between media players and codecs.😔

  • optimystix

    @optimystix-4yMPKC Apr 28, 2011

    codecs are programs that manipulate the media files to make them viewable or hearable on a computer system. Media players such as Windows Media Player (WMP) or VLC use these codecs to compress or decompress the media files and make them presentable to the users.

    just like every standard file format such as doc,cpp,pdf etc needs a particular software to handle them and make them usable to the users, similarly the media players (using codecs, each of which carry information for particular type of media file only) helps to play the media files.

  • Whats In Name

    @whats-in-name-KdgM7o Apr 28, 2011

    Thank You Opti,It was really helpful.