nandyalu / trailarr

Trailarr is a Docker application to download and manage trailers for your Radarr and Sonarr libraries.
GNU General Public License v3.0
112 stars 7 forks source link

[Bug] Invalid data found when processing input #60

Open Hello-World-Traveler opened 1 month ago

Hello-World-Traveler commented 1 month ago

All trailers the script has downloaded has a file size of 0b, A lot of empty files now.

ERROR: VideoAnalysis: Error: [mov,mp4,m4a,3gp,3g2,mj2 @ 0x558240063280] moov atom not found
 Invalid data found when processing input
[INFO|video|L042]: TrailersDownloader: 'Trailers': [Merger] Converting downloaded file...
[INFO|video|L042]: TrailersDownloader: 'Trailers': [EmbedSubtitle] Converting downloaded file...
[INFO|video|L042]: TrailersDownloader: 'Trailers': [EmbedSubtitle] Converting downloaded file...
[INFO|video|L042]: TrailersDownloader: 'Trailers': [ModifyChapters] Converting downloaded file...
[INFO|video|L042]: TrailersDownloader: 'Trailers': [ModifyChapters] Converting downloaded file...
[INFO|video|L042]: TrailersDownloader: 'Trailers': [CopyStream] Converting downloaded file...
 [INFO|video|L042]: TrailersDownloader: 'Trailers': [CopyStream] Converting downloaded file...

The settings are mp4 h.264 aac (converting from vp9) https://github.com/nandyalu/trailarr/issues/59

nandyalu commented 1 month ago

Not sure what is happening here, but are you still seeing this issue?

Hello-World-Traveler commented 1 month ago

Since it's downloading inside docker, I am not able to see the file as easily in the OS file system. I haven't upgraded yet to the new beta.

nandyalu commented 1 month ago

Downloaded trailer will be moved to your media folder, you can see it there

Hello-World-Traveler commented 1 month ago

After it is done. the file is 0 mb. Sometime today I will install the latest update and try again.

nandyalu commented 2 weeks ago

Any update?

Hello-World-Traveler commented 2 weeks ago

I've notice that there is something wrong with the naming, for me its showing v0.2.1-beta not v0.2.2-beta.

Default settings for video worked how it should, I will let it use AV1 and opus

Trailer Resolution Resolution of the trailer video file. Valid values: 240, 360, 480, 720, 1080, 1440, 2160 This should be a selectable option to make it easier..

nandyalu commented 2 weeks ago

v0.2.2-beta is the latest release. Make sure your docker compose has image as nandyalu/trailarr:latest

Trailer Resolution Resolution of the trailer video file. Valid values: 240, 360, 480, 720, 1080, 1440, 2160 This should be a selectable option to make it easier..

It can be updated to a dropdown, I just didn't want to spend much time on implementing a dropdown at the time. However, when you input a value, it will find it's nearest resolution and set to that. Try setting that value to 1000 and once you save it, backend will update it to 1080. Not very intuitive, but it works!

Hello-World-Traveler commented 2 weeks ago

v0.2.2-beta is the latest release. Make sure your docker compose has image as nandyalu/trailarr:latest

nandyalu/trailarr:0.2.2-beta nandyalu/trailarr:latest 701.6 MB 2024-10-22 08:43:11. Not sure why after pulling it again and again., its still 0.2.1. Removed image and pulled nandyalu/trailarr:latest but it still shows up as org.opencontainers.image.version 0.2.1-beta

nandyalu commented 2 weeks ago

What does it show under Settings > About?

Hello-World-Traveler commented 2 weeks ago

v0.2.1-beta Latest. Doesn't matter if I pull the latest.