comparison DOCS/xml/de/encoding-guide.xml @ 24620:4afe2f93fb20

r22718: add new audio and video codecs to libavcodec list r22748: add png and gif encoders, how to use them with mencoder is another question r22749: split sonic into sonic/sonicls and wma into wmav1/wmav2 r22750: add rest of lavc encoders to list (vcr1, cljr, jpegls, ffvhuff, msmpeg4v1) r22751: gsm requires libgsm so remove it r22752: aiff isnt there as well, TEST FIRST, THEN DOCUMENT COMPN!
author kraymer
date Fri, 28 Sep 2007 01:02:24 +0000
parents 29773733d2b5
children 71c669dee1d6
comparison
equal deleted inserted replaced
24619:a2978c2e6790 24620:4afe2f93fb20
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- in sync with r22570 --> 2 <!-- in sync with r22752 -->
3 <!-- missing cosmetic commit 21537 --> 3 <!-- missing cosmetic commit 21537 -->
4 <chapter id="encoding-guide"> 4 <chapter id="encoding-guide">
5 <title>Encodieren mit <application>MEncoder</application></title> 5 <title>Encodieren mit <application>MEncoder</application></title>
6 6
7 <sect1 id="menc-feat-dvd-mpeg4"> 7 <sect1 id="menc-feat-dvd-mpeg4">
2561 Motion-JPEG 2561 Motion-JPEG
2562 </entry></row> 2562 </entry></row>
2563 <row><entry>ljpeg</entry><entry> 2563 <row><entry>ljpeg</entry><entry>
2564 Verlustfreies JPEG 2564 Verlustfreies JPEG
2565 </entry></row> 2565 </entry></row>
2566 <row><entry>jpegls</entry><entry>
2567 JPEG LS
2568 </entry></row>
2569 <row><entry>targa</entry><entry>
2570 Targa-Bild
2571 </entry></row>
2572 <row><entry>gif</entry><entry>
2573 GIF-Bild
2574 </entry></row>
2575 <row><entry>png</entry><entry>
2576 PNG-Bild
2577 </entry></row>
2578 <row><entry>bmp</entry><entry>
2579 BMP-Bild
2580 </entry></row>
2566 <row><entry>h261</entry><entry> 2581 <row><entry>h261</entry><entry>
2567 H.261 2582 H.261
2568 </entry></row> 2583 </entry></row>
2569 <row><entry>h263</entry><entry> 2584 <row><entry>h263</entry><entry>
2570 H.263 2585 H.263
2575 <row><entry>mpeg4</entry><entry> 2590 <row><entry>mpeg4</entry><entry>
2576 ISO Standard MPEG-4 (DivX, Xvid-kompatibel) 2591 ISO Standard MPEG-4 (DivX, Xvid-kompatibel)
2577 </entry></row> 2592 </entry></row>
2578 <row><entry>msmpeg4</entry><entry> 2593 <row><entry>msmpeg4</entry><entry>
2579 Pre-Standard MPEG-4 Variante von MS, v3 (AKA DivX3) 2594 Pre-Standard MPEG-4 Variante von MS, v3 (AKA DivX3)
2595 </entry></row>
2596 <row><entry>msmpeg4v1</entry><entry>
2597 Pre-Standard MPEG-4 von MS, v1
2580 </entry></row> 2598 </entry></row>
2581 <row><entry>msmpeg4v2</entry><entry> 2599 <row><entry>msmpeg4v2</entry><entry>
2582 Pre-Standard MPEG-4 von MS, v2 (in alten ASF-Dateien verwendet) 2600 Pre-Standard MPEG-4 von MS, v2 (in alten ASF-Dateien verwendet)
2583 </entry></row> 2601 </entry></row>
2584 <row><entry>wmv1</entry><entry> 2602 <row><entry>wmv1</entry><entry>
2600 MPEG-2 Video 2618 MPEG-2 Video
2601 </entry></row> 2619 </entry></row>
2602 <row><entry>huffyuv</entry><entry> 2620 <row><entry>huffyuv</entry><entry>
2603 Verlustfreie (lossless) Kompression 2621 Verlustfreie (lossless) Kompression
2604 </entry></row> 2622 </entry></row>
2623 <row><entry>ffvhuff</entry><entry>
2624 FFmpeg-modifizierter huffyuv, verlustfrei
2625 </entry></row>
2605 <row><entry>asv1</entry><entry> 2626 <row><entry>asv1</entry><entry>
2606 ASUS Video v1 2627 ASUS Video v1
2607 </entry></row> 2628 </entry></row>
2608 <row><entry>asv2</entry><entry> 2629 <row><entry>asv2</entry><entry>
2609 ASUS Video v2 2630 ASUS Video v2
2631 </entry></row>
2632 <row><entry>vcr1</entry><entry>
2633 ATI VCR1 codec
2610 </entry></row> 2634 </entry></row>
2611 <row><entry>ffv1</entry><entry> 2635 <row><entry>ffv1</entry><entry>
2612 FFmpeg's verlustfreier (lossless) Videocodec 2636 FFmpeg's verlustfreier (lossless) Videocodec
2613 </entry></row> 2637 </entry></row>
2614 <row><entry>svq1</entry><entry> 2638 <row><entry>svq1</entry><entry>
2615 Sorenson Video 1 2639 Sorenson Video 1
2616 </entry></row> 2640 </entry></row>
2617 <row><entry>flv</entry><entry> 2641 <row><entry>flv</entry><entry>
2618 Sorenson H.263, der in Flash Video benutzt wird 2642 Sorenson H.263, der in Flash Video benutzt wird
2619 </entry></row> 2643 </entry></row>
2644 <row><entry>flashsv</entry><entry>
2645 Flash Screen Video
2646 </entry></row>
2620 <row><entry>dvvideo</entry><entry> 2647 <row><entry>dvvideo</entry><entry>
2621 Sony Digital Video 2648 Sony Digital Video
2622 </entry></row> 2649 </entry></row>
2623 <row><entry>snow</entry><entry> 2650 <row><entry>snow</entry><entry>
2624 FFmpeg's experimenteller Wavelet-basierter Codec 2651 FFmpeg's experimenteller Wavelet-basierter Codec
2652 </entry></row>
2653 <row><entry>zbmv</entry><entry>
2654 Zip Blocks Motion Video
2655 </entry></row>
2656 <row><entry>cljr</entry><entry>
2657 Cirrus Logic AccuPak Codec
2625 </entry></row> 2658 </entry></row>
2626 </tbody> 2659 </tbody>
2627 </tgroup> 2660 </tgroup>
2628 </informaltable> 2661 </informaltable>
2629 2662
2660 <entry>adpcm_ima_wav</entry> 2693 <entry>adpcm_ima_wav</entry>
2661 <entry>IMA adaptive PCM (4 Bit pro Sample, 4:1-Kompression)</entry> 2694 <entry>IMA adaptive PCM (4 Bit pro Sample, 4:1-Kompression)</entry>
2662 </row> 2695 </row>
2663 <row> 2696 <row>
2664 <entry>sonic</entry> 2697 <entry>sonic</entry>
2665 <entry>experimenteller verlustbehafteter/verlustfreier Codec</entry> 2698 <entry>experimenteller verlustbehafteter FFmpeg-Codec</entry>
2699 </row>
2700 <row>
2701 <entry>sonicls</entry>
2702 <entry>experimenteller verlustfreier FFmpeg-Codec</entry>
2703 </row>
2704 <row>
2705 <entry>vorbis</entry>
2706 <entry>Xiph Ogg Vorbis Codec</entry>
2707 </row>
2708 <row>
2709 <entry>wma1</entry>
2710 <entry>Windows Media Audio v1 Codec</entry>
2711 </row>
2712 <row>
2713 <entry>wma2</entry>
2714 <entry>Windows Media Audio v2 Codec</entry>
2666 </row> 2715 </row>
2667 </tbody> 2716 </tbody>
2668 </tgroup> 2717 </tgroup>
2669 </informaltable> 2718 </informaltable>
2670 2719