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

[Bug] Doesn't convert vp9 to AV1 #66

Open
Hello-World-Traveler opened this issue Nov 7, 2024 · 3 comments
Open

[Bug] Doesn't convert vp9 to AV1 #66

Hello-World-Traveler opened this issue Nov 7, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@Hello-World-Traveler
Copy link

Describe the bug
Not converting the video to av1.

Steps To Reproduce
Select av1 and opus in trailer settings.

Actual behavior
AV1 option is selected but never converts. Codec: Google/On2's VP9 Video (VP90).

Expected behavior
Converts video to av1

Screenshots
N/A

App Information (please complete the following information):
docker

Additional context
TrailersDownloader: 'Trailers': [CopyStream] Done converting in 0:00:36.199472!

@Hello-World-Traveler Hello-World-Traveler added the bug Something isn't working label Nov 7, 2024
@nandyalu
Copy link
Owner

nandyalu commented Dec 6, 2024

Can you enable debug logging and share some logs for a trailer download where this issue happens?

@Hello-World-Traveler
Copy link
Author

Nothing about AV1

[DEBUG|video|L037]: TrailersDownloader: [Ol475b54NcY] Download completed in 0:00:44.464771! Size:   22.58MiB Filepath: "/tmp/869-trailer.f616.mp4"
 [DEBUG|video|L028]: TrailersDownloader: [Ol475b54NcY] Downloading   0.1% of    1.63MiB
 [DEBUG|video|L037]: TrailersDownloader: [Ol475b54NcY] Download completed in 0:00:02.265992! Size:    1.63MiB Filepath: "/tmp/869-trailer.f251.webm"
 [DEBUG|video|L064]: TrailersDownloader: [Ol475b54NcY][Merger] Converting downloaded file...
 [DEBUG|video|L071]: TrailersDownloader: [Ol475b54NcY][Merger] Done converting in 0:00:00.055918!
 [DEBUG|video|L076]: TrailersDownloader: [Ol475b54NcY][Merger] Filepath: "/tmp/869-trailer.mp4"
 [DEBUG|video|L064]: TrailersDownloader: [Ol475b54NcY][ModifyChapters] Converting downloaded file...
 [DEBUG|video|L071]: TrailersDownloader: [Ol475b54NcY][ModifyChapters] Done converting in 0:00:00.000214!
 [DEBUG|video|L076]: TrailersDownloader: [Ol475b54NcY][ModifyChapters] Filepath: "/tmp/869-trailer.mp4"
 [DEBUG|video|L064]: TrailersDownloader: [Ol475b54NcY][CopyStream] Converting downloaded file...
 [DEBUG|video|L064]: TrailersDownloader: [Ol475b54NcY][MoveFiles] Converting downloaded file...
 [DEBUG|video|L071]: TrailersDownloader: [Ol475b54NcY][MoveFiles] Done converting in 0:00:00.000249!
 [DEBUG|video|L076]: TrailersDownloader: [Ol475b54NcY][MoveFiles] Filepath: "/tmp/869-trailer.mp4"
 [DEBUG|video_analysis|L113]: VideoAnalysis: Verifying trailer streams for: /tmp/869-trailer.mp4
 [DEBUG|video_analysis|L063]: VideoAnalysis: Running media analysis for: /tmp/869-trailer.mp4
 [DEBUG|video_analysis|L139]: VideoAnalysis: Trailer streams verified for: /tmp/869-trailer.mp4
 [INFO|trailer|L398]: TrailersDownloader: Downloaded trailers for 1 movies
 [DEBUG|download_trailers|L123]: TrailerDownloadTasks: Updating trailer status in database
 [INFO|base|L156]: Job "Download Trailer for Take Cover (trigger: date[2024-12-07 09:45:16 AEDT], next run at: 2024-12-07 09:45:16 AEDT)" executed successfully
[DEBUG|base|L1151]: Tasks: Looking for jobs to run
[INFO|base|L129]: Running job "Docker Update Check (trigger: interval[1 day, 0:00:00], next run at: 2024-12-08 09:46:56 AEDT)" (scheduled at 2024-12-07 09:46:56.295624+11:00)
[DEBUG|base|L1258]: Tasks: Next wakeup is due at 2024-12-07 09:47:56.295882+11:00 (in 59.995905 seconds)
[ERROR|docker_check|L091]: UpdateChecker: Error: Could not update details from Docker Hub.
[INFO|base|L156]: Job "Docker Update Check (trigger: interval[1 day, 0:00:00], next run at: 2024-12-08 09:46:56 AEDT)" executed successfully
[DEBUG|base|L1151]: Tasks: Looking for jobs to run
[INFO|base|L129]: Running job "Trailer Cleanup (trigger: interval[1:00:00], next run at: 2024-12-07 10:47:56 AEDT)" (scheduled at 2024-12-07 09:47:56.295882+11:00)
[INFO|cleanup|L042]: CleanupTasks: Running trailer cleanup task...
[DEBUG|base|L1258]: Tasks: Next wakeup is due at 2024-12-07 09:52:56.295810+11:00 (in 299.995343 seconds)

@nandyalu
Copy link
Owner

I also noticed this when I changed my settings to av1, opus and webm, along with some other issues in downloading trailers.

My guess is that the python implementation of yt-dlp has bugs. I might have to make the app run a cli command and manually pass arguments to ffmpeg to do post-processing. I will look into this!

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