-
Notifications
You must be signed in to change notification settings - Fork 108
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
Part of mp3 is loaded. #433
Comments
Please reopen this issue with libsndfile. |
I have exactly the same issue with different mp3 file, it can only load the first 6 minutes out of full 42 minute audio. Can you please share the issue for libsndfile if the problem is with them? {
"streams": [
{
"index": 0,
"codec_name": "mp3",
"codec_long_name": "MP3 (MPEG audio layer 3)",
"codec_type": "audio",
"codec_tag_string": "[0][0][0][0]",
"codec_tag": "0x0000",
"sample_fmt": "fltp",
"sample_rate": "44100",
"channels": 1,
"channel_layout": "mono",
"bits_per_sample": 0,
"initial_padding": 0,
"r_frame_rate": "0/0",
"avg_frame_rate": "0/0",
"time_base": "1/14112000",
"start_pts": 0,
"start_time": "0.000000",
"duration_ts": 44760393972,
"duration": "3171.796625",
"bit_rate": "64000",
"disposition": {
"default": 0,
"dub": 0,
"original": 0,
"comment": 0,
"lyrics": 0,
"karaoke": 0,
"forced": 0,
"hearing_impaired": 0,
"visual_impaired": 0,
"clean_effects": 0,
"attached_pic": 0,
"timed_thumbnails": 0,
"non_diegetic": 0,
"captions": 0,
"descriptions": 0,
"metadata": 0,
"dependent": 0,
"still_image": 0
}
}
],
"format": {
"filename": ".\\stream.mp3",
"nb_streams": 1,
"nb_programs": 0,
"nb_stream_groups": 0,
"format_name": "mp3",
"format_long_name": "MP2/3 (MPEG audio layer 2/3)",
"start_time": "0.000000",
"duration": "3171.796625",
"size": "25374474",
"bit_rate": "64000",
"probe_score": 50
}
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Whenever I load this specific mp3, only part of it is loaded. I have not been able to replicate this issue with any other file, so I have no idea what the issue really is. Here's the ffprobe output if that could help fixing the issue.
The text was updated successfully, but these errors were encountered: