Displaying 3 results from an estimated 3 matches for "some_corrupt_file".
2013 Jan 10
2
Fixing corrupt flac files
Hej,
well I'm not sure because those file that are corrupt have been around for a
quite long time. It could have been k3b but I'm really not sure. Right now I
was ripping with Audex and tagging with Audex/Amarok/kid3. Those files seem to
be fine though.
My lates approaches have been with Picard/beets :-)
I think it's not possible to share those files without getting in legal
2013 Jan 10
0
Fixing corrupt flac files
...a file with the problem which is released
under a Creative Commons licence, but that's not very common. Just asking.
You can do a few things. Reading your previous post, it seems you now
how to work with a command line, so could you post the output of the
following two commands:
flac -a -F some_corrupt_file.flac (see the .ana file which is generated)
metaflac --list some_corrupt_file.flac (just the console output)
Plus the exact size (in bytes) of the FLAC-file and the WAV-file that
you retrieve using flac -d -F some_corrupt_file.flac
You can also try to cut off the last 500kb of the FLAC-file if y...
2013 Jan 10
4
Fixing corrupt flac files
...released
> under a Creative Commons licence, but that's not very common. Just asking.
>
> You can do a few things. Reading your previous post, it seems you now
> how to work with a command line, so could you post the output of the
> following two commands:
>
> flac -a -F some_corrupt_file.flac (see the .ana file which is generated)
> metaflac --list some_corrupt_file.flac (just the console output)
>
> Plus the exact size (in bytes) of the FLAC-file and the WAV-file that
> you retrieve using flac -d -F some_corrupt_file.flac
>
> You can also try to cut off the las...