Giter VIP home page Giter VIP logo

Comments (3)

epicEaston197 avatar epicEaston197 commented on August 12, 2024

unfortunately I think MP3 is a closed format if it wasn't I think they would import as normal audio clips

from neospublic.

kazu0617 avatar kazu0617 commented on August 12, 2024

unfortunately I think MP3 is a closed format if it wasn't I think they would import as normal audio clips

ffmpeg can convert from mp3 to other format if download original.
https://ffmpeg.org/ffmpeg-codecs.html#libmp3lame

for example:

D:\Application\ffmpeg-N-99847-gcfdddec0c8-win64-lgpl-vulkan\bin>ffmpeg -i "C:\Users\kazu\Music\どーっちどっちの歌 The Complete Album\どーっちどっちの歌 Original.mp3" "どーっちどっちの歌 Original.ogg"
ffmpeg version N-99847-gcfdddec0c8 Copyright (c) 2000-2020 the FFmpeg developers
  built with gcc 9.3-win32 (GCC) 20200320
  configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-w64-mingw32- --arch=x86_64 --target-os=mingw32 --enable-version3 --disable-debug --enable-iconv --enable-zlib --enable-libxml2 --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-opencl --enable-libvmaf --enable-vulkan --enable-libvorbis --enable-amf --enable-libaom --disable-avisynth --enable-libdav1d --disable-libdavs2 --enable-ffnvcodec --enable-cuda-llvm --enable-libglslang --enable-libass --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvpx --enable-libwebp --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-librav1e --disable-librubberband --enable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --disable-libvidstab --disable-libx264 --disable-libx265 --disable-libxavs2 --disable-libxvid --enable-libzimg --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-libs=-lgomp
  libavutil      56. 60.100 / 56. 60.100
  libavcodec     58.112.101 / 58.112.101
  libavformat    58. 64.100 / 58. 64.100
  libavdevice    58. 11.102 / 58. 11.102
  libavfilter     7. 88.102 /  7. 88.102
  libswscale      5.  8.100 /  5.  8.100
  libswresample   3.  8.100 /  3.  8.100
Input #0, mp3, from 'C:\Users\kazu\Music\どーっちどっちの歌 The Complete Album\どーっちどっちの歌 Original.mp3':
  Metadata:
    encoder         : LAME 64bits version 3.98.2 (http://www.mp3dev.org/)
    TIT3            : Original
    track           : 1
    album           : どーっちどっちの歌 The Complete Album
    title           : どーっちどっちの歌
    composer        : くみゆき進
    artist          : 百鬼あやめ
  Duration: 00:00:43.86, start: 0.025057, bitrate: 128 kb/s
    Stream #0:0: Audio: mp3, 44100 Hz, stereo, fltp, 127 kb/s
    Metadata:
      encoder         : LAME3.98r
Stream mapping:
  Stream #0:0 -> #0:0 (mp3 (mp3float) -> vorbis (libvorbis))
Press [q] to stop, [?] for help
Output #0, ogg, to 'どーっちどっちの歌 Original.ogg':
  Metadata:
    artist          : 百鬼あやめ
    TIT3            : Original
    track           : 1
    album           : どーっちどっちの歌 The Complete Album
    title           : どーっちどっちの歌
    composer        : くみゆき進
    encoder         : Lavf58.64.100
    Stream #0:0: Audio: vorbis (libvorbis), 44100 Hz, stereo, fltp
    Metadata:
      encoder         : Lavc58.112.101 libvorbis
      artist          : 百鬼あやめ
      TIT3            : Original
      TRACKNUMBER     : 1
      album           : どーっちどっちの歌 The Complete Album
      title           : どーっちどっちの歌
      composer        : くみゆき進
size=     508kB time=00:00:43.81 bitrate=  94.9kbits/s speed=67.4x
video:0kB audio:499kB subtitle:0kB other streams:0kB global headers:4kB muxing overhead: 1.815208%

D:\Application\ffmpeg-N-99847-gcfdddec0c8-win64-lgpl-vulkan\bin>explorer .

D:\Application\ffmpeg-N-99847-gcfdddec0c8-win64-lgpl-vulkan\bin>ffmpeg -i "C:\Users\kazu\Music\どーっちどっちの歌 The Complete Album\どーっちどっちの歌 Original.mp3" "どーっちどっちの歌 Original.flac"
ffmpeg version N-99847-gcfdddec0c8 Copyright (c) 2000-2020 the FFmpeg developers
  built with gcc 9.3-win32 (GCC) 20200320
  configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-w64-mingw32- --arch=x86_64 --target-os=mingw32 --enable-version3 --disable-debug --enable-iconv --enable-zlib --enable-libxml2 --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-opencl --enable-libvmaf --enable-vulkan --enable-libvorbis --enable-amf --enable-libaom --disable-avisynth --enable-libdav1d --disable-libdavs2 --enable-ffnvcodec --enable-cuda-llvm --enable-libglslang --enable-libass --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvpx --enable-libwebp --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-librav1e --disable-librubberband --enable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libsvtav1 --enable-libtwolame --enable-libuavs3d --disable-libvidstab --disable-libx264 --disable-libx265 --disable-libxavs2 --disable-libxvid --enable-libzimg --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-libs=-lgomp
  libavutil      56. 60.100 / 56. 60.100
  libavcodec     58.112.101 / 58.112.101
  libavformat    58. 64.100 / 58. 64.100
  libavdevice    58. 11.102 / 58. 11.102
  libavfilter     7. 88.102 /  7. 88.102
  libswscale      5.  8.100 /  5.  8.100
  libswresample   3.  8.100 /  3.  8.100
Input #0, mp3, from 'C:\Users\kazu\Music\どーっちどっちの歌 The Complete Album\どーっちどっちの歌 Original.mp3':
  Metadata:
    encoder         : LAME 64bits version 3.98.2 (http://www.mp3dev.org/)
    TIT3            : Original
    track           : 1
    album           : どーっちどっちの歌 The Complete Album
    title           : どーっちどっちの歌
    composer        : くみゆき進
    artist          : 百鬼あやめ
  Duration: 00:00:43.86, start: 0.025057, bitrate: 128 kb/s
    Stream #0:0: Audio: mp3, 44100 Hz, stereo, fltp, 127 kb/s
    Metadata:
      encoder         : LAME3.98r
Stream mapping:
  Stream #0:0 -> #0:0 (mp3 (mp3float) -> flac (native))
Press [q] to stop, [?] for help
[flac @ 0000016d01a6a940] encoding as 24 bits-per-sample
Output #0, flac, to 'どーっちどっちの歌 Original.flac':
  Metadata:
    artist          : 百鬼あやめ
    TIT3            : Original
    TRACKNUMBER     : 1
    album           : どーっちどっちの歌 The Complete Album
    title           : どーっちどっちの歌
    composer        : くみゆき進
    encoder         : Lavf58.64.100
    Stream #0:0: Audio: flac, 44100 Hz, stereo, s32 (24 bit), 128 kb/s
    Metadata:
      encoder         : Lavc58.112.101 flac
size=    6348kB time=00:00:43.83 bitrate=1186.3kbits/s speed= 269x
video:0kB audio:6339kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.130465%

from neospublic.

dfgHiatus avatar dfgHiatus commented on August 12, 2024

I have a mod that does this: https://github.com/dfgHiatus/FFMpegNeos

from neospublic.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.