-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
converting problem #189
Comments
Try running the command: ffmpeg -i corrupted_video.mp4 -c copy fixed.mp4 |
How to use this? Do i have to rename the corrupted_video.mp4? Because i got this result: Trailing option(s) found in the command: may be ignored. |
Instead of corrupted_video.mp4 put the name of the corrupted video, or rename it |
Thank you. Turns out in termux i have to add /sdcard/Documents/ in front of the video name. Unfortunately, this doesn't fix the problem because the corrupted video already in mp4 format. The output still jumpy with unmatched duration like my original post. |
Follow up: the command above only works for file with flv still in it, for example TK_name_2024.12.30_07-46-16_flv.mp4 Meanwhile my corrupted video already in format like this: TK_name_2024.12.30_07-46-16.mp4 This problem didn't happen in v5.4 |
I can confirm I see problem 1) too, I had a video which is expected to be ~17 minutes long but is reported as 1h long whenever I play with any player. The video is fine up to the ~17 minutes mark, and then a static image is present. The command: does not fixes the issue, even if the encoding shows as encoded only 17 minutes the final file is still reported as 1h long (in the example of the 17 minutes file above). |
Hey, after a couple days using v5.8, i found these problems:
Please help fix this. Thank you.
The text was updated successfully, but these errors were encountered: