how to avoid writing the metadata on terminal while coverting gif to mp4 using ffmpeg?Rotate MP4 video using...

What favor did Moody owe Dumbledore?

While on vacation my taxi took a longer route, possibly to scam me out of money. How can I deal with this?

Math equation in non italic font

Should Stotras and Mantras be recited aloud?

ERC721: How to get the owned tokens of an address

Is it insecure to send a password in a `curl` command?

Why do passenger jet manufacturers design their planes with stall prevention systems?

Why Choose Less Effective Armour Types?

This word with a lot of past tenses

Are ETF trackers fundamentally better than individual stocks?

What is the relationship between relativity and the Doppler effect?

Did Ender ever learn that he killed Stilson and/or Bonzo?

How to explain that I do not want to visit a country due to personal safety concern?

Relationship between sampajanna definitions in SN 47.2 and SN 47.35

What is the meaning of まっちろけ?

How to get the n-th line after a grepped one?

Do the common programs (for example: "ls", "cat") in Linux and BSD come from the same source code?

What is the adequate fee for a reveal operation?

How to prove the triangle inequality for this metric space

Explaining pyrokinesis powers

Knife as defense against stray dogs

Why does a Star of David appear at a rally with Francisco Franco?

Most cost effective thermostat setting: consistent temperature vs. lowest temperature possible

Is there a symmetric-key algorithm which we can use for creating a signature?



how to avoid writing the metadata on terminal while coverting gif to mp4 using ffmpeg?


Rotate MP4 video using ffmpegHow to place metadata at beginning of MP4 video using ffmpegEmbed AMF metadata into MP4 with ffmpegFFMPEG - How to keep metadata while transcodingHow do I convert MP4 to OGV while still retaining the same quality using FFMPEG?How to stretch the WAV file to the same video length?Restreaming raw data to ffserver gives rc buffer overflow errorUsing ffmpeg, how can I convert an MP4, crop and resize to GIF?ffmpeg image sequence slideshow with fade - missing images?Thumbnail Creation of Output file













0















below command converts well the a.gif into a.mp4.



ffmpeg -i a.gif -y -movflags faststart -pix_fmt yuv420p -vf "scale=trunc(iw/2)*2:trunc(ih/2)*2" a.mp4


but during the process it writes a lot of information on the terminal. I want only a.mp4 file without any metadata information. How should I avoid printing those?enter image description here










share|improve this question







New contributor




user24234 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

























    0















    below command converts well the a.gif into a.mp4.



    ffmpeg -i a.gif -y -movflags faststart -pix_fmt yuv420p -vf "scale=trunc(iw/2)*2:trunc(ih/2)*2" a.mp4


    but during the process it writes a lot of information on the terminal. I want only a.mp4 file without any metadata information. How should I avoid printing those?enter image description here










    share|improve this question







    New contributor




    user24234 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.























      0












      0








      0








      below command converts well the a.gif into a.mp4.



      ffmpeg -i a.gif -y -movflags faststart -pix_fmt yuv420p -vf "scale=trunc(iw/2)*2:trunc(ih/2)*2" a.mp4


      but during the process it writes a lot of information on the terminal. I want only a.mp4 file without any metadata information. How should I avoid printing those?enter image description here










      share|improve this question







      New contributor




      user24234 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      below command converts well the a.gif into a.mp4.



      ffmpeg -i a.gif -y -movflags faststart -pix_fmt yuv420p -vf "scale=trunc(iw/2)*2:trunc(ih/2)*2" a.mp4


      but during the process it writes a lot of information on the terminal. I want only a.mp4 file without any metadata information. How should I avoid printing those?enter image description here







      ffmpeg






      share|improve this question







      New contributor




      user24234 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question







      New contributor




      user24234 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question






      New contributor




      user24234 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 11 mins ago









      user24234user24234

      1




      1




      New contributor




      user24234 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      user24234 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      user24234 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          0






          active

          oldest

          votes











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "3"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });






          user24234 is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1414721%2fhow-to-avoid-writing-the-metadata-on-terminal-while-coverting-gif-to-mp4-using-f%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          user24234 is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          user24234 is a new contributor. Be nice, and check out our Code of Conduct.













          user24234 is a new contributor. Be nice, and check out our Code of Conduct.












          user24234 is a new contributor. Be nice, and check out our Code of Conduct.
















          Thanks for contributing an answer to Super User!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1414721%2fhow-to-avoid-writing-the-metadata-on-terminal-while-coverting-gif-to-mp4-using-f%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          VNC viewer RFB protocol error: bad desktop size 0x0I Cannot Type the Key 'd' (lowercase) in VNC Viewer...

          Tribunal Administrativo e Fiscal de Mirandela Referências Menu de...

          looking for continuous Screen Capture for retroactivly reproducing errors, timeback machineRolling desktop...