Comentarios en: Todo lo que querías saber sobre codecs https://www.teleobjetivo.org/ART/feed/675 Blog sobre ciencia, tecnología y fotografía Fri, 25 Sep 2009 22:20:28 +0000 hourly 1 https://wordpress.org/?v=5.2.17 Por: orlando https://www.teleobjetivo.org/blog/todo-lo-que-querias-saber-sobre-codecs.html/comment-page-1#comment-8858 Fri, 25 Sep 2009 22:20:28 +0000 http://teleobjetivo.org/2007/todo-lo-que-querias-saber-sobre-codecs.html#comment-8858 VAYA veo que no estoy loco, pues me he pasado todo el dia codificando videos pequeños 30MB a muchos bitrates, y casi siempre en WMV9 (vc-1) siempre salia victorioso, despues le seguian mpeg-4 AVC que supongo es el h264, esto lo realice con el tmpgEnc, xvid y divx eran buenos pero por detras de WMV9.

]]>
Por: jefe https://www.teleobjetivo.org/blog/todo-lo-que-querias-saber-sobre-codecs.html/comment-page-1#comment-8857 Sun, 24 Feb 2008 20:52:02 +0000 http://teleobjetivo.org/2007/todo-lo-que-querias-saber-sobre-codecs.html#comment-8857 ¿de qué estais hablando?
¿cómo teneis tanto tiempo para saber qué d
emonio es eso delcodec?
¿yo tengo que currar todo el día y no tengo tiempo para investigar esas cosas tan raras.Sólo sé que no puedo pasar música que me bajo con Emule(por lo visto es 1 programa que sirve para bajar música y otras cosas de internet que 1 amigo me ha instalado)a 1 cd normal.

]]>
Por: agors https://www.teleobjetivo.org/blog/todo-lo-que-querias-saber-sobre-codecs.html/comment-page-1#comment-8856 Sat, 12 Jan 2008 21:16:12 +0000 http://teleobjetivo.org/2007/todo-lo-que-querias-saber-sobre-codecs.html#comment-8856 Me resulto interesante y bueno su articulo, hace poco me encontre con el h264 y sus resultados has sido muy buenos, y ahora que subo pelis a mi sitio me resulta muy util y puedo subir películas de poco mas de 100 megas facilitando la subida y la bajada, la calidad es decente (sorprendente para el tamaño), uso el » mediacoder » para la conversión que resulta sencilla rapida y de calidad. Solo falta que se haga generico, que los reproductores lo admitan, para la pc es ideal.

]]>
Por: Gonzalo::Write » Codecs de compresión de video https://www.teleobjetivo.org/blog/todo-lo-que-querias-saber-sobre-codecs.html/comment-page-1#comment-8855 Tue, 27 Nov 2007 23:13:01 +0000 http://teleobjetivo.org/2007/todo-lo-que-querias-saber-sobre-codecs.html#comment-8855 […] Através de barrapunto encontré la siguiente traducción a una interesante comparativa de los más códecs de compresión de video más utilizados. […]

]]>
Por: Gonzalo::Write » Codecs de compresión de video https://www.teleobjetivo.org/blog/todo-lo-que-querias-saber-sobre-codecs.html/comment-page-1#comment-16002 Tue, 27 Nov 2007 23:13:01 +0000 http://teleobjetivo.org/2007/todo-lo-que-querias-saber-sobre-codecs.html#comment-16002 […] Através de barrapunto encontré la siguiente traducción a una interesante comparativa de los más códecs de compresión de video más utilizados. […]

]]>
Por: franco https://www.teleobjetivo.org/blog/todo-lo-que-querias-saber-sobre-codecs.html/comment-page-1#comment-8854 Sun, 26 Aug 2007 15:11:49 +0000 http://teleobjetivo.org/2007/todo-lo-que-querias-saber-sobre-codecs.html#comment-8854 Completamente de acuerdo, el que escribe esto no tiene ni idea del asunto. Con el solo hecho de que confunde claramente el H.264 con el x264, ya no puede entender demasiado de que va la cosa.

«Esta claro que los mejores codecs son H264 y WMV»
(esta frase lo dice todo)

]]>
Por: Phil https://www.teleobjetivo.org/blog/todo-lo-que-querias-saber-sobre-codecs.html/comment-page-1#comment-8853 Thu, 02 Aug 2007 18:52:30 +0000 http://teleobjetivo.org/2007/todo-lo-que-querias-saber-sobre-codecs.html#comment-8853 Hola 🙂

Lamento discordar pero el lugar del que el autor sacó el artículo en cuestión incluye comentarios, varios, como éste:

