muppet4k 10 Posted February 13 Share Posted February 13 On 2/7/2024 at 2:24 PM, vdrover said: I actually don't use the triggers in Emby for anything. I use this wonderful image that "watches" my libraries for .TS files, then converts them to MKV and generates the EDL files. Once the EDL files are available, the comskip plugin that @BillOatmanmade works just fine. Works fine do you have an idea to get a notification somewhere when the convert is done finally ? Link to comment Share on other sites More sharing options...
fireplex 5 Posted February 13 Share Posted February 13 You can configure unmanic to run almost anything you want, I configured it to run comskip which creates EDL files. But my query was regarding the emby comskipper plugin, it only seems to have the option to auto skip commercials, not ask the user if they want to skip? Link to comment Share on other sites More sharing options...
reneboulard 33 Posted February 13 Share Posted February 13 17 hours ago, fireplex said: Would love to have an option for a popup asking if you want to skip the advert or not (rather than forcing it), no sure it that would be possible with the plugin? Intro skipping does it for intro, so it should be possible to do it for commskipper I think. Link to comment Share on other sites More sharing options...
fireplex 5 Posted February 13 Share Posted February 13 34 minutes ago, reneboulard said: Intro skipping does it for intro, so it should be possible to do it for commskipper I think. Hope so Link to comment Share on other sites More sharing options...
jsmith100 0 Posted February 13 Share Posted February 13 I decided to use MCE Buddy...I purchased it a while back, so figured I would give it a shot. I'm not re-coding the recordings, just having the EDL files created. It doesn't help when trying to cut the commercials while watching the recording, but it works pretty well for post recording, commercial cutting. Now I will focus on cutting commercials while recording and watching :). Link to comment Share on other sites More sharing options...
muppet4k 10 Posted February 14 Share Posted February 14 (edited) Today Comskip created a .txt file not an EDL file... Is that also working? Why he dont create an EDL File? Can somebody explain this to me? The Price Is Right S52E91.txt Edited February 14 by muppet4k Link to comment Share on other sites More sharing options...
muppet4k 10 Posted February 14 Share Posted February 14 second question... is somebody using this in a docker? because I got a CPU Load over 90% when transcoding with Comskip Link to comment Share on other sites More sharing options...
BillOatman 536 Posted February 14 Author Share Posted February 14 6 hours ago, muppet4k said: Today Comskip created a .txt file not an EDL file... Is that also working? Why he dont create an EDL File? Can somebody explain this to me? The Price Is Right S52E91.txt 187 B · 1 download It must be your comskip.ini settings. I believe I have one in the first post that works OK, compare it to yours. 1 Link to comment Share on other sites More sharing options...
roaku 820 Posted February 14 Share Posted February 14 6 hours ago, muppet4k said: Today Comskip created a .txt file not an EDL file... Is that also working? Why he dont create an EDL File? Can somebody explain this to me? The Price Is Right S52E91.txt 187 B · 2 downloads I believe the txt file gets generated/used while comskip is processing. The edl doesn't show up until the end. So, I would guess that either you checked in while it was processing or the process got interrupted. 1 Link to comment Share on other sites More sharing options...
muppet4k 10 Posted February 14 Share Posted February 14 And about the cpu load ? Link to comment Share on other sites More sharing options...
roaku 820 Posted February 14 Share Posted February 14 8 minutes ago, muppet4k said: And about the cpu load ? No idea. I don't transcode or run Emby from Docker. Link to comment Share on other sites More sharing options...
vdrover 54 Posted February 14 Share Posted February 14 (edited) 35 minutes ago, muppet4k said: And about the cpu load ? CPU loads at 90% or more are normal when transcoding. This is unrelated to comskip. What are you using for transcoding? There should be a way to control how much stress you put on the CPU. Here's one example for ffmpeg. Edited February 14 by vdrover Link to comment Share on other sites More sharing options...
muppet4k 10 Posted February 14 Share Posted February 14 10 minutes ago, vdrover said: CPU loads at 90% or more are normal when transcoding. This is unrelated to comskip. What are you using for transcoding? There should be a way to control how much stress you put on the CPU. Here's one example for ffmpeg. from the default custom script from the docker image chacawaca ffmpeg -i "$INPUT" -hide_banner -loglevel info -crf 19 -max_muxing_queue_size 512 -c:v libx265 -brand mp42 -ac 2 -c:a libfdk_aac -b:a 128k -ignore_unknown -map 0 "$OUTPUT" Link to comment Share on other sites More sharing options...
muppet4k 10 Posted February 14 Share Posted February 14 I tried with -threads 2 in the custom script... but no effect: Link to comment Share on other sites More sharing options...
Neminem 589 Posted February 14 Share Posted February 14 Why are you transcoding into x265 that a CPU heavy task. Link to comment Share on other sites More sharing options...
muppet4k 10 Posted February 14 Share Posted February 14 32 minutes ago, jaycedk said: Why are you transcoding into x265 that a CPU heavy task. that was the standard setting when I installed it so I should change to libx264? Link to comment Share on other sites More sharing options...
vdrover 54 Posted February 14 Share Posted February 14 1 hour ago, muppet4k said: that was the standard setting when I installed it so I should change to libx264? Are you concerned with the high CPU usage for some reason? Does it prevent your system from working properly? in any event, below is my ffmpeg config: ffmpeg -i "$INPUT" -hide_banner -loglevel info -max_muxing_queue_size 512 -c:v libx265 -brand mp42 -crf 20 -ac 2 -c:a libfdk_aac -b:a 128k -ignore_unknown -map 0 "$OUTPUT" Link to comment Share on other sites More sharing options...
muppet4k 10 Posted February 14 Share Posted February 14 3 hours ago, vdrover said: Are you concerned with the high CPU usage for some reason? Does it prevent your system from working properly? in any event, below is my ffmpeg config: ffmpeg -i "$INPUT" -hide_banner -loglevel info -max_muxing_queue_size 512 -c:v libx265 -brand mp42 -crf 20 -ac 2 -c:a libfdk_aac -b:a 128k -ignore_unknown -map 0 "$OUTPUT" Not really but it takes a long time that all is finished to convert Link to comment Share on other sites More sharing options...
vdrover 54 Posted February 14 Share Posted February 14 6 minutes ago, muppet4k said: Not really but it takes a long time that all is finished to convert That's the trade off. How long is a 1-hr show taking to convert? Link to comment Share on other sites More sharing options...
muppet4k 10 Posted February 15 Share Posted February 15 The ts file was 1.2 GB after convert about 800 MB the mkv It takes about 2 hours I have a Synology ds923 with the amd ryzen Link to comment Share on other sites More sharing options...
abescalamis 82 Posted February 16 Share Posted February 16 Question: Do any of you can help me with the command to do multiple "ts" files in the same folder? I use the following command for commskipper to do one "ts" file, but it is time consuming to do one by one. comskip --ini=/var/packages/comskip/var/comskip.ini "/volume1/Data/Media/DVR/El señor de los cielos (2013)/Season 9/El señor de los cielos S09E01 La Bestia despierta.ts" Link to comment Share on other sites More sharing options...
vdrover 54 Posted February 16 Share Posted February 16 4 hours ago, muppet4k said: It takes about 2 hours My latests conversion took nearly 3.5 hrs. It was a 2-hour show. Final size was 4GB. I have a NUC 10 Core i7 with 64GB Memory. CPU above 90% the entire time. I feel like you're in the right range for time. 1 Link to comment Share on other sites More sharing options...
muppet4k 10 Posted February 17 Share Posted February 17 9 hours ago, vdrover said: My latests conversion took nearly 3.5 hrs. It was a 2-hour show. Final size was 4GB. I have a NUC 10 Core i7 with 64GB Memory. CPU above 90% the entire time. I feel like you're in the right range for time. Did you add one folder for watching or more ? Link to comment Share on other sites More sharing options...
carpediem 12 Posted March 2 Share Posted March 2 For those who are running Comskipper successfully with an AppleTV, can you please share a little about your setup? I have a 4K AppleTV from 2021 and cannot seem to get the plugin working with it. I can confirm that it works using the Emby IOS App and also when using a browser. I can see that a commercial is skipped in the Emby server's log files when I watch a recording in either MPV or Native mode from the AppleTV. However, the video never actually skips. I have tested using the Comskipper with both the "Auto skip commercials" and "Disable On-screen Message" options enabled as suggested in other posts. I never get any visual output even if I uncheck the "Disable On-Screen Message" option. I am running Emby Server 4.8.1.0 in a Docker container on Linux if that helps. The Emby client on the AppleTV is version 1.8.3. Link to comment Share on other sites More sharing options...
vdrover 54 Posted March 2 Share Posted March 2 8 hours ago, carpediem said: For those who are running Comskipper successfully with an AppleTV, can you please share a little about your setup? Apple TV 4K (2nd generation, A2169) tvOS 17.3 Emby Client 1.8.3 (1) Settings > Playback > Preferred Video Player > MPV Ubuntu 23.10 Docker Engine Community v25.0.3 Docker Compose v2.24.6 Emby 4.8.3.0 Com Skipper 2.1.0.0 Settings attached. 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now