Top "Ffprobe" questions

ffprobe gathers information from multimedia streams and prints it in human- and machine-readable fashion.

ffprobe or avprobe not found. Please install one

i want to add tags to mp3 converted by youtube-dl & ffmpeg : youtube-dl -o '/Output/qpgTC9MDx1o.mp3…

youtube ffmpeg centos ffprobe
Python accessing data in JSON object

so I do this in my script: import json info = json.loads(get_info()) print info Which outputs: richard@richard-desktop:~/…

python json ffprobe
Getting video dimension / resolution / width x height from ffmpeg

How would I get the height and width of a video from ffmpeg's information output. For example, with the following …

video ffmpeg ffprobe
ffmpeg command line write output to a text file

I'm using this script for shot detection in ffmpeg. ffprobe -show_frames -of compact=p=0 -f lavfi "movie=test.mp4,…

ffmpeg output ffprobe
Using FFMPEG: How to do a Scene Change Detection? with timecode?

Based on this article it seems that it is possible to use FFMPEG to detect scene change in videos: http://…

video ffmpeg ffprobe
How to extract audio with youtube-dl on Windows

I want to extract audio from a video downloaded with youtube-dl on Windows. I got youtube-dl working, but am unable …

python windows ffmpeg ffprobe youtube-dl
Getting FFProbe Information With Python

I've been attempting to figure this out for forever now (I'm new to programming) and I can't figure it out. …

python ffmpeg ffprobe
Find if video file has audio present in it

I'm trying to figure out if a video has audio present in it so as to extract the mp3 using …

audio video ffmpeg ffprobe avprobe
How to find duration of a video file using mediainfo in seconds or other formats?

How can I find duration of a video file in miliseconds i.e. in integer in deterministic way. I have …

video ffmpeg multimedia ffprobe mediainfo
Getting metadata for MOV video

I' ve a .MOV video sent by a phone messanger app. Can I retrieve the real creation data of the …

video metadata ffprobe mediainfo