Re: [flac-dev] C API: How to get a seektable for very long files?

2024-10-14 Thread Martijn van Beurden
Op zo 13 okt 2024 om 22:33 schreef Stefan Oltmanns : > > Is the seektable written at the beginning of the file in the metadata > block or can there also be a second metadata block at the end? > Only at the start of the file. > > If it's at the beginning, would it possible to reserve space for N s

Re: [flac-dev] C API: How to get a seektable for very long files?

2024-10-14 Thread Martijn van Beurden
Op ma 14 okt 2024 om 16:06 schreef Stefan Oltmanns : > > Unfortunately that doesn't seem to be the case. I just made a capture > that is > 30 Minutes with total samples set to 0 and a seek table: All > players I tried cannot seek in the file and cannot determine it's > length: VLC, Celluloid and De

Re: [flac-dev] C API: How to get a seektable for very long files?

2024-10-14 Thread Stefan Oltmanns
Am 14.10.24 um 09:11 schrieb Martijn van Beurden: Op zo 13 okt 2024 om 22:33 schreef Stefan Oltmanns : The signal is the FM-modulated video signal of video tapes (like VHS). The idea is to capture the signal directly from the video head amplifier in the VCR and later demodulate/decode it in

Re: [flac-dev] C API: How to get a seektable for very long files?

2024-10-14 Thread brianw
Many hardware and software developers allow the user to set a maximum file size. When a live recording reaches this limit, a new file is created to continue the recording without losing a single sample. Note that many software programs allow multiple files to be concatenated without any gap. I h