星火直播PC
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

faq.html 52KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  6. <title>FFmpeg documentation</title>
  7. <link rel="stylesheet" href="bootstrap.min.css" />
  8. <link rel="stylesheet" href="style.min.css" />
  9. <meta name="description" content="FFmpeg FAQ: ">
  10. <meta name="keywords" content="FFmpeg documentation : FFmpeg FAQ: ">
  11. <meta name="Generator" content="texi2html 5.0">
  12. <!-- Created on March 9, 2020 by texi2html 5.0 -->
  13. <!--
  14. texi2html was written by:
  15. Lionel Cons <Lionel.Cons@cern.ch> (original author)
  16. Karl Berry <karl@freefriends.org>
  17. Olaf Bachmann <obachman@mathematik.uni-kl.de>
  18. and many others.
  19. Maintained by: Many creative people.
  20. Send bugs and suggestions to <texi2html-bug@nongnu.org>
  21. -->
  22. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  23. </head>
  24. <body>
  25. <div class="container">
  26. <h1 class="titlefont">FFmpeg FAQ</h1>
  27. <hr>
  28. <a name="SEC_Top"></a>
  29. <a name="SEC_Contents"></a>
  30. <h1>Table of Contents</h1>
  31. <div class="contents">
  32. <ul class="no-bullet">
  33. <li><a name="toc-General-Questions" href="#General-Questions">1 General Questions</a>
  34. <ul class="no-bullet">
  35. <li><a name="toc-Why-doesn_0027t-FFmpeg-support-feature-_005bxyz_005d_003f" href="#Why-doesn_0027t-FFmpeg-support-feature-_005bxyz_005d_003f">1.1 Why doesn&rsquo;t FFmpeg support feature [xyz]?</a></li>
  36. <li><a name="toc-FFmpeg-does-not-support-codec-XXX_002e-Can-you-include-a-Windows-DLL-loader-to-support-it_003f" href="#FFmpeg-does-not-support-codec-XXX_002e-Can-you-include-a-Windows-DLL-loader-to-support-it_003f">1.2 FFmpeg does not support codec XXX. Can you include a Windows DLL loader to support it?</a></li>
  37. <li><a name="toc-I-cannot-read-this-file-although-this-format-seems-to-be-supported-by-ffmpeg_002e" href="#I-cannot-read-this-file-although-this-format-seems-to-be-supported-by-ffmpeg_002e">1.3 I cannot read this file although this format seems to be supported by ffmpeg.</a></li>
  38. <li><a name="toc-Which-codecs-are-supported-by-Windows_003f" href="#Which-codecs-are-supported-by-Windows_003f">1.4 Which codecs are supported by Windows?</a></li>
  39. </ul></li>
  40. <li><a name="toc-Compilation" href="#Compilation">2 Compilation</a>
  41. <ul class="no-bullet">
  42. <li><a name="toc-error_003a-can_0027t-find-a-register-in-class-_0027GENERAL_005fREGS_0027-while-reloading-_0027asm_0027" href="#error_003a-can_0027t-find-a-register-in-class-_0027GENERAL_005fREGS_0027-while-reloading-_0027asm_0027">2.1 <code>error: can't find a register in class 'GENERAL_REGS' while reloading 'asm'</code></a></li>
  43. <li><a name="toc-I-have-installed-this-library-with-my-distro_0027s-package-manager_002e-Why-does-configure-not-see-it_003f" href="#I-have-installed-this-library-with-my-distro_0027s-package-manager_002e-Why-does-configure-not-see-it_003f">2.2 I have installed this library with my distro&rsquo;s package manager. Why does <code>configure</code> not see it?</a></li>
  44. <li><a name="toc-How-do-I-make-pkg_002dconfig-find-my-libraries_003f" href="#How-do-I-make-pkg_002dconfig-find-my-libraries_003f">2.3 How do I make <code>pkg-config</code> find my libraries?</a></li>
  45. <li><a name="toc-How-do-I-use-pkg_002dconfig-when-cross_002dcompiling_003f" href="#How-do-I-use-pkg_002dconfig-when-cross_002dcompiling_003f">2.4 How do I use <code>pkg-config</code> when cross-compiling?</a></li>
  46. </ul></li>
  47. <li><a name="toc-Usage" href="#Usage">3 Usage</a>
  48. <ul class="no-bullet">
  49. <li><a name="toc-ffmpeg-does-not-work_003b-what-is-wrong_003f" href="#ffmpeg-does-not-work_003b-what-is-wrong_003f">3.1 ffmpeg does not work; what is wrong?</a></li>
  50. <li><a name="toc-How-do-I-encode-single-pictures-into-movies_003f" href="#How-do-I-encode-single-pictures-into-movies_003f">3.2 How do I encode single pictures into movies?</a></li>
  51. <li><a name="toc-How-do-I-encode-movie-to-single-pictures_003f" href="#How-do-I-encode-movie-to-single-pictures_003f">3.3 How do I encode movie to single pictures?</a></li>
  52. <li><a name="toc-Why-do-I-see-a-slight-quality-degradation-with-multithreaded-MPEG_002a-encoding_003f" href="#Why-do-I-see-a-slight-quality-degradation-with-multithreaded-MPEG_002a-encoding_003f">3.4 Why do I see a slight quality degradation with multithreaded MPEG* encoding?</a></li>
  53. <li><a name="toc-How-can-I-read-from-the-standard-input-or-write-to-the-standard-output_003f" href="#How-can-I-read-from-the-standard-input-or-write-to-the-standard-output_003f">3.5 How can I read from the standard input or write to the standard output?</a></li>
  54. <li><a name="toc-_002df-jpeg-doesn_0027t-work_002e" href="#g_t_002df-jpeg-doesn_0027t-work_002e">3.6 -f jpeg doesn&rsquo;t work.</a></li>
  55. <li><a name="toc-Why-can-I-not-change-the-frame-rate_003f" href="#Why-can-I-not-change-the-frame-rate_003f">3.7 Why can I not change the frame rate?</a></li>
  56. <li><a name="toc-How-do-I-encode-Xvid-or-DivX-video-with-ffmpeg_003f" href="#How-do-I-encode-Xvid-or-DivX-video-with-ffmpeg_003f">3.8 How do I encode Xvid or DivX video with ffmpeg?</a></li>
  57. <li><a name="toc-Which-are-good-parameters-for-encoding-high-quality-MPEG_002d4_003f" href="#Which-are-good-parameters-for-encoding-high-quality-MPEG_002d4_003f">3.9 Which are good parameters for encoding high quality MPEG-4?</a></li>
  58. <li><a name="toc-Which-are-good-parameters-for-encoding-high-quality-MPEG_002d1_002fMPEG_002d2_003f" href="#Which-are-good-parameters-for-encoding-high-quality-MPEG_002d1_002fMPEG_002d2_003f">3.10 Which are good parameters for encoding high quality MPEG-1/MPEG-2?</a></li>
  59. <li><a name="toc-Interlaced-video-looks-very-bad-when-encoded-with-ffmpeg_002c-what-is-wrong_003f" href="#Interlaced-video-looks-very-bad-when-encoded-with-ffmpeg_002c-what-is-wrong_003f">3.11 Interlaced video looks very bad when encoded with ffmpeg, what is wrong?</a></li>
  60. <li><a name="toc-How-can-I-read-DirectShow-files_003f" href="#How-can-I-read-DirectShow-files_003f">3.12 How can I read DirectShow files?</a></li>
  61. <li><a name="toc-How-can-I-join-video-files_003f" href="#How-can-I-join-video-files_003f">3.13 How can I join video files?</a></li>
  62. <li><a name="toc-How-can-I-concatenate-video-files_003f" href="#How-can-I-concatenate-video-files_003f">3.14 How can I concatenate video files?</a>
  63. <ul class="no-bullet">
  64. <li><a name="toc-Concatenating-using-the-concat-filter" href="#Concatenating-using-the-concat-filter">3.14.1 Concatenating using the concat <em>filter</em></a></li>
  65. <li><a name="toc-Concatenating-using-the-concat-demuxer" href="#Concatenating-using-the-concat-demuxer">3.14.2 Concatenating using the concat <em>demuxer</em></a></li>
  66. <li><a name="toc-Concatenating-using-the-concat-protocol-_0028file-level_0029" href="#Concatenating-using-the-concat-protocol-_0028file-level_0029">3.14.3 Concatenating using the concat <em>protocol</em> (file level)</a></li>
  67. <li><a name="toc-Concatenating-using-raw-audio-and-video" href="#Concatenating-using-raw-audio-and-video">3.14.4 Concatenating using raw audio and video</a></li>
  68. </ul></li>
  69. <li><a name="toc-Using-_002df-lavfi_002c-audio-becomes-mono-for-no-apparent-reason_002e" href="#Using-_002df-lavfi_002c-audio-becomes-mono-for-no-apparent-reason_002e">3.15 Using &lsquo;<samp>-f lavfi</samp>&rsquo;, audio becomes mono for no apparent reason.</a></li>
  70. <li><a name="toc-Why-does-FFmpeg-not-see-the-subtitles-in-my-VOB-file_003f" href="#Why-does-FFmpeg-not-see-the-subtitles-in-my-VOB-file_003f">3.16 Why does FFmpeg not see the subtitles in my VOB file?</a></li>
  71. <li><a name="toc-Why-was-the-ffmpeg-_002dsameq-option-removed_003f-What-to-use-instead_003f" href="#Why-was-the-ffmpeg-_002dsameq-option-removed_003f-What-to-use-instead_003f">3.17 Why was the <code>ffmpeg</code> &lsquo;<samp>-sameq</samp>&rsquo; option removed? What to use instead?</a></li>
  72. <li><a name="toc-I-have-a-stretched-video_002c-why-does-scaling-does-not-fix-it_003f" href="#I-have-a-stretched-video_002c-why-does-scaling-does-not-fix-it_003f">3.18 I have a stretched video, why does scaling does not fix it?</a></li>
  73. <li><a name="toc-How-do-I-run-ffmpeg-as-a-background-task_003f" href="#How-do-I-run-ffmpeg-as-a-background-task_003f">3.19 How do I run ffmpeg as a background task?</a></li>
  74. <li><a name="toc-How-do-I-prevent-ffmpeg-from-suspending-with-a-message-like-suspended-_0028tty-output_0029_003f" href="#How-do-I-prevent-ffmpeg-from-suspending-with-a-message-like-suspended-_0028tty-output_0029_003f">3.20 How do I prevent ffmpeg from suspending with a message like <em>suspended (tty output)</em>?</a></li>
  75. </ul></li>
  76. <li><a name="toc-Development" href="#Development">4 Development</a>
  77. <ul class="no-bullet">
  78. <li><a name="toc-Are-there-examples-illustrating-how-to-use-the-FFmpeg-libraries_002c-particularly-libavcodec-and-libavformat_003f" href="#Are-there-examples-illustrating-how-to-use-the-FFmpeg-libraries_002c-particularly-libavcodec-and-libavformat_003f">4.1 Are there examples illustrating how to use the FFmpeg libraries, particularly libavcodec and libavformat?</a></li>
  79. <li><a name="toc-Can-you-support-my-C-compiler-XXX_003f" href="#Can-you-support-my-C-compiler-XXX_003f">4.2 Can you support my C compiler XXX?</a></li>
  80. <li><a name="toc-Is-Microsoft-Visual-C_002b_002b-supported_003f" href="#Is-Microsoft-Visual-C_002b_002b-supported_003f">4.3 Is Microsoft Visual C++ supported?</a></li>
  81. <li><a name="toc-Can-you-add-automake_002c-libtool-or-autoconf-support_003f" href="#Can-you-add-automake_002c-libtool-or-autoconf-support_003f">4.4 Can you add automake, libtool or autoconf support?</a></li>
  82. <li><a name="toc-Why-not-rewrite-FFmpeg-in-object_002doriented-C_002b_002b_003f" href="#Why-not-rewrite-FFmpeg-in-object_002doriented-C_002b_002b_003f">4.5 Why not rewrite FFmpeg in object-oriented C++?</a></li>
  83. <li><a name="toc-Why-are-the-ffmpeg-programs-devoid-of-debugging-symbols_003f" href="#Why-are-the-ffmpeg-programs-devoid-of-debugging-symbols_003f">4.6 Why are the ffmpeg programs devoid of debugging symbols?</a></li>
  84. <li><a name="toc-I-do-not-like-the-LGPL_002c-can-I-contribute-code-under-the-GPL-instead_003f" href="#I-do-not-like-the-LGPL_002c-can-I-contribute-code-under-the-GPL-instead_003f">4.7 I do not like the LGPL, can I contribute code under the GPL instead?</a></li>
  85. <li><a name="toc-I_0027m-using-FFmpeg-from-within-my-C-application-but-the-linker-complains-about-missing-symbols-from-the-libraries-themselves_002e" href="#I_0027m-using-FFmpeg-from-within-my-C-application-but-the-linker-complains-about-missing-symbols-from-the-libraries-themselves_002e">4.8 I&rsquo;m using FFmpeg from within my C application but the linker complains about missing symbols from the libraries themselves.</a></li>
  86. <li><a name="toc-I_0027m-using-FFmpeg-from-within-my-C_002b_002b-application-but-the-linker-complains-about-missing-symbols-which-seem-to-be-available_002e" href="#I_0027m-using-FFmpeg-from-within-my-C_002b_002b-application-but-the-linker-complains-about-missing-symbols-which-seem-to-be-available_002e">4.9 I&rsquo;m using FFmpeg from within my C++ application but the linker complains about missing symbols which seem to be available.</a></li>
  87. <li><a name="toc-I_0027m-using-libavutil-from-within-my-C_002b_002b-application-but-the-compiler-complains-about-_0027UINT64_005fC_0027-was-not-declared-in-this-scope" href="#I_0027m-using-libavutil-from-within-my-C_002b_002b-application-but-the-compiler-complains-about-_0027UINT64_005fC_0027-was-not-declared-in-this-scope">4.10 I&rsquo;m using libavutil from within my C++ application but the compiler complains about &rsquo;UINT64_C&rsquo; was not declared in this scope</a></li>
  88. <li><a name="toc-I-have-a-file-in-memory-_002f-a-API-different-from-_002aopen_002f_002aread_002f-libc-how-do-I-use-it-with-libavformat_003f" href="#I-have-a-file-in-memory-_002f-a-API-different-from-_002aopen_002f_002aread_002f-libc-how-do-I-use-it-with-libavformat_003f">4.11 I have a file in memory / a API different from *open/*read/ libc how do I use it with libavformat?</a></li>
  89. <li><a name="toc-Where-is-the-documentation-about-ffv1_002c-msmpeg4_002c-asv1_002c-4xm_003f" href="#Where-is-the-documentation-about-ffv1_002c-msmpeg4_002c-asv1_002c-4xm_003f">4.12 Where is the documentation about ffv1, msmpeg4, asv1, 4xm?</a></li>
  90. <li><a name="toc-How-do-I-feed-H_002e263_002dRTP-_0028and-other-codecs-in-RTP_0029-to-libavcodec_003f" href="#How-do-I-feed-H_002e263_002dRTP-_0028and-other-codecs-in-RTP_0029-to-libavcodec_003f">4.13 How do I feed H.263-RTP (and other codecs in RTP) to libavcodec?</a></li>
  91. <li><a name="toc-AVStream_002er_005fframe_005frate-is-wrong_002c-it-is-much-larger-than-the-frame-rate_002e" href="#AVStream_002er_005fframe_005frate-is-wrong_002c-it-is-much-larger-than-the-frame-rate_002e">4.14 AVStream.r_frame_rate is wrong, it is much larger than the frame rate.</a></li>
  92. <li><a name="toc-Why-is-make-fate-not-running-all-tests_003f" href="#Why-is-make-fate-not-running-all-tests_003f">4.15 Why is <code>make fate</code> not running all tests?</a></li>
  93. <li><a name="toc-Why-is-make-fate-not-finding-the-samples_003f" href="#Why-is-make-fate-not-finding-the-samples_003f">4.16 Why is <code>make fate</code> not finding the samples?</a></li>
  94. </ul>
  95. </li>
  96. </ul>
  97. </div>
  98. <hr size="6">
  99. <a name="General-Questions"></a>
  100. <h1 class="chapter"><a href="faq.html#toc-General-Questions">1 General Questions</a></h1>
  101. <a name="Why-doesn_0027t-FFmpeg-support-feature-_005bxyz_005d_003f"></a>
  102. <h2 class="section"><a href="faq.html#toc-Why-doesn_0027t-FFmpeg-support-feature-_005bxyz_005d_003f">1.1 Why doesn&rsquo;t FFmpeg support feature [xyz]?</a></h2>
  103. <p>Because no one has taken on that task yet. FFmpeg development is
  104. driven by the tasks that are important to the individual developers.
  105. If there is a feature that is important to you, the best way to get
  106. it implemented is to undertake the task yourself or sponsor a developer.
  107. </p>
  108. <a name="FFmpeg-does-not-support-codec-XXX_002e-Can-you-include-a-Windows-DLL-loader-to-support-it_003f"></a>
  109. <h2 class="section"><a href="faq.html#toc-FFmpeg-does-not-support-codec-XXX_002e-Can-you-include-a-Windows-DLL-loader-to-support-it_003f">1.2 FFmpeg does not support codec XXX. Can you include a Windows DLL loader to support it?</a></h2>
  110. <p>No. Windows DLLs are not portable, bloated and often slow.
  111. Moreover FFmpeg strives to support all codecs natively.
  112. A DLL loader is not conducive to that goal.
  113. </p>
  114. <a name="I-cannot-read-this-file-although-this-format-seems-to-be-supported-by-ffmpeg_002e"></a>
  115. <h2 class="section"><a href="faq.html#toc-I-cannot-read-this-file-although-this-format-seems-to-be-supported-by-ffmpeg_002e">1.3 I cannot read this file although this format seems to be supported by ffmpeg.</a></h2>
  116. <p>Even if ffmpeg can read the container format, it may not support all its
  117. codecs. Please consult the supported codec list in the ffmpeg
  118. documentation.
  119. </p>
  120. <a name="Which-codecs-are-supported-by-Windows_003f"></a>
  121. <h2 class="section"><a href="faq.html#toc-Which-codecs-are-supported-by-Windows_003f">1.4 Which codecs are supported by Windows?</a></h2>
  122. <p>Windows does not support standard formats like MPEG very well, unless you
  123. install some additional codecs.
  124. </p>
  125. <p>The following list of video codecs should work on most Windows systems:
  126. </p><dl compact="compact">
  127. <dt>&lsquo;<samp>msmpeg4v2</samp>&rsquo;</dt>
  128. <dd><p>.avi/.asf
  129. </p></dd>
  130. <dt>&lsquo;<samp>msmpeg4</samp>&rsquo;</dt>
  131. <dd><p>.asf only
  132. </p></dd>
  133. <dt>&lsquo;<samp>wmv1</samp>&rsquo;</dt>
  134. <dd><p>.asf only
  135. </p></dd>
  136. <dt>&lsquo;<samp>wmv2</samp>&rsquo;</dt>
  137. <dd><p>.asf only
  138. </p></dd>
  139. <dt>&lsquo;<samp>mpeg4</samp>&rsquo;</dt>
  140. <dd><p>Only if you have some MPEG-4 codec like ffdshow or Xvid installed.
  141. </p></dd>
  142. <dt>&lsquo;<samp>mpeg1video</samp>&rsquo;</dt>
  143. <dd><p>.mpg only
  144. </p></dd>
  145. </dl>
  146. <p>Note, ASF files often have .wmv or .wma extensions in Windows. It should also
  147. be mentioned that Microsoft claims a patent on the ASF format, and may sue
  148. or threaten users who create ASF files with non-Microsoft software. It is
  149. strongly advised to avoid ASF where possible.
  150. </p>
  151. <p>The following list of audio codecs should work on most Windows systems:
  152. </p><dl compact="compact">
  153. <dt>&lsquo;<samp>adpcm_ima_wav</samp>&rsquo;</dt>
  154. <dt>&lsquo;<samp>adpcm_ms</samp>&rsquo;</dt>
  155. <dt>&lsquo;<samp>pcm_s16le</samp>&rsquo;</dt>
  156. <dd><p>always
  157. </p></dd>
  158. <dt>&lsquo;<samp>libmp3lame</samp>&rsquo;</dt>
  159. <dd><p>If some MP3 codec like LAME is installed.
  160. </p></dd>
  161. </dl>
  162. <a name="Compilation"></a>
  163. <h1 class="chapter"><a href="faq.html#toc-Compilation">2 Compilation</a></h1>
  164. <a name="error_003a-can_0027t-find-a-register-in-class-_0027GENERAL_005fREGS_0027-while-reloading-_0027asm_0027"></a>
  165. <h2 class="section"><a href="faq.html#toc-error_003a-can_0027t-find-a-register-in-class-_0027GENERAL_005fREGS_0027-while-reloading-_0027asm_0027">2.1 <code>error: can't find a register in class 'GENERAL_REGS' while reloading 'asm'</code></a></h2>
  166. <p>This is a bug in gcc. Do not report it to us. Instead, please report it to
  167. the gcc developers. Note that we will not add workarounds for gcc bugs.
  168. </p>
  169. <p>Also note that (some of) the gcc developers believe this is not a bug or
  170. not a bug they should fix:
  171. <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=11203">https://gcc.gnu.org/bugzilla/show_bug.cgi?id=11203</a>.
  172. Then again, some of them do not know the difference between an undecidable
  173. problem and an NP-hard problem...
  174. </p>
  175. <a name="I-have-installed-this-library-with-my-distro_0027s-package-manager_002e-Why-does-configure-not-see-it_003f"></a>
  176. <h2 class="section"><a href="faq.html#toc-I-have-installed-this-library-with-my-distro_0027s-package-manager_002e-Why-does-configure-not-see-it_003f">2.2 I have installed this library with my distro&rsquo;s package manager. Why does <code>configure</code> not see it?</a></h2>
  177. <p>Distributions usually split libraries in several packages. The main package
  178. contains the files necessary to run programs using the library. The
  179. development package contains the files necessary to build programs using the
  180. library. Sometimes, docs and/or data are in a separate package too.
  181. </p>
  182. <p>To build FFmpeg, you need to install the development package. It is usually
  183. called &lsquo;<tt>libfoo-dev</tt>&rsquo; or &lsquo;<tt>libfoo-devel</tt>&rsquo;. You can remove it after the
  184. build is finished, but be sure to keep the main package.
  185. </p>
  186. <a name="How-do-I-make-pkg_002dconfig-find-my-libraries_003f"></a>
  187. <h2 class="section"><a href="faq.html#toc-How-do-I-make-pkg_002dconfig-find-my-libraries_003f">2.3 How do I make <code>pkg-config</code> find my libraries?</a></h2>
  188. <p>Somewhere along with your libraries, there is a &lsquo;<tt>.pc</tt>&rsquo; file (or several)
  189. in a &lsquo;<tt>pkgconfig</tt>&rsquo; directory. You need to set environment variables to
  190. point <code>pkg-config</code> to these files.
  191. </p>
  192. <p>If you need to <em>add</em> directories to <code>pkg-config</code>&rsquo;s search list
  193. (typical use case: library installed separately), add it to
  194. <code>$PKG_CONFIG_PATH</code>:
  195. </p>
  196. <div class="example">
  197. <pre class="example">export PKG_CONFIG_PATH=/opt/x264/lib/pkgconfig:/opt/opus/lib/pkgconfig
  198. </pre></div>
  199. <p>If you need to <em>replace</em> <code>pkg-config</code>&rsquo;s search list
  200. (typical use case: cross-compiling), set it in
  201. <code>$PKG_CONFIG_LIBDIR</code>:
  202. </p>
  203. <div class="example">
  204. <pre class="example">export PKG_CONFIG_LIBDIR=/home/me/cross/usr/lib/pkgconfig:/home/me/cross/usr/local/lib/pkgconfig
  205. </pre></div>
  206. <p>If you need to know the library&rsquo;s internal dependencies (typical use: static
  207. linking), add the <code>--static</code> option to <code>pkg-config</code>:
  208. </p>
  209. <div class="example">
  210. <pre class="example">./configure --pkg-config-flags=--static
  211. </pre></div>
  212. <a name="How-do-I-use-pkg_002dconfig-when-cross_002dcompiling_003f"></a>
  213. <h2 class="section"><a href="faq.html#toc-How-do-I-use-pkg_002dconfig-when-cross_002dcompiling_003f">2.4 How do I use <code>pkg-config</code> when cross-compiling?</a></h2>
  214. <p>The best way is to install <code>pkg-config</code> in your cross-compilation
  215. environment. It will automatically use the cross-compilation libraries.
  216. </p>
  217. <p>You can also use <code>pkg-config</code> from the host environment by
  218. specifying explicitly <code>--pkg-config=pkg-config</code> to <code>configure</code>.
  219. In that case, you must point <code>pkg-config</code> to the correct directories
  220. using the <code>PKG_CONFIG_LIBDIR</code>, as explained in the previous entry.
  221. </p>
  222. <p>As an intermediate solution, you can place in your cross-compilation
  223. environment a script that calls the host <code>pkg-config</code> with
  224. <code>PKG_CONFIG_LIBDIR</code> set. That script can look like that:
  225. </p>
  226. <div class="example">
  227. <pre class="example">#!/bin/sh
  228. PKG_CONFIG_LIBDIR=/path/to/cross/lib/pkgconfig
  229. export PKG_CONFIG_LIBDIR
  230. exec /usr/bin/pkg-config &quot;$@&quot;
  231. </pre></div>
  232. <a name="Usage"></a>
  233. <h1 class="chapter"><a href="faq.html#toc-Usage">3 Usage</a></h1>
  234. <a name="ffmpeg-does-not-work_003b-what-is-wrong_003f"></a>
  235. <h2 class="section"><a href="faq.html#toc-ffmpeg-does-not-work_003b-what-is-wrong_003f">3.1 ffmpeg does not work; what is wrong?</a></h2>
  236. <p>Try a <code>make distclean</code> in the ffmpeg source directory before the build.
  237. If this does not help see
  238. (<a href="https://ffmpeg.org/bugreports.html">https://ffmpeg.org/bugreports.html</a>).
  239. </p>
  240. <a name="How-do-I-encode-single-pictures-into-movies_003f"></a>
  241. <h2 class="section"><a href="faq.html#toc-How-do-I-encode-single-pictures-into-movies_003f">3.2 How do I encode single pictures into movies?</a></h2>
  242. <p>First, rename your pictures to follow a numerical sequence.
  243. For example, img1.jpg, img2.jpg, img3.jpg,...
  244. Then you may run:
  245. </p>
  246. <div class="example">
  247. <pre class="example">ffmpeg -f image2 -i img%d.jpg /tmp/a.mpg
  248. </pre></div>
  249. <p>Notice that &lsquo;<samp>%d</samp>&rsquo; is replaced by the image number.
  250. </p>
  251. <p>&lsquo;<tt>img%03d.jpg</tt>&rsquo; means the sequence &lsquo;<tt>img001.jpg</tt>&rsquo;, &lsquo;<tt>img002.jpg</tt>&rsquo;, etc.
  252. </p>
  253. <p>Use the &lsquo;<samp>-start_number</samp>&rsquo; option to declare a starting number for
  254. the sequence. This is useful if your sequence does not start with
  255. &lsquo;<tt>img001.jpg</tt>&rsquo; but is still in a numerical order. The following
  256. example will start with &lsquo;<tt>img100.jpg</tt>&rsquo;:
  257. </p>
  258. <div class="example">
  259. <pre class="example">ffmpeg -f image2 -start_number 100 -i img%d.jpg /tmp/a.mpg
  260. </pre></div>
  261. <p>If you have large number of pictures to rename, you can use the
  262. following command to ease the burden. The command, using the bourne
  263. shell syntax, symbolically links all files in the current directory
  264. that match <code>*jpg</code> to the &lsquo;<tt>/tmp</tt>&rsquo; directory in the sequence of
  265. &lsquo;<tt>img001.jpg</tt>&rsquo;, &lsquo;<tt>img002.jpg</tt>&rsquo; and so on.
  266. </p>
  267. <div class="example">
  268. <pre class="example">x=1; for i in *jpg; do counter=$(printf %03d $x); ln -s &quot;$i&quot; /tmp/img&quot;$counter&quot;.jpg; x=$(($x+1)); done
  269. </pre></div>
  270. <p>If you want to sequence them by oldest modified first, substitute
  271. <code>$(ls -r -t *jpg)</code> in place of <code>*jpg</code>.
  272. </p>
  273. <p>Then run:
  274. </p>
  275. <div class="example">
  276. <pre class="example">ffmpeg -f image2 -i /tmp/img%03d.jpg /tmp/a.mpg
  277. </pre></div>
  278. <p>The same logic is used for any image format that ffmpeg reads.
  279. </p>
  280. <p>You can also use <code>cat</code> to pipe images to ffmpeg:
  281. </p>
  282. <div class="example">
  283. <pre class="example">cat *.jpg | ffmpeg -f image2pipe -c:v mjpeg -i - output.mpg
  284. </pre></div>
  285. <a name="How-do-I-encode-movie-to-single-pictures_003f"></a>
  286. <h2 class="section"><a href="faq.html#toc-How-do-I-encode-movie-to-single-pictures_003f">3.3 How do I encode movie to single pictures?</a></h2>
  287. <p>Use:
  288. </p>
  289. <div class="example">
  290. <pre class="example">ffmpeg -i movie.mpg movie%d.jpg
  291. </pre></div>
  292. <p>The &lsquo;<tt>movie.mpg</tt>&rsquo; used as input will be converted to
  293. &lsquo;<tt>movie1.jpg</tt>&rsquo;, &lsquo;<tt>movie2.jpg</tt>&rsquo;, etc...
  294. </p>
  295. <p>Instead of relying on file format self-recognition, you may also use
  296. </p><dl compact="compact">
  297. <dt>&lsquo;<samp>-c:v ppm</samp>&rsquo;</dt>
  298. <dt>&lsquo;<samp>-c:v png</samp>&rsquo;</dt>
  299. <dt>&lsquo;<samp>-c:v mjpeg</samp>&rsquo;</dt>
  300. </dl>
  301. <p>to force the encoding.
  302. </p>
  303. <p>Applying that to the previous example:
  304. </p><div class="example">
  305. <pre class="example">ffmpeg -i movie.mpg -f image2 -c:v mjpeg menu%d.jpg
  306. </pre></div>
  307. <p>Beware that there is no &quot;jpeg&quot; codec. Use &quot;mjpeg&quot; instead.
  308. </p>
  309. <a name="Why-do-I-see-a-slight-quality-degradation-with-multithreaded-MPEG_002a-encoding_003f"></a>
  310. <h2 class="section"><a href="faq.html#toc-Why-do-I-see-a-slight-quality-degradation-with-multithreaded-MPEG_002a-encoding_003f">3.4 Why do I see a slight quality degradation with multithreaded MPEG* encoding?</a></h2>
  311. <p>For multithreaded MPEG* encoding, the encoded slices must be independent,
  312. otherwise thread n would practically have to wait for n-1 to finish, so it&rsquo;s
  313. quite logical that there is a small reduction of quality. This is not a bug.
  314. </p>
  315. <a name="How-can-I-read-from-the-standard-input-or-write-to-the-standard-output_003f"></a>
  316. <h2 class="section"><a href="faq.html#toc-How-can-I-read-from-the-standard-input-or-write-to-the-standard-output_003f">3.5 How can I read from the standard input or write to the standard output?</a></h2>
  317. <p>Use &lsquo;<tt>-</tt>&rsquo; as file name.
  318. </p>
  319. <a name="g_t_002df-jpeg-doesn_0027t-work_002e"></a>
  320. <h2 class="section"><a href="faq.html#toc-_002df-jpeg-doesn_0027t-work_002e">3.6 -f jpeg doesn&rsquo;t work.</a></h2>
  321. <p>Try &rsquo;-f image2 test%d.jpg&rsquo;.
  322. </p>
  323. <a name="Why-can-I-not-change-the-frame-rate_003f"></a>
  324. <h2 class="section"><a href="faq.html#toc-Why-can-I-not-change-the-frame-rate_003f">3.7 Why can I not change the frame rate?</a></h2>
  325. <p>Some codecs, like MPEG-1/2, only allow a small number of fixed frame rates.
  326. Choose a different codec with the -c:v command line option.
  327. </p>
  328. <a name="How-do-I-encode-Xvid-or-DivX-video-with-ffmpeg_003f"></a>
  329. <h2 class="section"><a href="faq.html#toc-How-do-I-encode-Xvid-or-DivX-video-with-ffmpeg_003f">3.8 How do I encode Xvid or DivX video with ffmpeg?</a></h2>
  330. <p>Both Xvid and DivX (version 4+) are implementations of the ISO MPEG-4
  331. standard (note that there are many other coding formats that use this
  332. same standard). Thus, use &rsquo;-c:v mpeg4&rsquo; to encode in these formats. The
  333. default fourcc stored in an MPEG-4-coded file will be &rsquo;FMP4&rsquo;. If you want
  334. a different fourcc, use the &rsquo;-vtag&rsquo; option. E.g., &rsquo;-vtag xvid&rsquo; will
  335. force the fourcc &rsquo;xvid&rsquo; to be stored as the video fourcc rather than the
  336. default.
  337. </p>
  338. <a name="Which-are-good-parameters-for-encoding-high-quality-MPEG_002d4_003f"></a>
  339. <h2 class="section"><a href="faq.html#toc-Which-are-good-parameters-for-encoding-high-quality-MPEG_002d4_003f">3.9 Which are good parameters for encoding high quality MPEG-4?</a></h2>
  340. <p>&rsquo;-mbd rd -flags +mv4+aic -trellis 2 -cmp 2 -subcmp 2 -g 300 -pass 1/2&rsquo;,
  341. things to try: &rsquo;-bf 2&rsquo;, &rsquo;-mpv_flags qp_rd&rsquo;, &rsquo;-mpv_flags mv0&rsquo;, &rsquo;-mpv_flags skip_rd&rsquo;.
  342. </p>
  343. <a name="Which-are-good-parameters-for-encoding-high-quality-MPEG_002d1_002fMPEG_002d2_003f"></a>
  344. <h2 class="section"><a href="faq.html#toc-Which-are-good-parameters-for-encoding-high-quality-MPEG_002d1_002fMPEG_002d2_003f">3.10 Which are good parameters for encoding high quality MPEG-1/MPEG-2?</a></h2>
  345. <p>&rsquo;-mbd rd -trellis 2 -cmp 2 -subcmp 2 -g 100 -pass 1/2&rsquo;
  346. but beware the &rsquo;-g 100&rsquo; might cause problems with some decoders.
  347. Things to try: &rsquo;-bf 2&rsquo;, &rsquo;-mpv_flags qp_rd&rsquo;, &rsquo;-mpv_flags mv0&rsquo;, &rsquo;-mpv_flags skip_rd&rsquo;.
  348. </p>
  349. <a name="Interlaced-video-looks-very-bad-when-encoded-with-ffmpeg_002c-what-is-wrong_003f"></a>
  350. <h2 class="section"><a href="faq.html#toc-Interlaced-video-looks-very-bad-when-encoded-with-ffmpeg_002c-what-is-wrong_003f">3.11 Interlaced video looks very bad when encoded with ffmpeg, what is wrong?</a></h2>
  351. <p>You should use &rsquo;-flags +ilme+ildct&rsquo; and maybe &rsquo;-flags +alt&rsquo; for interlaced
  352. material, and try &rsquo;-top 0/1&rsquo; if the result looks really messed-up.
  353. </p>
  354. <a name="How-can-I-read-DirectShow-files_003f"></a>
  355. <h2 class="section"><a href="faq.html#toc-How-can-I-read-DirectShow-files_003f">3.12 How can I read DirectShow files?</a></h2>
  356. <p>If you have built FFmpeg with <code>./configure --enable-avisynth</code>
  357. (only possible on MinGW/Cygwin platforms),
  358. then you may use any file that DirectShow can read as input.
  359. </p>
  360. <p>Just create an &quot;input.avs&quot; text file with this single line ...
  361. </p><div class="example">
  362. <pre class="example">DirectShowSource(&quot;C:\path to your file\yourfile.asf&quot;)
  363. </pre></div>
  364. <p>... and then feed that text file to ffmpeg:
  365. </p><div class="example">
  366. <pre class="example">ffmpeg -i input.avs
  367. </pre></div>
  368. <p>For ANY other help on AviSynth, please visit the
  369. <a href="http://www.avisynth.org/">AviSynth homepage</a>.
  370. </p>
  371. <a name="How-can-I-join-video-files_003f"></a>
  372. <h2 class="section"><a href="faq.html#toc-How-can-I-join-video-files_003f">3.13 How can I join video files?</a></h2>
  373. <p>To &quot;join&quot; video files is quite ambiguous. The following list explains the
  374. different kinds of &quot;joining&quot; and points out how those are addressed in
  375. FFmpeg. To join video files may mean:
  376. </p>
  377. <ul>
  378. <li>
  379. To put them one after the other: this is called to <em>concatenate</em> them
  380. (in short: concat) and is addressed
  381. <a href="#How-can-I-concatenate-video-files">in this very faq</a>.
  382. </li><li>
  383. To put them together in the same file, to let the user choose between the
  384. different versions (example: different audio languages): this is called to
  385. <em>multiplex</em> them together (in short: mux), and is done by simply
  386. invoking ffmpeg with several &lsquo;<samp>-i</samp>&rsquo; options.
  387. </li><li>
  388. For audio, to put all channels together in a single stream (example: two
  389. mono streams into one stereo stream): this is sometimes called to
  390. <em>merge</em> them, and can be done using the
  391. <a href="ffmpeg-filters.html#amerge"><code>amerge</code></a> filter.
  392. </li><li>
  393. For audio, to play one on top of the other: this is called to <em>mix</em>
  394. them, and can be done by first merging them into a single stream and then
  395. using the <a href="ffmpeg-filters.html#pan"><code>pan</code></a> filter to mix
  396. the channels at will.
  397. </li><li>
  398. For video, to display both together, side by side or one on top of a part of
  399. the other; it can be done using the
  400. <a href="ffmpeg-filters.html#overlay"><code>overlay</code></a> video filter.
  401. </li></ul>
  402. <p><a name="How-can-I-concatenate-video-files"></a>
  403. </p><a name="How-can-I-concatenate-video-files_003f"></a>
  404. <h2 class="section"><a href="faq.html#toc-How-can-I-concatenate-video-files_003f">3.14 How can I concatenate video files?</a></h2>
  405. <p>There are several solutions, depending on the exact circumstances.
  406. </p>
  407. <a name="Concatenating-using-the-concat-filter"></a>
  408. <h3 class="subsection"><a href="faq.html#toc-Concatenating-using-the-concat-filter">3.14.1 Concatenating using the concat <em>filter</em></a></h3>
  409. <p>FFmpeg has a <a href="ffmpeg-filters.html#concat"><code>concat</code></a> filter designed specifically for that, with examples in the
  410. documentation. This operation is recommended if you need to re-encode.
  411. </p>
  412. <a name="Concatenating-using-the-concat-demuxer"></a>
  413. <h3 class="subsection"><a href="faq.html#toc-Concatenating-using-the-concat-demuxer">3.14.2 Concatenating using the concat <em>demuxer</em></a></h3>
  414. <p>FFmpeg has a <a href="ffmpeg-formats.html#concat"><code>concat</code></a> demuxer which you can use when you want to avoid a re-encode and
  415. your format doesn&rsquo;t support file level concatenation.
  416. </p>
  417. <a name="Concatenating-using-the-concat-protocol-_0028file-level_0029"></a>
  418. <h3 class="subsection"><a href="faq.html#toc-Concatenating-using-the-concat-protocol-_0028file-level_0029">3.14.3 Concatenating using the concat <em>protocol</em> (file level)</a></h3>
  419. <p>FFmpeg has a <a href="ffmpeg-protocols.html#concat"><code>concat</code></a> protocol designed specifically for that, with examples in the
  420. documentation.
  421. </p>
  422. <p>A few multimedia containers (MPEG-1, MPEG-2 PS, DV) allow one to concatenate
  423. video by merely concatenating the files containing them.
  424. </p>
  425. <p>Hence you may concatenate your multimedia files by first transcoding them to
  426. these privileged formats, then using the humble <code>cat</code> command (or the
  427. equally humble <code>copy</code> under Windows), and finally transcoding back to your
  428. format of choice.
  429. </p>
  430. <div class="example">
  431. <pre class="example">ffmpeg -i input1.avi -qscale:v 1 intermediate1.mpg
  432. ffmpeg -i input2.avi -qscale:v 1 intermediate2.mpg
  433. cat intermediate1.mpg intermediate2.mpg &gt; intermediate_all.mpg
  434. ffmpeg -i intermediate_all.mpg -qscale:v 2 output.avi
  435. </pre></div>
  436. <p>Additionally, you can use the <code>concat</code> protocol instead of <code>cat</code> or
  437. <code>copy</code> which will avoid creation of a potentially huge intermediate file.
  438. </p>
  439. <div class="example">
  440. <pre class="example">ffmpeg -i input1.avi -qscale:v 1 intermediate1.mpg
  441. ffmpeg -i input2.avi -qscale:v 1 intermediate2.mpg
  442. ffmpeg -i concat:&quot;intermediate1.mpg|intermediate2.mpg&quot; -c copy intermediate_all.mpg
  443. ffmpeg -i intermediate_all.mpg -qscale:v 2 output.avi
  444. </pre></div>
  445. <p>Note that you may need to escape the character &quot;|&quot; which is special for many
  446. shells.
  447. </p>
  448. <p>Another option is usage of named pipes, should your platform support it:
  449. </p>
  450. <div class="example">
  451. <pre class="example">mkfifo intermediate1.mpg
  452. mkfifo intermediate2.mpg
  453. ffmpeg -i input1.avi -qscale:v 1 -y intermediate1.mpg &lt; /dev/null &amp;
  454. ffmpeg -i input2.avi -qscale:v 1 -y intermediate2.mpg &lt; /dev/null &amp;
  455. cat intermediate1.mpg intermediate2.mpg |\
  456. ffmpeg -f mpeg -i - -c:v mpeg4 -c:a libmp3lame output.avi
  457. </pre></div>
  458. <a name="Concatenating-using-raw-audio-and-video"></a>
  459. <h3 class="subsection"><a href="faq.html#toc-Concatenating-using-raw-audio-and-video">3.14.4 Concatenating using raw audio and video</a></h3>
  460. <p>Similarly, the yuv4mpegpipe format, and the raw video, raw audio codecs also
  461. allow concatenation, and the transcoding step is almost lossless.
  462. When using multiple yuv4mpegpipe(s), the first line needs to be discarded
  463. from all but the first stream. This can be accomplished by piping through
  464. <code>tail</code> as seen below. Note that when piping through <code>tail</code> you
  465. must use command grouping, <code>{ ;}</code>, to background properly.
  466. </p>
  467. <p>For example, let&rsquo;s say we want to concatenate two FLV files into an
  468. output.flv file:
  469. </p>
  470. <div class="example">
  471. <pre class="example">mkfifo temp1.a
  472. mkfifo temp1.v
  473. mkfifo temp2.a
  474. mkfifo temp2.v
  475. mkfifo all.a
  476. mkfifo all.v
  477. ffmpeg -i input1.flv -vn -f u16le -c:a pcm_s16le -ac 2 -ar 44100 - &gt; temp1.a &lt; /dev/null &amp;
  478. ffmpeg -i input2.flv -vn -f u16le -c:a pcm_s16le -ac 2 -ar 44100 - &gt; temp2.a &lt; /dev/null &amp;
  479. ffmpeg -i input1.flv -an -f yuv4mpegpipe - &gt; temp1.v &lt; /dev/null &amp;
  480. { ffmpeg -i input2.flv -an -f yuv4mpegpipe - &lt; /dev/null | tail -n +2 &gt; temp2.v ; } &amp;
  481. cat temp1.a temp2.a &gt; all.a &amp;
  482. cat temp1.v temp2.v &gt; all.v &amp;
  483. ffmpeg -f u16le -c:a pcm_s16le -ac 2 -ar 44100 -i all.a \
  484. -f yuv4mpegpipe -i all.v \
  485. -y output.flv
  486. rm temp[12].[av] all.[av]
  487. </pre></div>
  488. <a name="Using-_002df-lavfi_002c-audio-becomes-mono-for-no-apparent-reason_002e"></a>
  489. <h2 class="section"><a href="faq.html#toc-Using-_002df-lavfi_002c-audio-becomes-mono-for-no-apparent-reason_002e">3.15 Using &lsquo;<samp>-f lavfi</samp>&rsquo;, audio becomes mono for no apparent reason.</a></h2>
  490. <p>Use &lsquo;<samp>-dumpgraph -</samp>&rsquo; to find out exactly where the channel layout is
  491. lost.
  492. </p>
  493. <p>Most likely, it is through <code>auto-inserted aresample</code>. Try to understand
  494. why the converting filter was needed at that place.
  495. </p>
  496. <p>Just before the output is a likely place, as &lsquo;<samp>-f lavfi</samp>&rsquo; currently
  497. only support packed S16.
  498. </p>
  499. <p>Then insert the correct <code>aformat</code> explicitly in the filtergraph,
  500. specifying the exact format.
  501. </p>
  502. <div class="example">
  503. <pre class="example">aformat=sample_fmts=s16:channel_layouts=stereo
  504. </pre></div>
  505. <a name="Why-does-FFmpeg-not-see-the-subtitles-in-my-VOB-file_003f"></a>
  506. <h2 class="section"><a href="faq.html#toc-Why-does-FFmpeg-not-see-the-subtitles-in-my-VOB-file_003f">3.16 Why does FFmpeg not see the subtitles in my VOB file?</a></h2>
  507. <p>VOB and a few other formats do not have a global header that describes
  508. everything present in the file. Instead, applications are supposed to scan
  509. the file to see what it contains. Since VOB files are frequently large, only
  510. the beginning is scanned. If the subtitles happen only later in the file,
  511. they will not be initially detected.
  512. </p>
  513. <p>Some applications, including the <code>ffmpeg</code> command-line tool, can only
  514. work with streams that were detected during the initial scan; streams that
  515. are detected later are ignored.
  516. </p>
  517. <p>The size of the initial scan is controlled by two options: <code>probesize</code>
  518. (default ~5 Mo) and <code>analyzeduration</code> (default 5,000,000 µs = 5 s). For
  519. the subtitle stream to be detected, both values must be large enough.
  520. </p>
  521. <a name="Why-was-the-ffmpeg-_002dsameq-option-removed_003f-What-to-use-instead_003f"></a>
  522. <h2 class="section"><a href="faq.html#toc-Why-was-the-ffmpeg-_002dsameq-option-removed_003f-What-to-use-instead_003f">3.17 Why was the <code>ffmpeg</code> &lsquo;<samp>-sameq</samp>&rsquo; option removed? What to use instead?</a></h2>
  523. <p>The &lsquo;<samp>-sameq</samp>&rsquo; option meant &quot;same quantizer&quot;, and made sense only in a
  524. very limited set of cases. Unfortunately, a lot of people mistook it for
  525. &quot;same quality&quot; and used it in places where it did not make sense: it had
  526. roughly the expected visible effect, but achieved it in a very inefficient
  527. way.
  528. </p>
  529. <p>Each encoder has its own set of options to set the quality-vs-size balance,
  530. use the options for the encoder you are using to set the quality level to a
  531. point acceptable for your tastes. The most common options to do that are
  532. &lsquo;<samp>-qscale</samp>&rsquo; and &lsquo;<samp>-qmax</samp>&rsquo;, but you should peruse the documentation
  533. of the encoder you chose.
  534. </p>
  535. <a name="I-have-a-stretched-video_002c-why-does-scaling-does-not-fix-it_003f"></a>
  536. <h2 class="section"><a href="faq.html#toc-I-have-a-stretched-video_002c-why-does-scaling-does-not-fix-it_003f">3.18 I have a stretched video, why does scaling does not fix it?</a></h2>
  537. <p>A lot of video codecs and formats can store the <em>aspect ratio</em> of the
  538. video: this is the ratio between the width and the height of either the full
  539. image (DAR, display aspect ratio) or individual pixels (SAR, sample aspect
  540. ratio). For example, EGA screens at resolution 640×350 had 4:3 DAR and 35:48
  541. SAR.
  542. </p>
  543. <p>Most still image processing work with square pixels, i.e. 1:1 SAR, but a lot
  544. of video standards, especially from the analogic-numeric transition era, use
  545. non-square pixels.
  546. </p>
  547. <p>Most processing filters in FFmpeg handle the aspect ratio to avoid
  548. stretching the image: cropping adjusts the DAR to keep the SAR constant,
  549. scaling adjusts the SAR to keep the DAR constant.
  550. </p>
  551. <p>If you want to stretch, or “unstretch”, the image, you need to override the
  552. information with the
  553. <a href="ffmpeg-filters.html#setdar_002c-setsar"><code>setdar or setsar filters</code></a>.
  554. </p>
  555. <p>Do not forget to examine carefully the original video to check whether the
  556. stretching comes from the image or from the aspect ratio information.
  557. </p>
  558. <p>For example, to fix a badly encoded EGA capture, use the following commands,
  559. either the first one to upscale to square pixels or the second one to set
  560. the correct aspect ratio or the third one to avoid transcoding (may not work
  561. depending on the format / codec / player / phase of the moon):
  562. </p>
  563. <div class="example">
  564. <pre class="example">ffmpeg -i ega_screen.nut -vf scale=640:480,setsar=1 ega_screen_scaled.nut
  565. ffmpeg -i ega_screen.nut -vf setdar=4/3 ega_screen_anamorphic.nut
  566. ffmpeg -i ega_screen.nut -aspect 4/3 -c copy ega_screen_overridden.nut
  567. </pre></div>
  568. <p><a name="background-task"></a>
  569. </p><a name="How-do-I-run-ffmpeg-as-a-background-task_003f"></a>
  570. <h2 class="section"><a href="faq.html#toc-How-do-I-run-ffmpeg-as-a-background-task_003f">3.19 How do I run ffmpeg as a background task?</a></h2>
  571. <p>ffmpeg normally checks the console input, for entries like &quot;q&quot; to stop
  572. and &quot;?&quot; to give help, while performing operations. ffmpeg does not have a way of
  573. detecting when it is running as a background task.
  574. When it checks the console input, that can cause the process running ffmpeg
  575. in the background to suspend.
  576. </p>
  577. <p>To prevent those input checks, allowing ffmpeg to run as a background task,
  578. use the <a href="ffmpeg.html#stdin-option"><code>-nostdin</code> option</a>
  579. in the ffmpeg invocation. This is effective whether you run ffmpeg in a shell
  580. or invoke ffmpeg in its own process via an operating system API.
  581. </p>
  582. <p>As an alternative, when you are running ffmpeg in a shell, you can redirect
  583. standard input to <code>/dev/null</code> (on Linux and macOS)
  584. or <code>NUL</code> (on Windows). You can do this redirect either
  585. on the ffmpeg invocation, or from a shell script which calls ffmpeg.
  586. </p>
  587. <p>For example:
  588. </p>
  589. <div class="example">
  590. <pre class="example">ffmpeg -nostdin -i INPUT OUTPUT
  591. </pre></div>
  592. <p>or (on Linux, macOS, and other UNIX-like shells):
  593. </p>
  594. <div class="example">
  595. <pre class="example">ffmpeg -i INPUT OUTPUT &lt;/dev/null
  596. </pre></div>
  597. <p>or (on Windows):
  598. </p>
  599. <div class="example">
  600. <pre class="example">ffmpeg -i INPUT OUTPUT &lt;NUL
  601. </pre></div>
  602. <a name="How-do-I-prevent-ffmpeg-from-suspending-with-a-message-like-suspended-_0028tty-output_0029_003f"></a>
  603. <h2 class="section"><a href="faq.html#toc-How-do-I-prevent-ffmpeg-from-suspending-with-a-message-like-suspended-_0028tty-output_0029_003f">3.20 How do I prevent ffmpeg from suspending with a message like <em>suspended (tty output)</em>?</a></h2>
  604. <p>If you run ffmpeg in the background, you may find that its process suspends.
  605. There may be a message like <em>suspended (tty output)</em>. The question is how
  606. to prevent the process from being suspended.
  607. </p>
  608. <p>For example:
  609. </p>
  610. <div class="example">
  611. <pre class="example">% ffmpeg -i INPUT OUTPUT &amp;&gt; ~/tmp/log.txt &amp;
  612. [1] 93352
  613. %
  614. [1] + suspended (tty output) ffmpeg -i INPUT OUTPUT &amp;&gt;
  615. </pre></div>
  616. <p>The message &quot;tty output&quot; notwithstanding, the problem here is that
  617. ffmpeg normally checks the console input when it runs. The operating system
  618. detects this, and suspends the process until you can bring it to the
  619. foreground and attend to it.
  620. </p>
  621. <p>The solution is to use the right techniques to tell ffmpeg not to consult
  622. console input. You can use the
  623. <a href="ffmpeg.html#stdin-option"><code>-nostdin</code> option</a>,
  624. or redirect standard input with <code>&lt; /dev/null</code>.
  625. See FAQ
  626. <a href="#background-task"><em>How do I run ffmpeg as a background task?</em></a>
  627. for details.
  628. </p>
  629. <a name="Development"></a>
  630. <h1 class="chapter"><a href="faq.html#toc-Development">4 Development</a></h1>
  631. <a name="Are-there-examples-illustrating-how-to-use-the-FFmpeg-libraries_002c-particularly-libavcodec-and-libavformat_003f"></a>
  632. <h2 class="section"><a href="faq.html#toc-Are-there-examples-illustrating-how-to-use-the-FFmpeg-libraries_002c-particularly-libavcodec-and-libavformat_003f">4.1 Are there examples illustrating how to use the FFmpeg libraries, particularly libavcodec and libavformat?</a></h2>
  633. <p>Yes. Check the &lsquo;<tt>doc/examples</tt>&rsquo; directory in the source
  634. repository, also available online at:
  635. <a href="https://github.com/FFmpeg/FFmpeg/tree/master/doc/examples">https://github.com/FFmpeg/FFmpeg/tree/master/doc/examples</a>.
  636. </p>
  637. <p>Examples are also installed by default, usually in
  638. <code>$PREFIX/share/ffmpeg/examples</code>.
  639. </p>
  640. <p>Also you may read the Developers Guide of the FFmpeg documentation. Alternatively,
  641. examine the source code for one of the many open source projects that
  642. already incorporate FFmpeg at (<a href="projects.html">projects.html</a>).
  643. </p>
  644. <a name="Can-you-support-my-C-compiler-XXX_003f"></a>
  645. <h2 class="section"><a href="faq.html#toc-Can-you-support-my-C-compiler-XXX_003f">4.2 Can you support my C compiler XXX?</a></h2>
  646. <p>It depends. If your compiler is C99-compliant, then patches to support
  647. it are likely to be welcome if they do not pollute the source code
  648. with <code>#ifdef</code>s related to the compiler.
  649. </p>
  650. <a name="Is-Microsoft-Visual-C_002b_002b-supported_003f"></a>
  651. <h2 class="section"><a href="faq.html#toc-Is-Microsoft-Visual-C_002b_002b-supported_003f">4.3 Is Microsoft Visual C++ supported?</a></h2>
  652. <p>Yes. Please see the <a href="platform.html">Microsoft Visual C++</a>
  653. section in the FFmpeg documentation.
  654. </p>
  655. <a name="Can-you-add-automake_002c-libtool-or-autoconf-support_003f"></a>
  656. <h2 class="section"><a href="faq.html#toc-Can-you-add-automake_002c-libtool-or-autoconf-support_003f">4.4 Can you add automake, libtool or autoconf support?</a></h2>
  657. <p>No. These tools are too bloated and they complicate the build.
  658. </p>
  659. <a name="Why-not-rewrite-FFmpeg-in-object_002doriented-C_002b_002b_003f"></a>
  660. <h2 class="section"><a href="faq.html#toc-Why-not-rewrite-FFmpeg-in-object_002doriented-C_002b_002b_003f">4.5 Why not rewrite FFmpeg in object-oriented C++?</a></h2>
  661. <p>FFmpeg is already organized in a highly modular manner and does not need to
  662. be rewritten in a formal object language. Further, many of the developers
  663. favor straight C; it works for them. For more arguments on this matter,
  664. read <a href="https://web.archive.org/web/20111004021423/http://kernel.org/pub/linux/docs/lkml/#s15">&quot;Programming Religion&quot;</a>.
  665. </p>
  666. <a name="Why-are-the-ffmpeg-programs-devoid-of-debugging-symbols_003f"></a>
  667. <h2 class="section"><a href="faq.html#toc-Why-are-the-ffmpeg-programs-devoid-of-debugging-symbols_003f">4.6 Why are the ffmpeg programs devoid of debugging symbols?</a></h2>
  668. <p>The build process creates <code>ffmpeg_g</code>, <code>ffplay_g</code>, etc. which
  669. contain full debug information. Those binaries are stripped to create
  670. <code>ffmpeg</code>, <code>ffplay</code>, etc. If you need the debug information, use
  671. the *_g versions.
  672. </p>
  673. <a name="I-do-not-like-the-LGPL_002c-can-I-contribute-code-under-the-GPL-instead_003f"></a>
  674. <h2 class="section"><a href="faq.html#toc-I-do-not-like-the-LGPL_002c-can-I-contribute-code-under-the-GPL-instead_003f">4.7 I do not like the LGPL, can I contribute code under the GPL instead?</a></h2>
  675. <p>Yes, as long as the code is optional and can easily and cleanly be placed
  676. under #if CONFIG_GPL without breaking anything. So, for example, a new codec
  677. or filter would be OK under GPL while a bug fix to LGPL code would not.
  678. </p>
  679. <a name="I_0027m-using-FFmpeg-from-within-my-C-application-but-the-linker-complains-about-missing-symbols-from-the-libraries-themselves_002e"></a>
  680. <h2 class="section"><a href="faq.html#toc-I_0027m-using-FFmpeg-from-within-my-C-application-but-the-linker-complains-about-missing-symbols-from-the-libraries-themselves_002e">4.8 I&rsquo;m using FFmpeg from within my C application but the linker complains about missing symbols from the libraries themselves.</a></h2>
  681. <p>FFmpeg builds static libraries by default. In static libraries, dependencies
  682. are not handled. That has two consequences. First, you must specify the
  683. libraries in dependency order: <code>-lavdevice</code> must come before
  684. <code>-lavformat</code>, <code>-lavutil</code> must come after everything else, etc.
  685. Second, external libraries that are used in FFmpeg have to be specified too.
  686. </p>
  687. <p>An easy way to get the full list of required libraries in dependency order
  688. is to use <code>pkg-config</code>.
  689. </p>
  690. <div class="example">
  691. <pre class="example">c99 -o program program.c $(pkg-config --cflags --libs libavformat libavcodec)
  692. </pre></div>
  693. <p>See &lsquo;<tt>doc/example/Makefile</tt>&rsquo; and &lsquo;<tt>doc/example/pc-uninstalled</tt>&rsquo; for
  694. more details.
  695. </p>
  696. <a name="I_0027m-using-FFmpeg-from-within-my-C_002b_002b-application-but-the-linker-complains-about-missing-symbols-which-seem-to-be-available_002e"></a>
  697. <h2 class="section"><a href="faq.html#toc-I_0027m-using-FFmpeg-from-within-my-C_002b_002b-application-but-the-linker-complains-about-missing-symbols-which-seem-to-be-available_002e">4.9 I&rsquo;m using FFmpeg from within my C++ application but the linker complains about missing symbols which seem to be available.</a></h2>
  698. <p>FFmpeg is a pure C project, so to use the libraries within your C++ application
  699. you need to explicitly state that you are using a C library. You can do this by
  700. encompassing your FFmpeg includes using <code>extern &quot;C&quot;</code>.
  701. </p>
  702. <p>See <a href="http://www.parashift.com/c++-faq-lite/mixing-c-and-cpp.html#faq-32.3">http://www.parashift.com/c++-faq-lite/mixing-c-and-cpp.html#faq-32.3</a>
  703. </p>
  704. <a name="I_0027m-using-libavutil-from-within-my-C_002b_002b-application-but-the-compiler-complains-about-_0027UINT64_005fC_0027-was-not-declared-in-this-scope"></a>
  705. <h2 class="section"><a href="faq.html#toc-I_0027m-using-libavutil-from-within-my-C_002b_002b-application-but-the-compiler-complains-about-_0027UINT64_005fC_0027-was-not-declared-in-this-scope">4.10 I&rsquo;m using libavutil from within my C++ application but the compiler complains about &rsquo;UINT64_C&rsquo; was not declared in this scope</a></h2>
  706. <p>FFmpeg is a pure C project using C99 math features, in order to enable C++
  707. to use them you have to append -D__STDC_CONSTANT_MACROS to your CXXFLAGS
  708. </p>
  709. <a name="I-have-a-file-in-memory-_002f-a-API-different-from-_002aopen_002f_002aread_002f-libc-how-do-I-use-it-with-libavformat_003f"></a>
  710. <h2 class="section"><a href="faq.html#toc-I-have-a-file-in-memory-_002f-a-API-different-from-_002aopen_002f_002aread_002f-libc-how-do-I-use-it-with-libavformat_003f">4.11 I have a file in memory / a API different from *open/*read/ libc how do I use it with libavformat?</a></h2>
  711. <p>You have to create a custom AVIOContext using <code>avio_alloc_context</code>,
  712. see &lsquo;<tt>libavformat/aviobuf.c</tt>&rsquo; in FFmpeg and &lsquo;<tt>libmpdemux/demux_lavf.c</tt>&rsquo; in MPlayer or MPlayer2 sources.
  713. </p>
  714. <a name="Where-is-the-documentation-about-ffv1_002c-msmpeg4_002c-asv1_002c-4xm_003f"></a>
  715. <h2 class="section"><a href="faq.html#toc-Where-is-the-documentation-about-ffv1_002c-msmpeg4_002c-asv1_002c-4xm_003f">4.12 Where is the documentation about ffv1, msmpeg4, asv1, 4xm?</a></h2>
  716. <p>see <a href="https://www.ffmpeg.org/~michael/">https://www.ffmpeg.org/~michael/</a>
  717. </p>
  718. <a name="How-do-I-feed-H_002e263_002dRTP-_0028and-other-codecs-in-RTP_0029-to-libavcodec_003f"></a>
  719. <h2 class="section"><a href="faq.html#toc-How-do-I-feed-H_002e263_002dRTP-_0028and-other-codecs-in-RTP_0029-to-libavcodec_003f">4.13 How do I feed H.263-RTP (and other codecs in RTP) to libavcodec?</a></h2>
  720. <p>Even if peculiar since it is network oriented, RTP is a container like any
  721. other. You have to <em>demux</em> RTP before feeding the payload to libavcodec.
  722. In this specific case please look at RFC 4629 to see how it should be done.
  723. </p>
  724. <a name="AVStream_002er_005fframe_005frate-is-wrong_002c-it-is-much-larger-than-the-frame-rate_002e"></a>
  725. <h2 class="section"><a href="faq.html#toc-AVStream_002er_005fframe_005frate-is-wrong_002c-it-is-much-larger-than-the-frame-rate_002e">4.14 AVStream.r_frame_rate is wrong, it is much larger than the frame rate.</a></h2>
  726. <p><code>r_frame_rate</code> is NOT the average frame rate, it is the smallest frame rate
  727. that can accurately represent all timestamps. So no, it is not
  728. wrong if it is larger than the average!
  729. For example, if you have mixed 25 and 30 fps content, then <code>r_frame_rate</code>
  730. will be 150 (it is the least common multiple).
  731. If you are looking for the average frame rate, see <code>AVStream.avg_frame_rate</code>.
  732. </p>
  733. <a name="Why-is-make-fate-not-running-all-tests_003f"></a>
  734. <h2 class="section"><a href="faq.html#toc-Why-is-make-fate-not-running-all-tests_003f">4.15 Why is <code>make fate</code> not running all tests?</a></h2>
  735. <p>Make sure you have the fate-suite samples and the <code>SAMPLES</code> Make variable
  736. or <code>FATE_SAMPLES</code> environment variable or the <code>--samples</code>
  737. <code>configure</code> option is set to the right path.
  738. </p>
  739. <a name="Why-is-make-fate-not-finding-the-samples_003f"></a>
  740. <h2 class="section"><a href="faq.html#toc-Why-is-make-fate-not-finding-the-samples_003f">4.16 Why is <code>make fate</code> not finding the samples?</a></h2>
  741. <p>Do you happen to have a <code>~</code> character in the samples path to indicate a
  742. home directory? The value is used in ways where the shell cannot expand it,
  743. causing FATE to not find files. Just replace <code>~</code> by the full path.
  744. </p>
  745. </div>
  746. </body>
  747. </html>