Skip to content
Advertisement

Extract the time of the video with ffmpeg in Ubuntu

I am using Ubuntu 14.04.5 LTS 32 bit and ffmpeg to extract the time of a video.

In Windows 10 the command works:

JavaScript

In Linux ffmpeg returns the error in red:

At least one output file must be specified

The error complete is here:

JavaScript

How can I fix this problem?

Advertisement

Answer

Use

JavaScript

Or you could just use ffprobe

JavaScript
User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement