Video got “pressed” after using -map in ffmpegWhat does the video output stream details from ffmpeg...

How can a jailer prevent the Forge Cleric's Artisan's Blessing from being used?

I2C signal and power over long range (10meter cable)

Latex for-and in equation

In Star Trek IV, why did the Bounty go back to a time when whales were already rare?

Who must act to prevent Brexit on March 29th?

How can I raise concerns with a new DM about XP splitting?

What if somebody invests in my application?

Did US corporations pay demonstrators in the German demonstrations against article 13?

Indicating multiple different modes of speech (fantasy language or telepathy)

Why are all the doors on Ferenginar (the Ferengi home world) far shorter than the average Ferengi?

Would it be legal for a US State to ban exports of a natural resource?

Is there an wasy way to program in Tikz something like the one in the image?

Books on the History of math research at European universities

Can I rely on these GitHub repository files?

Can somebody explain Brexit in a few child-proof sentences?

Simple recursive Sudoku solver

Reply ‘no position’ while the job posting is still there (‘HiWi’ position in Germany)

A workplace installs custom certificates on personal devices, can this be used to decrypt HTTPS traffic?

Why are on-board computers allowed to change controls without notifying the pilots?

Calculating the number of days between 2 dates in Excel

How can I successfully establish a nationwide combat training program for a large country?

Invariance of results when scaling explanatory variables in logistic regression, is there a proof?

Can a Gentile theist be saved?

Organic chemistry Iodoform Reaction



Video got “pressed” after using -map in ffmpeg


What does the video output stream details from ffmpeg mean?Set MP4 thumbnailUsing ffmpeg to make a movie from png filesHow does ffmpeg determine individual stream bitrates?FFmpeg: Error when copying subtitle-streams using iFFmpegUsing ffmpeg to split mkv but get a few seconds video lost (cutting between keyframes without re-encoding?)Save DATA streamIssue in streaming to rtmp via ffmpegExtract closed captions (CC) From .mkv file interlaced in video streamFFMPEG merge two videos which don't have any audio













0















Need some help in understanding this problem, and if there's any way to avoid it.



I notice some videos got "pressed" after using ffmpeg, even using a simple -map command.



The original video looks like this:



Proper video image



with the video properties (as captured by vlc):
Stream 0
Codec: H264-MPEG-4 AVC (part 10)(avc1)
Language: English
Type: Video
Video resolution: 718x478
Buffer dimensions: 720x480
Frame rate: 23.976215
Decoded format:
Orientation: Top left
Color primaries: ITU-R BT.601 (525 lines, 60 Hz)
Color transfer function: ITU-R BT.709
Color space: ITU-R BT.601 Range
Chroma location: left



Output from ffmpeg:
Stream #0:0(eng): Video: h264 (High), yuv420p(tv, smpte170m/smpte170m/bt709, progressive), 718x478 [SAR 8:9 DAR 2872:2151], SAR 223:251 DAR 80057:59989, 23.98 fps, 23.98 tbr, 1k tbn, 47.95 tbc (default)



However, after using ffmpeg on the video (to remove an extra subtitle):
ffmpeg -i a.mkv -map 0:v -c:v copy -map 0:a -c:a copy -map 0:2 -c:s copy a1.mkv



The new video (a1.mkv) becomes like this:
"Press video image"



Strange thing is, the video properties remain the same, resolution, scale, etc (based on vlc and ffmpeg output as shown above).



Anyone know why is this and how to avoid it? Is the original video "corrupted" in the first place?



Thanks.



Ekin









share







