LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 03-10-2016, 04:47 PM   #1
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,336

Rep: Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930
mplayer -current cant play "some" flac files


Hi , i can play flac files, but not all.

mplayer "file" ..output this.



Quote:
Playing /root/Qbittorrent/Completados/Fleetwood Mac - The Very Best Of (2009) FLAC Soup/Disc 1/01. Monday Morning.flac.
libavformat version 56.40.101 (internal)
Audio only file format detected.
Load subtitles in /root/Qbittorrent/Completados/Fleetwood Mac - The Very Best Of (2009) FLAC Soup/Disc 1/
==========================================================================
Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
libavcodec version 56.60.100 (internal)
ADecoder init failed
ADecoder init failed
Cannot find codec for audio format 0x43614C66.
Audio: no sound
Video: no video


Exiting... (End of file)
mplayer -v
Quote:
MPlayer 1.2.1-5.3.0 (C) 2000-2016 MPlayer Team

in the other hand , have audacity , build against ffmpeg 3.0 , can play this file.

Last edited by USUARIONUEVO; 03-10-2016 at 04:58 PM.
 
Old 03-10-2016, 05:04 PM   #2
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,336

Original Poster
Rep: Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930
Updating , mplayer to 1.3 build against ffmpeg-3.0 ...and .... voila!


Quote:
AC Soup/Disc 1/01. Monday Morning.flac'
MPlayer 1.3.0-5.3.0 (C) 2000-2016 MPlayer Team

Playing /root/Qbittorrent/Completados/Fleetwood Mac - The Very Best Of (2009) FLAC Soup/Disc 1/01. Monday Morning.flac.
libavformat version 57.25.100 (internal)
Audio only file format detected.
Load subtitles in /root/Qbittorrent/Completados/Fleetwood Mac - The Very Best Of (2009) FLAC Soup/Disc 1/
==========================================================================
Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
libavcodec version 57.24.102 (internal)
AUDIO: 44100 Hz, 2 ch, s16le, 1022.7 kbit/72.47% (ratio: 127840->176400)
Selected audio codec: [ffflac] afm: ffmpeg (FFmpeg FLAC audio)
==========================================================================
AO: [sndio] 44100Hz 2ch s16le (2 bytes per sample)
Video: no video
Starting playback...
A: 12.3 (12.2) of 150.0 (02:30.0) 0.6%

mplayer -v
Quote:
MPlayer 1.3.0-5.3.0 (C) 2000-2016 MPlayer Team

Last edited by USUARIONUEVO; 03-10-2016 at 07:54 PM.
 
Old 03-11-2016, 07:21 PM   #3
pomf
LQ Newbie
 
Registered: Jan 2016
Distribution: Slackware
Posts: 7

Rep: Reputation: Disabled
I think a bigger problem is that you seem to be using root for torrenting.
 
1 members found this post helpful.
Old 03-12-2016, 02:00 AM   #4
MadMaverick9
Member
 
Registered: Aug 2010
Posts: 353
Blog Entries: 4

Rep: Reputation: Disabled
The weird thing is that this particular flac file plays fine with ffplay v2.8.6. And MPlayer v1.2.1 is built with ffmpeg v2.8.5. So I don't understand why mplayer is choking on this file.
Code:
bash $ ffplay -vf "scale=640x480" test-01.flac 
ffplay version 2.8.6 Copyright (c) 2003-2016 the FFmpeg developers
  built with gcc 4.7.1 (GCC)
...
Input #0, flac, from 'test-01.flac':
  Metadata:
    TRACKTOTAL      : 17
    track           : 1
    TITLE           : Monday Morning
    ALBUM           : The Very Best of Fleetwood Mac
    ARTIST          : Fleetwood Mac
    GENRE           : Rock
    DISCTOTAL       : 2
    disc            : 1
    COMMENT         : Soup
    RELEASE DATE    : 2009
...
  Duration: 00:02:45.19, start: 0.000000, bitrate: 1022 kb/s
    Stream #0:0: Audio: flac, 44100 Hz, stereo, s16
    Stream #0:1: Video: mjpeg, yuvj420p(pc, bt470bg/unknown/unknown), 3351x2923 [SAR 1:1 DAR 3351:2923], 90k tbr, 90k tbn, 90k tbc
...
So upgrading ffmpeg to v3.0 is not necessarily the right solution. Maybe there is problem with the way the internal ffmpeg is built in MPlayer v1.2.1.
 
Old 03-14-2016, 09:36 PM   #5
MadMaverick9
Member
 
Registered: Aug 2010
Posts: 353
Blog Entries: 4

Rep: Reputation: Disabled
Code:
xap/MPlayer-1.2_20160125-i586-2.txz:  Rebuilt.
  Rebuilt against ffmpeg-2.8.6.
  Force lavf for flac because the native demuxer can't handle embedded album
  art.  As a bonus (or a regression) you'll also get album art if it exists.
Thanks Pat!
 
Old 03-14-2016, 10:01 PM   #6
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,336

Original Poster
Rep: Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930
Yes, solved, but im not want ffmpeg-3.0 , only mplayer internal build with this. :=)

2.8.6 do , well ,then solved.
 
Old 04-12-2016, 11:03 AM   #7
jheengut
Member
 
Registered: Sep 2006
Location: Providence, Moka Mauritius
Distribution: Slackware, Lubuntu
Posts: 352
Blog Entries: 16

Rep: Reputation: 51
Quote:
Originally Posted by pomf View Post
I think a bigger problem is that you seem to be using root for torrenting.
I do not think so.
 
Old 04-12-2016, 11:10 AM   #8
jheengut
Member
 
Registered: Sep 2006
Location: Providence, Moka Mauritius
Distribution: Slackware, Lubuntu
Posts: 352
Blog Entries: 16

Rep: Reputation: 51
what is the output of
Code:
mplayer -ac help
 
Old 04-12-2016, 02:05 PM   #9
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
Quote:
Originally Posted by jheengut View Post
I do not think so.
Are you implying that torrenting should be using root?

You should only escalate privileges when necessary, and with torrenting, root is not necessary.

Quote:
Originally Posted by jheengut View Post
what is the output of
Code:
mplayer -ac help
If you read through the thread, you'd see the issue was resolved when Pat released MPlayer-1.2_20160125.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
"Mplayer play flash streams": how to detect the URL Xeratul Programming 1 01-06-2011 04:45 PM
mplayer show "Your system is too SLOW to play this!" asert Linux - Desktop 1 11-30-2006 10:05 AM
".cam" webcam video -- is there a codec? Can I play it with xine, Mplayer, VLC, ...? ErrorBound Linux - Software 0 07-09-2006 10:44 AM
How can I put "Wave" music files on a AUDIO CD to play in my car? Balarabay1 SUSE / openSUSE 4 05-22-2006 10:19 PM
"How to Play .wmv video files in Linux - FC2" manikantha Linux - Software 3 09-24-2004 04:24 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 06:08 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration