Use value of video's lengthGetting length of videoFFmpeg error code 254Using ffmpeg ffprobe with Visual C++ffmpeg: Dynamically set output duration based on sliding text widthCMD Batch Variable Won't Save FFprobe Outputgetting frame no and time stamp from a video using ffprobeCount Directory Files then Test Numeric valuesSetting a duration on multiple video's on the same pageHow To Extract The Duration From A Webm Using FFprobesplit the video into five chunks using ffmpeg and batch script

What happens if you are holding an Iron Flask with a demon inside and walk into an Antimagic Field?

Yosemite Fire Rings - What to Expect?

Calculating total slots

Redundant comparison & "if" before assignment

creating a ":KeepCursor" command

How do apertures which seem too large to physically fit work?

System.QueryException unexpected token

Biological Blimps: Propulsion

Add big quotation marks inside my colorbox

Fear of getting stuck on one programming language / technology that is not used in my country

How to cover method return statement in Apex Class?

What is Cash Advance APR?

Can disgust be a key component of horror?

Mixing PEX brands

Mimic lecturing on blackboard, facing audience

How much character growth crosses the line into breaking the character

Does an advisor owe his/her student anything? Will an advisor keep a PhD student only out of pity?

Why "had" in "[something] we would have made had we used [something]"?

Why does a simple loop result in ASYNC_NETWORK_IO waits?

What should you do when eye contact makes your subordinate uncomfortable?

What is the highest possible scrabble score for placing a single tile

Recommended PCB layout understanding - ADM2572 datasheet

Why is the "ls" command showing permissions of files in a FAT32 partition?

What if a revenant (monster) gains fire resistance?



Use value of video's length


Getting length of videoFFmpeg error code 254Using ffmpeg ffprobe with Visual C++ffmpeg: Dynamically set output duration based on sliding text widthCMD Batch Variable Won't Save FFprobe Outputgetting frame no and time stamp from a video using ffprobeCount Directory Files then Test Numeric valuesSetting a duration on multiple video's on the same pageHow To Extract The Duration From A Webm Using FFprobesplit the video into five chunks using ffmpeg and batch script













-1















i use this code to take video's length:



ffprobe -i output.mp4 -show_entries format=duration -v quiet -of csv="p=0"


the result is like this:



enter image description here



how can i use that value for next command, example:



if $lengthofoutput$ LSS 100 goto end


Thank you,










share|improve this question




























    -1















    i use this code to take video's length:



    ffprobe -i output.mp4 -show_entries format=duration -v quiet -of csv="p=0"


    the result is like this:



    enter image description here



    how can i use that value for next command, example:



    if $lengthofoutput$ LSS 100 goto end


    Thank you,










    share|improve this question


























      -1












      -1








      -1








      i use this code to take video's length:



      ffprobe -i output.mp4 -show_entries format=duration -v quiet -of csv="p=0"


      the result is like this:



      enter image description here



      how can i use that value for next command, example:



      if $lengthofoutput$ LSS 100 goto end


      Thank you,










      share|improve this question
















      i use this code to take video's length:



      ffprobe -i output.mp4 -show_entries format=duration -v quiet -of csv="p=0"


      the result is like this:



      enter image description here



      how can i use that value for next command, example:



      if $lengthofoutput$ LSS 100 goto end


      Thank you,







      batch-file video ffmpeg batch-processing






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Mar 8 at 19:44









      llogan

      47k14108139




      47k14108139










      asked Mar 8 at 1:47









      Mai HuyMai Huy

      11




      11






















          0






          active

          oldest

          votes











          Your Answer






          StackExchange.ifUsing("editor", function ()
          StackExchange.using("externalEditor", function ()
          StackExchange.using("snippets", function ()
          StackExchange.snippets.init();
          );
          );
          , "code-snippets");

          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "1"
          ;
          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
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55055587%2fuse-value-of-videos-length%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















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Stack Overflow!


          • 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%2fstackoverflow.com%2fquestions%2f55055587%2fuse-value-of-videos-length%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

          How to get text form Clipboard with JavaScript in Firefox 56?How to validate an email address in JavaScript?How do JavaScript closures work?How do I remove a property from a JavaScript object?How do you get a timestamp in JavaScript?How do I copy to the clipboard in JavaScript?How do I include a JavaScript file in another JavaScript file?Get the current URL with JavaScript?How to replace all occurrences of a string in JavaScriptHow to check whether a string contains a substring in JavaScript?How do I remove a particular element from an array in JavaScript?

          Can't initialize raids on a new ASUS Prime B360M-A motherboard2019 Community Moderator ElectionSimilar to RAID config yet more like mirroring solution?Can't get motherboard serial numberWhy does the BIOS entry point start with a WBINVD instruction?UEFI performance Asus Maximus V Extreme

          List of MPs elected to the English parliament in 1640 (April) Contents List of constituencies and members See also Notes References Navigation menueNational Archives – The Glynde Place ArchivesCobbett's Parliamentary history of England, from the Norman Conquest in 1066 to the year 1803'Aldermen in Parliament', The Aldermen of the City of London: Temp. Henry III – 1912onepage&q&f&#61, false 229