TheRitik 0 Posted December 22, 2024 Posted December 22, 2024 "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!"
softworkz 5067 Posted December 24, 2024 Posted December 24, 2024 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now