Jump to content

How to Get Error Timestamps in FFmpeg?


Recommended Posts

Posted

"I'm using the following command to detect errors in a media file:
ffmpeg -v error -i 'filename' -codec copy -f null -

While it shows errors, it doesn't include the timestamps when they occur. Is there a way to modify this command or use a different approach to include timestamps for each error? Thanks in advance!"

 

 

 

image.png

Posted
On 12/22/2024 at 10:53 AM, TheRitik said:

"I'm using the following command to detect errors in a media file:
ffmpeg -v error -i 'filename' -codec copy -f null -

While it shows errors, it doesn't include the timestamps when they occur. Is there a way to modify this command or use a different approach to include timestamps for each error? Thanks in advance!"

No. You cannot change the messages you see. You can only increase the loglevel to debug or even trace. Then you may see timestamps but the output is huge and you need to deal with that amount of information in some way.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...