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

ERROR: Postprocessing: Conversion failed! #114

Open
NickQ29 opened this issue Apr 23, 2024 · 5 comments
Open

ERROR: Postprocessing: Conversion failed! #114

NickQ29 opened this issue Apr 23, 2024 · 5 comments
Labels
bug Something isn't working

Comments

@NickQ29
Copy link

NickQ29 commented Apr 23, 2024

Describe the bug
The app is consistently failing to merge the audio and video files for a very large video.

To Reproduce
Steps to reproduce the behavior:

  1. Use this URL in Open Video Downloader: https://www.youtube.com/watch?v=c6QqFEb7AIg&
  2. After several hours of ffmpeg attempting to merge the video and audio files once they are downloaded, an "Error: Unhandled error" message will appear and the app will stop. Clicking on the 'full error' button shows only this message: ERROR: Postprocessing: Conversion failed!

Expected behavior
I will get a functional video.

Additional info (please complete the following information):

  • OS: Windows 10
  • Application version: 2.5.4

Additional context
I have found mention of this on the main yt-dlp page, but I use this GUI specifically because I have no understanding of command-line usage and so can't figure out what to make of the mentions there. I likewise cannot use the v3 version as it does not appear to have a user interface at all.

The log from my second attempt at this is attached:
ytdl-log-4-23-2024-8-56.txt

@NickQ29 NickQ29 added the bug Something isn't working label Apr 23, 2024
@StefanLobbenmeier
Copy link
Owner

I have found mention of this on the main yt-dlp page

please link that issue then

@NickQ29
Copy link
Author

NickQ29 commented Apr 23, 2024

I have found mention of this on the main yt-dlp page

please link that issue then

yt-dlp/yt-dlp#871

@StefanLobbenmeier
Copy link
Owner

StefanLobbenmeier commented Apr 23, 2024

Ok in the issue they said that it’s an ffmpeg issue, so there is not too much I can do there to fix it directly

but it seems there is a fix in the yt-dlp version of ffmpeg, so I think it makes sense to switch to that one for this application

As a workaround for now you can try replacing the ffmpeg binary yourself if you can find a working one

@NickQ29
Copy link
Author

NickQ29 commented Apr 23, 2024

How exactly does that work? Is it just a matter of replacing the ffmpeg file in the app's binaries folder (screenshot) with the newer one or do some of the other files have to be replaced as well?
screenshot 2024-04-23

@StefanLobbenmeier
Copy link
Owner

Just that one should work fine 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants