gydl icon indicating copy to clipboard operation
gydl copied to clipboard

ffmpeg audio convert error

Open kasaltie opened this issue 6 years ago • 1 comments

Gydl already downloaded webm movie file, but I think that some ffmpeg problem occur. It's weird but manual converting (maybe better copying) audio works. My convert option :

ffmpeg -i source.webm -acodec copy final.oga

I'm using flatpak version.

Here is error message fragment:

[ffmpeg] Destination: /home/maxi/Pobrane/Harukana Receive Opening Full _ はるかなレシーブ OP Full - FLY two BLUE.ogg ERROR: audio conversion failed: file:/home/maxi/Pobrane/Harukana Receive Opening Full _ はるかなレシーブ OP Full - FLY two BLUE.ogg: Invalid argument

kasaltie avatar Sep 22 '18 22:09 kasaltie

Updating ffmpeg fixes the problem: https://github.com/flathub/com.github.JannikHv.Gydl/pull/7

Unrud avatar Oct 12 '18 10:10 Unrud