Announcement

Collapse
No announcement yet.

K3b will not create audio CD from wavpack files

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    K3b will not create audio CD from wavpack files

    I have installed k3b-extrathemes, k3b-i18n, normalize-audio, sox, movixmaker-2, libk3b6-extracodecs, vcdimager and I still can't get k3b to read wavpack files,When I installed kubuntu I also installed support for mp3 files,flash,.....


    When I put an wavpack file in k3b this shows up:
    Click image for larger version

Name:	64YxxG0.jpg
Views:	1
Size:	42.2 KB
ID:	648108
    But if I put only an wavpack in it it k3b crashes,but If I first put an flac file then wavpack it only shows the above error "unable to handle the,..."

    I already reported this bug to the bugtracker but It would be great if this can be fixed manually.

    Thanks in advantage.
    Last edited by FractalWheel; Feb 23, 2014, 06:53 AM.

    #2
    look in k3b>settings>programs and see if it "found" transcode if not install it . and try again

    VINNY
    i7 4core HT 8MB L3 2.9GHz
    16GB RAM
    Nvidia GTX 860M 4GB RAM 1152 cuda cores

    Comment


      #3
      Do you have the package wavpack installed? It's in the repositories.
      This package contains an encoder and decoder for wavpack files.
      Windows no longer obstructs my view.
      Using Kubuntu Linux since March 23, 2007.
      "It is a capital mistake to theorize before one has data." - Sherlock Holmes

      Comment


        #4
        Thank you for your replies.I have installed both packages transcode and wavpack but still the same error appears.

        Comment


          #5
          Kubuntu-Restricted-extras and LAME are the only things I add and never have had a problem.

          Comment


            #6
            K3b crashes

            But if I put only an wavpack in it it k3b crashes,...
            The K3b crashing could be the Qt problem with the Kubuntu:

            - https://lists.ubuntu.com/archives/ku...er/007632.html
            - https://lists.ubuntu.com/archives/ku...ry/007857.html
            - https://lists.ubuntu.com/archives/ku...ry/007918.html
            - https://lists.ubuntu.com/archives/ku...ry/007954.html


            At here - testing with the few wv sample files from the : http://wavpack.gl.tter.org/ . The K3b with the Saucy (Qt: 4.8.4) is crashing but the Trusty (Qt: 4.8.5) is not.
            A good place to start: Topic: Top 20 Kubuntu FAQs & Answers
            Searching FAQ's: Google Search 'FAQ from Kubuntuforums'

            Comment


              #7
              K3b WavPack support

              ...wavpack it only shows the above error "unable to handle the,..."

              The K3b doesn't have dedicated WavPack plugin. It is using the K3b FFmpeg plugin.

              The K3b FFmpeg (k3bffmpegwrapper.cpp) has:

              Code:
              ...
              #ifndef K3B_FFMPEG_ALL_CODECS
                      //
                      // only allow tested formats. ffmpeg seems not to be too reliable with every format.
                      // mp3 being one of them sadly. Most importantly: allow the libsndfile decoder to do
                      // its thing.
                      //
                      if( file->type() == CODEC_ID_WMAV1 ||
                          file->type() == CODEC_ID_WMAV2 ||
                          file->type() == CODEC_ID_AAC )
              #endif
              ...
              With the 'standard' K3b FFmpeg pluging you will get the 'not supported' window.




              If you want to - You could build your own version. Older: http://www.hydrogenaudio.org/forums/...howtopic=56150

              Now days there is no the ' --enable-ffmpeg-all-codecs' option but you could get the same by editing the code...

              Rebuilding the K3b...and installing a new unrestricted version of the libk3b6-extracodecs...




              The import part seems to work...
              Last edited by Rog132; Feb 23, 2014, 05:33 PM.
              A good place to start: Topic: Top 20 Kubuntu FAQs & Answers
              Searching FAQ's: Google Search 'FAQ from Kubuntuforums'

              Comment


                #8
                using the test files from http://wavpack.gl.tter.org/ in 14.04 I was able to do a simple convert to .wav with "avconv" like this
                Code:
                vinny@vinnys-HP-G62:~/Downloads/Wavpack4Wlab_samples/Wavpack 4.2/Lossless (high)$ avconv -i 6_Channel_ID.wv 6_Channel_ID.wav 
                avconv version 9.10-6:9.10-1ubuntu7, Copyright (c) 2000-2013 the Libav developers
                  built on Dec 23 2013 20:10:59 with gcc 4.8 (Ubuntu/Linaro 4.8.2-10ubuntu2)
                Input #0, wv, from '6_Channel_ID.wv':
                  Duration: 00:00:05.83, start: 0.000000, bitrate: 355 kb/s
                    Stream #0.0: Audio: wavpack, 44100 Hz, 5.1, s16
                Output #0, wav, to '6_Channel_ID.wav':
                  Metadata:
                    ISFT            : Lavf54.20.3
                    Stream #0.0: Audio: pcm_s16le, 44100 Hz, 5.1, s16, 4233 kb/s
                Stream mapping:
                  Stream #0:0 -> #0:0 (wavpack -> pcm_s16le)
                Press ctrl-c to stop encoding
                6_Channel_ID.wv: Input/output error
                size=    3017kB time=5.84 bitrate=4233.7kbits/s    
                video:0kB audio:3017kB global headers:0kB muxing overhead 0.003237%
                vinny@vinnys-HP-G62:~/Downloads/Wavpack4Wlab_samples/Wavpack 4.2/Lossless (high)$
                dispite the "error" the file plays and is lodable into K3b

                so frome in the folder with a bunch of .wv's you could do something like
                Code:
                 for f in *.wv
                      do 
                      avconv -i "$f"  "${f%.wv}.wav"
                done
                and should get copies of all the files as .wav

                Code:
                vinny@vinnys-HP-G62:~/Downloads/Wavpack4Wlab_samples/Wavpack 4.2/Lossless (high)$ ls
                16 ST.wv  24 ST 192kHz.wv  24 ST SFX.exe  24 ST.wv  32FLOAT ST.wv  32INT ST.wv  6_Channel_ID.wv  8_Channel_ID.wv  8U ST.wv
                to

                Code:
                vinny@vinnys-HP-G62:~/Downloads/Wavpack4Wlab_samples/Wavpack 4.2/Lossless (high)$ ls
                16 ST.wav  24 ST 192kHz.wav  24 ST SFX.exe  24 ST.wv        32FLOAT ST.wv  32INT ST.wv       6_Channel_ID.wv   8_Channel_ID.wv  8U ST.wv
                16 ST.wv   24 ST 192kHz.wv   24 ST.wav      32FLOAT ST.wav  32INT ST.wav   6_Channel_ID.wav  8_Channel_ID.wav  8U ST.wav




                VINNY
                i7 4core HT 8MB L3 2.9GHz
                16GB RAM
                Nvidia GTX 860M 4GB RAM 1152 cuda cores

                Comment


                  #9
                  As far as I know WAV and WAV PACK are two different audio formats. I think and the OP is wanting WAV PACK.




                  EDIT: http://www.wavpack.com/
                  Last edited by MoonRise; Feb 23, 2014, 05:24 PM.

                  Comment


                    #10
                    Originally posted by MoonRise View Post
                    As far as I know WAV and WAV PACK are two different audio formats. I think and the OP is wanting WAV PACK.




                    EDIT: http://www.wavpack.com/
                    Ahummm ....the OP is wanting to burn audio cd's from the .wv wavpack files .......witch K3b dose not want to do ,,,,,,,,I was just showing an easy way to get the files to a audio cd withought rebuilding K3b whitch is to just convert them first to somthing K3b knows what to do with ,,,,,,,you can just as easy use flac (or whatever)in the example I gave for batch converting

                    VINNY
                    i7 4core HT 8MB L3 2.9GHz
                    16GB RAM
                    Nvidia GTX 860M 4GB RAM 1152 cuda cores

                    Comment


                      #11
                      Yep! Just adding more for others. I agree with your approach though. Should have made that clear. I wouldn't want to rebuild!

                      Comment


                        #12
                        Originally posted by MoonRise View Post
                        As far as I know WAV and WAV PACK are two different audio formats. I think and the OP is wanting WAV PACK.




                        EDIT: http://www.wavpack.com/
                        I rip all of my cue files on an windows 7 with cuetools and when I choose to export as flac it gives me an "opencl platform not supported error" and I don't know hack what to do even when I installed opencl and it gives an error "no opencl found" or something similar,this is why i'm stuck on using wavpack.

                        Comment


                          #13
                          Stop using windows. Rip your cd's on linux with K3B.

                          Please Read Me

                          Comment


                            #14
                            http://tuxnetworks.blogspot.com/2012...ack-files.html

                            Please Read Me

                            Comment


                              #15
                              Excellent! Thanks.
                              sigpic

                              Comment

                              Working...
                              X