ubuntuusers.de

ATRAC3+ (Sony MD-Player-Format) Decoding/converting nach wave

Status: Gelöst | Ubuntu-Version: Xubuntu 14.04 (Trusty Tahr)
Antworten |

rimatheou

Anmeldungsdatum:
1. Oktober 2009

Beiträge: 434

Wohnort: München

Hallo allerseits,

libav-tools ist installiert.

libavcodec-extra libavcodec-extra-54 libavdevice-extra-53 libavformat-extra-54 libavutil-extra-52 libswscale-extra-2 ist ebenso installiert, siehe https://wiki.ubuntuusers.de/Libav/.

$ avplay -codecs
...
..A.L. atrac3p              Sony ATRAC3+ # Was heißt L.? Decoding + encoding nicht möglich
D.A.L. atrac1               Atrac 1 (Adaptive TRansform Acoustic Coding)
... 

und

$ avplay Track07.oma
avplay version 9.18-6:9.18-0ubuntu0.14.04.1, Copyright (c) 2003-2014 the Libav developers
  built on Mar 16 2015 13:19:10 with gcc 4.8 (Ubuntu 4.8.2-19ubuntu1)
[oma @ 0x7ff1cc005be0] Format detected only with low score of 25, misdetection possible!
[oma @ 0x7ff1cc005be0] Unsupported codec ATRAC3+!
[oma @ 0x7ff1cc005be0] Estimating duration from bitrate, this may be inaccurate
Input #0, oma, from 'Track07.oma':
  Duration: 00:18:54.57, start: 0.000000, bitrate: 512 kb/s
    Stream #0.0: Audio: [1][0][0][0] / 0x0001, 44100 Hz, 2 channels, 512 kb/s
Track07.oma: could not open codecs
1461491517.45 A-V:  0.000 s:0.0 aq=    0KB vq=    0KB sq=    0B f=0/0 

und

$ avplay -version
avplay version 9.18-6:9.18-0ubuntu0.14.04.1, Copyright (c) 2003-2014 the Libav developers
  built on Mar 16 2015 13:19:10 with gcc 4.8 (Ubuntu 4.8.2-19ubuntu1)
avplay 9.18-6:9.18-0ubuntu0.14.04.1
libavutil     52.  3. 0 / 52.  3. 0
libavcodec    54. 35. 0 / 54. 35. 0
libavformat   54. 20. 4 / 54. 20. 4
libavdevice   53.  2. 0 / 53.  2. 0
libavfilter    3.  3. 0 /  3.  3. 0
libavresample  1.  0. 1 /  1.  0. 1
libswscale     2.  1. 1 /  2.  1. 1

Hier hätte ich noch einen Link: Patchwork: Add ATRAC3+ und diesen zur Information: http://wiki.multimedia.cx/index.php?title=ATRAC3plus. Ich kann damit aber nur herzlich wenig anfangen.

Ich würde gerne iwie die .oma-Dateien abspielen können und dann nach .wav (! und nicht mp3 o.ä.) konvertieren (für alte CD-Player tauglich).

.oma gehört zu ATRAC3+

Mit dem vlc-Player kann ich sie nicht abspielen, das war die erste Anlaufstelle

[mp3 @ 0x7fabe0c2adc0] Header missing

. Rhythmbox geht garnicht.

Gibt es noch irgendeine Bibliothek, die ich noch installieren kann?

Eigentlich müsste ATRAC3+ drin sein: https://en.wikipedia.org/wiki/Libavcodec#Implemented_audio_codecs.

Bin für kompetente Hilfe danbar!!!

Viele Grüße

rima

MisterIgo

Anmeldungsdatum:
23. April 2009

Beiträge: 947

rimatheou schrieb:

$ avplay -codecs
...
..A.L. atrac3p              Sony ATRAC3+ # Was heißt L.? Decoding + encoding nicht möglich
D.A.L. atrac1               Atrac 1 (Adaptive TRansform Acoustic Coding)
... 

