Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to download some videos in EMOPIA_2.2 datasets #8

Open
KindleHe opened this issue Jan 23, 2022 · 4 comments
Open

Failed to download some videos in EMOPIA_2.2 datasets #8

KindleHe opened this issue Jan 23, 2022 · 4 comments

Comments

@KindleHe
Copy link

KindleHe commented Jan 23, 2022

I try to download the source mp4 from Q1.txt, Q2.txt, Q3.txt, Q4.txt of songs_lists directory in the EMOPIA_2.2 datasets,
using the following scripts:

#!/bin/bash
input="$1"
root=`echo $input|cut -d "." -f 1`
count=1
while IFS= read -r line
do
  echo "Start download $count-th $line"
  output=`echo $line|cut -d "=" -f 2|cut -d "," -f 1`
  youtube-dl -x --audio-format mp3 -o "$root/$output.%(ext)s" $line
  count=$[count+1]
  sleep 3
done < "$input"

But failed to download some videos.

Start download 3-th https://www.youtube.com/watch?v=JP3QKZlyQz4
[youtube] JP3QKZlyQz4: Downloading webpage
ERROR: Video unavailable
This video is not available

@seungheondoh Could you share the source music datasets of EMOPIA_2.2 datasets, so that we can apply scripts/timestamp2clip.py to get get audio clips?

@seungheondoh
Copy link
Owner

@KindleHe Could you contact me by my email?

@KindleHe
Copy link
Author

@seungheondoh Sure,I sen t a email to seungheondoh@kaist.ac.kr just now. Thanks for your reply!

@chen-0529
Copy link

@seungheondoh I wrote you a letter about the dataset download failure, can you give me a reply? Thank you!

@seungheondoh
Copy link
Owner

@chen-0529 okay!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants