Not working

#2
by MichaelBoll - opened

Video-to-Audio Generation with Hidden Alignment

Video IN

0:00 / Infinity:NaN:NaN

Submit
Examples

Error
Audio OUT

Error
Spectrogram

Error
Merged video + generated audio
Built with Gradio
Error
MoviePy error: failed to read the duration of file /tmp/gradio/c07dc0a9193953a2158c9efe89e404e1fb9a0f12/sample.webm. Here are the file infos returned by ffmpeg: ffmpeg version 4.2.2-static https://johnvansickle.com/ffmpeg/ Copyright (c) 2000-2019 the FFmpeg developers built with gcc 8 (Debian 8.3.0-6) configuration: --enable-gpl --enable-version3 --enable-static --disable-debug --disable-ffplay --disable-indev=sndio --disable-outdev=sndio --cc=gcc --enable-fontconfig --enable-frei0r --enable-gnutls --enable-gmp --enable-libgme --enable-gray --enable-libaom --enable-libfribidi --enable-libass --enable-libvmaf --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-librubberband --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libvorbis --enable-libopus --enable-libtheora --enable-libvidstab --enable-libvo-amrwbenc --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libdav1d --enable-libxvid --enable-libzvbi --enable-libzimg libavutil 56. 31.100 / 56. 31.100 libavcodec 58. 54.100 / 58. 54.100 libavformat 58. 29.100 / 58. 29.100 libavdevice 58. 8.100 / 58. 8.100 libavfilter 7. 57.100 / 7. 57.100 libswscale 5. 5.100 / 5. 5.100 libswresample 3. 5.100 / 3. 5.100 libpostproc 55. 5.100 / 55. 5.100 Input #0, matroska,webm, from '/tmp/gradio/c07dc0a9193953a2158c9efe89e404e1fb9a0f12/sample.webm': Metadata: encoder : Chrome Duration: N/A, start: 0.000000, bitrate: N/A Stream #0:0(eng): Audio: opus, 48000 Hz, mono, fltp (default) Stream #0:1(eng): Video: h264 (High), yuv420p(progressive), 1920x1440, SAR 1:1 DAR 4:3, 1k tbr, 1k tbn, 2k tbc (default) At least one output file must be specified
×

Hello Michael, it seems you tried to process a WEBM video file. The model will only accept MP4 format.

I can add a simple method to convert any webm to mp4 if necessary, I can make an edit, but waiting for me to push it, please use MP4 video files instead.

Sign up or log in to comment