Weiter oben in der gleichen Ausgabe findest du:

Codecs:
 D..... = Decoding supported
 .E.... = Encoding supported
 ..V... = Video codec
 ..A... = Audio codec
 ..S... = Subtitle codec
 ...I.. = Intra frame-only codec
 ....L. = Lossy compression
 .....S = Lossless compression
 -------
...

rimatheou schrieb:

und

$ avplay Track07.oma
avplay version 9.18-6:9.18-0ubuntu0.14.04.1, Copyright (c) 2003-2014 the Libav developers
  built on Mar 16 2015 13:19:10 with gcc 4.8 (Ubuntu 4.8.2-19ubuntu1)
[oma @ 0x7ff1cc005be0] Format detected only with low score of 25, misdetection possible!
[oma @ 0x7ff1cc005be0] Unsupported codec ATRAC3+!
[oma @ 0x7ff1cc005be0] Estimating duration from bitrate, this may be inaccurate
Input #0, oma, from 'Track07.oma':
  Duration: 00:18:54.57, start: 0.000000, bitrate: 512 kb/s
    Stream #0.0: Audio: [1][0][0][0] / 0x0001, 44100 Hz, 2 channels, 512 kb/s
Track07.oma: could not open codecs
1461491517.45 A-V:  0.000 s:0.0 aq=    0KB vq=    0KB sq=    0B f=0/0 

Bei meinem FFmpeg sieht die Ausgabe so aus:

 D.A.L. atrac1               ATRAC1 (Adaptive TRansform Acoustic Coding)
 D.A.L. atrac3               ATRAC3 (Adaptive TRansform Acoustic Coding 3)
 D.A.L. atrac3p              ATRAC3+ (Adaptive TRansform Acoustic Coding 3+) (decoders: atrac3plus )

Außerdem:

$ ffplay Downloads/at3p_sample5.oma 
ffplay version N-79596-g3843334 Copyright (c) 2003-2016 the FFmpeg developers
  built with gcc 4.9.3 (Gentoo 4.9.3 p1.2, pie-0.6.3)
  configuration: ...
[oma @ 0x7f083c000a60] Estimating duration from bitrate, this may be inaccurate
Input #0, oma, from 'Downloads/at3p_sample5.oma':
  Duration: 00:00:10.31, start: 0.000000, bitrate: 256 kb/s
    Stream #0:0: Audio: atrac3p ([1][0][0][0] / 0x0001), 44100 Hz, stereo, fltp, 256 kb/s
   1.95 M-A: -0.000 fd=   0 aq=   40KB vq=    0KB sq=    0B f=0/0

Eventuell hat LibAV den Codec noch nicht / nicht mehr. Ich würde vorschlagen, du probierst FFmpeg aus.

rimatheou schrieb:

Ich würde gerne iwie die .oma-Dateien abspielen können und dann nach .wav (! und nicht mp3 o.ä.) konvertieren (für alte CD-Player tauglich).

Die Nachverarbeitung ist egal. Sobald du die dekodieren/abspielen kannst, kannst du sie in jedes beliebige andere Audioformat umwandeln.

rimatheou

(Themenstarter)

Anmeldungsdatum:
1. Oktober 2009

Beiträge: 434

Wohnort: München

Mission accomplished.

  1. Auf 16.04 upgegradet

2. Mit ffmpeg klappt alles wunderbar

$ ffmpeg -codecs
...
D.A.L. atrac1               ATRAC1 (Adaptive TRansform Acoustic Coding)
 D.A.L. atrac3               ATRAC3 (Adaptive TRansform Acoustic Coding 3)
 D.A.L. atrac3p              ATRAC3+ (Adaptive TRansform Acoustic Coding 3+) (decoders: atrac3plus )
...

Vielen Dank! Hier hast Du mir zu dem Thema schon mal geholfen. Scheint so, als wäre das damals im Sande verlaufen, weil ich etwas überfordert war.

Antworten |