Not able to extract the .mp4 data from the given files

#1
by Ramakrishna5k8k - opened

Hi, I have downloaded all the files from Hugging Face onto my local system. However, while extracting the data using the "tar -xf combined.tar" command, I'm getting an error as shown below

tar: This does not look like a tar archive
tar: Archive contains β€˜\343M$\310Ykg\024\361\242\234F’ where numeric off_t value expected
tar: Archive contains β€˜\374\001\361^jU\242P\221\020\206\234’ where numeric off_t value expected
tar: Archive contains β€˜\0:\251\242\n\020\320\031\036Κ‹.’ where numeric off_t value expected
tar: Archive contains β€˜!\246Z\004\217!\2224\227L\267\325’ where numeric off_t value expected
tar: Archive contains β€˜\362\250Δ—FΥ…\347\r\031\204\005’ where numeric off_t value expected
tar: Archive contains β€˜\2234\200\374,5InR\260 \371’ where numeric off_t value expected
tar: Exiting with failure status due to previous errors

I followed the same steps as mentioned in the "Usage" section, i.e.,
cat vox2_dev_mp4_parta* > combined.tar
tar -xf combined.tar

Can you please check and let me know how to extract the data?

It seems that the file should be combined.zip instead of combined.tar.

Sign up or log in to comment