New contributor




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

























    0















    Need some help in understanding this problem, and if there's any way to avoid it.



    I notice some videos got "pressed" after using ffmpeg, even using a simple -map command.



    The original video looks like this:



    Proper video image



    with the video properties (as captured by vlc):
    Stream 0
    Codec: H264-MPEG-4 AVC (part 10)(avc1)
    Language: English
    Type: Video
    Video resolution: 718x478
    Buffer dimensions: 720x480
    Frame rate: 23.976215
    Decoded format:
    Orientation: Top left
    Color primaries: ITU-R BT.601 (525 lines, 60 Hz)
    Color transfer function: ITU-R BT.709
    Color space: ITU-R BT.601 Range
    Chroma location: left



    Output from ffmpeg:
    Stream #0:0(eng): Video: h264 (High), yuv420p(tv, smpte170m/smpte170m/bt709, progressive), 718x478 [SAR 8:9 DAR 2872:2151], SAR 223:251 DAR 80057:59989, 23.98 fps, 23.98 tbr, 1k tbn, 47.95 tbc (default)



    However, after using ffmpeg on the video (to remove an extra subtitle):
    ffmpeg -i a.mkv -map 0:v -c:v copy -map 0:a -c:a copy -map 0:2 -c:s copy a1.mkv



    The new video (a1.mkv) becomes like this:
    "Press video image"



    Strange thing is, the video properties remain the same, resolution, scale, etc (based on vlc and ffmpeg output as shown above).



    Anyone know why is this and how to avoid it? Is the original video "corrupted" in the first place?



    Thanks.



    Ekin









    share







    New contributor




    Ekin 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








      Need some help in understanding this problem, and if there's any way to avoid it.



      I notice some videos got "pressed" after using ffmpeg, even using a simple -map command.



      The original video looks like this:



      Proper video image



      with the video properties (as captured by vlc):
      Stream 0
      Codec: H264-MPEG-4 AVC (part 10)(avc1)
      Language: English
      Type: Video
      Video resolution: 718x478
      Buffer dimensions: 720x480
      Frame rate: 23.976215
      Decoded format:
      Orientation: Top left
      Color primaries: ITU-R BT.601 (525 lines, 60 Hz)
      Color transfer function: ITU-R BT.709
      Color space: ITU-R BT.601 Range
      Chroma location: left



      Output from ffmpeg:
      Stream #0:0(eng): Video: h264 (High), yuv420p(tv, smpte170m/smpte170m/bt709, progressive), 718x478 [SAR 8:9 DAR 2872:2151], SAR 223:251 DAR 80057:59989, 23.98 fps, 23.98 tbr, 1k tbn, 47.95 tbc (default)



      However, after using ffmpeg on the video (to remove an extra subtitle):
      ffmpeg -i a.mkv -map 0:v -c:v copy -map 0:a -c:a copy -map 0:2 -c:s copy a1.mkv



      The new video (a1.mkv) becomes like this:
      "Press video image"



      Strange thing is, the video properties remain the same, resolution, scale, etc (based on vlc and ffmpeg output as shown above).



      Anyone know why is this and how to avoid it? Is the original video "corrupted" in the first place?



      Thanks.



      Ekin









      share







      New contributor




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












      Need some help in understanding this problem, and if there's any way to avoid it.



      I notice some videos got "pressed" after using ffmpeg, even using a simple -map command.



      The original video looks like this:



      Proper video image



      with the video properties (as captured by vlc):
      Stream 0
      Codec: H264-MPEG-4 AVC (part 10)(avc1)
      Language: English
      Type: Video
      Video resolution: 718x478
      Buffer dimensions: 720x480
      Frame rate: 23.976215
      Decoded format:
      Orientation: Top left
      Color primaries: ITU-R BT.601 (525 lines, 60 Hz)
      Color transfer function: ITU-R BT.709
      Color space: ITU-R BT.601 Range
      Chroma location: left



      Output from ffmpeg:
      Stream #0:0(eng): Video: h264 (High), yuv420p(tv, smpte170m/smpte170m/bt709, progressive), 718x478 [SAR 8:9 DAR 2872:2151], SAR 223:251 DAR 80057:59989, 23.98 fps, 23.98 tbr, 1k tbn, 47.95 tbc (default)



      However, after using ffmpeg on the video (to remove an extra subtitle):
      ffmpeg -i a.mkv -map 0:v -c:v copy -map 0:a -c:a copy -map 0:2 -c:s copy a1.mkv



      The new video (a1.mkv) becomes like this:
      "Press video image"



      Strange thing is, the video properties remain the same, resolution, scale, etc (based on vlc and ffmpeg output as shown above).



      Anyone know why is this and how to avoid it? Is the original video "corrupted" in the first place?



      Thanks.



      Ekin







      video ffmpeg





      share







      New contributor




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










      share







      New contributor




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








      share



      share






      New contributor




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









      asked 6 mins ago









      EkinEkin

      1




      1




      New contributor




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





      New contributor





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






      Ekin 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
          });


          }
          });






          Ekin 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%2f1417567%2fvideo-got-pressed-after-using-map-in-ffmpeg%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








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










          draft saved

          draft discarded


















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













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












          Ekin 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%2f1417567%2fvideo-got-pressed-after-using-map-in-ffmpeg%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...