Displaying 3 results from an estimated 3 matches for "tail_cut_off".
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
...f 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 you are
using Linux (or other UNIX-like probably, I have no idea how to do this
in Windows or Mac)
tail -c 500000 some_corrupt_file.flac > tail_cut_off.flac
That's a sample of at most 10 seconds and won't get you into trouble.
2013 Jan 10
4
Fixing corrupt flac files
...-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 you are
> using Linux (or other UNIX-like probably, I have no idea how to do this
> in Windows or Mac)
> tail -c 500000 some_corrupt_file.flac > tail_cut_off.flac
> That's a sample of at most 10 seconds and won't get you into trouble.
>
>
>
> _______________________________________________
> Flac mailing list
> Flac at xiph.org
> http://lists.xiph.org/mailman/listinfo/flac