I am transforming a DX50 file into h265 file
Here is the video info
Duration: 01:13:20.80, start: 0.000000, bitrate: 658 kb/s
Stream #0:0: Video: mpeg4 (DX50 / 0x30355844), yuv420p, 480x360 [SAR 1:1 DAR 4:3], 595 kb/s, 29.97 fps, 29.97 tbr, 29.97 tbn
Stream #0:1: Audio: mp3 (U[0][0][0] / 0x0055), 24000 Hz, stereo, fltp, 56 kb/s
when i transfer it into libx265 using
ffmpeg -i input.avi -c:v libx265 output.mp4
[Attachment 61489 - Click to enlarge]
the mp3float error never stops prompting
what's the error?
+ Reply to Thread
Results 1 to 4 of 4
-
-
iirc this happens if ffmpeg is estimating the duration from bitrate (since the input lags proper headers, or has damaged headers) and durind the audio decoding often read too far ahead, this can but might not cause problems.
a. You could add 'loglevel fatal' to hide the output.
b. Does the input video play without errors when using ffplay?
I am transforming a DX50 file into h265 fileusers currently on my ignore list: deadrats, Stears555, marcorocchini -
-
That sounds like the audio stream is damaged.
If remuxing using mkvtoolnix and/or ffmpeg doesn't help and there is no repair software for it, you can't do anything about it,.. (aside from writing your own repair software or similar)users currently on my ignore list: deadrats, Stears555, marcorocchini
Similar Threads
-
how do i add libx264 and hevc to ffmpeg when i compile ffmpeg for ubuntu 21
By oduodui in forum Newbie / General discussionsReplies: 2Last Post: 17th Jul 2021, 04:12 -
Get the complete FFmpeg command line when using FFmpeg Batch Converter
By pascor in forum Newbie / General discussionsReplies: 8Last Post: 13th May 2021, 23:14 -
[FFMPEG] Is there a way to remove this part that FFMPEG puts in the meta?
By GEOLINK in forum Newbie / General discussionsReplies: 2Last Post: 1st Feb 2021, 17:51 -
VCR's with commercial skip
By snafoo in forum Newbie / General discussionsReplies: 7Last Post: 9th Jan 2021, 17:15 -
skip line
By compras22 in forum Newbie / General discussionsReplies: 1Last Post: 3rd Jun 2020, 12:11