Yes, the article is really poor. There are already so many myths in this video codecs area and this article spreads yet another misinformation. It’s funny that the author tries to teach the readers about codecs when he doesn’t even know what a codec is. He confuses specifications (standards) with implementations (codecs) and like someone already said, for example the reverse-engineered x264 part is ridiculous – x264 is not «H.264’s open source equivalent» as the article says (which again proves that the author has no notion of the most basic concepts and terms – apparently he thinks H.264 is a software product), x264 is an implementation of the H.264 specification. Just like the DivX and Xvid (and FFmpeg MPEG-4, 3ivx etc.) codecs are implementations of MPEG-4 ASP. Codec is a piece of software or hardware that encodes/decodes data to/from some format. MPEG-1, MPEG-2 MPEG-4 ASP, MPEG-4 AVC (H.264) are specifications (standards, formats), the codec authors then read the specifications of these formats and develop software (or hardware) implementations that work with the formats. That’s why when a standard like MPEG-4 is publicly available, the codec authors don’t «reverse-engineer» anything.

Y como éste:

I completely agree!! As an electrical engineer I’ve actually studied and implemented many of these algorithms… The author clearly shows that he has zero understanding of many of the basic concepts and algorithms used in A/V encoding schemes.

At the very least, read wikipedia and try to understand these things. It looks a lot better when you just say that you have no idea what your talking about, rather than BS your way through and get everything wrong.

Firstly, DCT. It’s just a discrete single sided fourier transform. «Take half the number and throw away the remainder» What?! No! In this case, the fourier transform takes data from the spatial domain to the frequency domain. Because much of the information in audio & video is very low frequency, you can get away with only storing the low-frequency data and dropping the high freqs «low-pass filtering». etc,etc

Y uno mas, de entre los que hay:

The «theory» part of this article is very poor. It confuses fundamental concepts such as temporal compression (a generic term), delta compression (what the author apparently calls «temporal compression») and motion compensation (which the author doesn’t seem to understand at all). It treats several concepts present in MPEG-1 (ex., BMC) as «new MPEG-4 features», and does not explain why certain approaches (ex., lossless delta) can’t work with certain types of footage (ex., video).

The description of the DCT is so completely wrong that it’s offensive. You don’t «need a degree in computer science» to understand it (first of all, because Fourier transforms are a field of mathematics, they have nothing to do with computer science), all you need is an IQ above room temperature. The third link at the end of this message does a pretty good job of explaining it.

The codec comparison part of this article is interesting, but one has to wonder how meaningful the comments are, when the author apparently doesn’t understand the fundamental theory behind the main compression algorithms.

It’s really depressing to see articles so full of misconceptions and plain nonsense, when accurate information about these subjects is available for free on the web. I feel sorry for the people who read this and think they’ve gained some sort of insight into these subjects («ah, DCT, yes, I know what that is, it’s dividing numbers by two»… sigh).

I would strongly recommend that people read a more technical (and more accurate!) book or article about compression, before trying to form theories about why codex «X» handles some situations better than codec «Y».

These should get you started:

http://en.wikipedia.org/wiki/MPEG-2

http://en.wikipedia.org/wiki/Video_compression

http://postproduction.digitalmedianet.com/articles/viewarticle.jsp?id=109739

http://postproduction.digitalmedianet.com/articles/viewarticle.jsp?id=125089

Creo que antes de ser tan voluntarioso a la hora de ayudar a otros conviene dedicar un poco mas de tiempo a comprobar lo que se traduce no sea quye el autor original resulte que tiene poca idea de lo que habla.

Yo lo siento que esté en Inglés pero no tengo tiempo de traducir esas cosas y sí me tomo la molestia de avisar de que no estan fiable como pudiera parecer a quien no sabe.

Phil.

]]>
Por: Heihachi https://www.teleobjetivo.org/blog/todo-lo-que-querias-saber-sobre-codecs.html/comment-page-1#comment-8852 Sun, 29 Jul 2007 10:25:57 +0000 http://teleobjetivo.org/2007/todo-lo-que-querias-saber-sobre-codecs.html#comment-8852 Estoy de acuerdo con morpheo en que sería interesante saber los tiempos de codificación, a lo mejor podemos sacrificar algo de calidad si ganamos tiempo a la hora de codificar los vídeos.

]]>
Por: morpheo https://www.teleobjetivo.org/blog/todo-lo-que-querias-saber-sobre-codecs.html/comment-page-1#comment-8851 Sun, 29 Jul 2007 09:57:51 +0000 http://teleobjetivo.org/2007/todo-lo-que-querias-saber-sobre-codecs.html#comment-8851 Muy buena comparativa aunque sería interesante también ver los tiempos de codificación, etc…

]]>
Por: Er ultimo https://www.teleobjetivo.org/blog/todo-lo-que-querias-saber-sobre-codecs.html/comment-page-1#comment-8850 Fri, 27 Jul 2007 18:27:06 +0000 http://teleobjetivo.org/2007/todo-lo-que-querias-saber-sobre-codecs.html#comment-8850 De lo mejorcito que he probado es matroska aunque no estoy muy ducho en la materia todo lo que he visto codificado en MKV ha sido brutal en calidad…

]]>