2024-06-28, 06:51 PM
It will just start logging to your existing log with the higher (lower?) log level.
2024-06-28, 06:51 PM
It will just start logging to your existing log with the higher (lower?) log level.
Sweet, got it - the amount of text in there is about 2MB **edit** after the debug logging was enabled. Pastebin only allows 512KB so I can either try and split it out into 4 pastebins, or attach the file here. Which is easiest?
2024-06-28, 07:06 PM
Zip the file and attach it here.
2024-06-28, 07:08 PM
Attached!
I played Grey's Anatomy - s01e01 again and got the same error. The ffmpeg file was a direct stream again - let me know if you need that too
2024-06-28, 08:04 PM
Code: [2024-06-28 19:52:56.052 +01:00] [FTL] [1] : Failed to create/read logger configuration I have no idea what causes this. But the problem is not ffmpeg. Go ahead and submit a git hub issue here. https://github.com/jellyfin/jellyfin/issues
2024-06-28, 08:46 PM
(This post was last modified: 2024-06-28, 08:56 PM by TheDreadPirate. Edited 1 time in total.)
Done! https://github.com/jellyfin/jellyfin/issues/12192
Thanks for taking the time to help troubeshoot
2024-06-30, 04:58 PM
Bumping as the GitHub issue has been closed and i have sent me back here for support... If anyone has any suggestions let me know - not sure what my options are now!
2024-06-30, 06:29 PM
(This post was last modified: 2024-06-30, 06:32 PM by theguymadmax. Edited 2 times in total.)
I've seen a few issues with dvd subtitles lately. Try removing them and see if it plays.
Code: ffmpeg -i input.mp4 -c:v copy -c:a copy -sn output.mp4 |
|
|