python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How To Asynchronously Check Video File size During Transcoding Process In fluent-ffmpeg
Is there a way during the ffmpeg compression process to determine over various intervals the exact filesize that a video is at?
Such as a method to get current filesize during the process to use when ...
twominds
Votes: 0
Answers: 1
AudioSegment unable to find ffmepg and ffprobe
I am attempting to load an mp3 file in jupyter notebooks using AudioSegment in python. I have already tried following the instructions from this link and this link but I am still running into the foll...
Airdish
Votes: 0
Answers: 0
FFProbe XML XPath
I'm stuck trying to use XPath and pull the variables out of this XML provided by FFProbe.
/ffprobe/streams/codec_type
<?xml version="1.0" encoding="UTF-8"?>
<ffprobe...
user3500099
Votes: 0
Answers: 1
fluent-ffmpeg display_aspect_ratio not changing
Hi everyone i'm trying to resize width and height of certain input with fluent ffmpeg to 768x1366 (basically to show it in vertical mode), so i have to also change its display_aspect_ratio which i hap...
juanmac
Votes: 0
Answers: 1