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
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:

how can i use that value for next command, example:
if $lengthofoutput$ LSS 100 goto end
Thank you,
batch-file video ffmpeg batch-processing
add a comment |
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:

how can i use that value for next command, example:
if $lengthofoutput$ LSS 100 goto end
Thank you,
batch-file video ffmpeg batch-processing
add a comment |
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:

how can i use that value for next command, example:
if $lengthofoutput$ LSS 100 goto end
Thank you,
batch-file video ffmpeg batch-processing
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:

how can i use that value for next command, example:
if $lengthofoutput$ LSS 100 goto end
Thank you,
batch-file video ffmpeg batch-processing
batch-file video ffmpeg batch-processing
edited Mar 8 at 19:44
llogan
47k14108139
47k14108139
asked Mar 8 at 1:47
Mai HuyMai Huy
11
11
add a comment |
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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