What is the best way to check video files downloaded from yt or similar servers to see if they are playable or ok? Do you have a tip for a program that can do this? There are lots of them (here too), but which one is worth recommending according to the experts?
Thanks in advance
Peter
+ Reply to Thread
Results 1 to 3 of 3
-
-
ffmpeg allow that
play your video (before need to download!). if has some defect, you can use this:
Code:ffmpeg -i video.mp4 -c copy output.mp4
if your defect is more serious need re-encoding or also need other app (almost all not free) -
Open the video file with MediaInfo. If MediaInfo reports a complete duration, it is playable then. - According to my experiences.
If you downloaded a corrupted mp4 file, forget repairing
https://forum.videohelp.com/threads/404908-How-to-repair-MP4-files-with-corrupted-frames
You will lose the entire corrupted zone in each case (with or without re-encoding). That might be only 10-15 seconds or much more, depending on the file. And you will have to re-synch the audio with the new, shortened video.
Windows can report a complete duration in corrupted MP4 files, too. That can deceive you. You must look at what MediaInfo says.
Similar Threads
-
How to repair MP4 files with corrupted frames
By ridibunda in forum Video Streaming DownloadingReplies: 21Last Post: 1st Mar 2022, 05:02 -
Please help me to repair this mp4 video
By flashandpan007 in forum Newbie / General discussionsReplies: 0Last Post: 13th Jan 2022, 14:30 -
MP4 repair (AAC audio repair)
By holger123 in forum Newbie / General discussionsReplies: 16Last Post: 5th Jun 2020, 17:47 -
Using FFMPEG to check integrity of video files
By gmc9960 in forum Video ConversionReplies: 5Last Post: 2nd May 2020, 07:27 -
Repair mp4 without reference video
By irenepax in forum RestorationReplies: 1Last Post: 23rd Jul 2018, 13:12