Skip to content

Commit 941fcd7

Browse files
authored
Merge pull request #120 from bvc3at/add_workflow_ffprobe
Add ffprobe workflow
2 parents c2734f9 + 8fa6729 commit 941fcd7

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: FFprobe file in json
3+
command: ffprobe -i {{media_file_path}} -show_streams -show_format -print_format json
4+
tags:
5+
- ffprobe
6+
description: Show streams and format of media file in json format using ffprobe
7+
arguments:
8+
- name: media_file_path
9+
description: Path of media file (may be local file path, http url or some other protocols described at https://ffmpeg.org/ffmpeg-protocols.html#Protocols)
10+
source_url: "https://ffmpeg.org/ffprobe.html"
11+
author: tabroot
12+
author_url: "https://github.com/bvc3at"
13+
shells: []

0 commit comments

Comments
 (0)