Chacawaca

Members
  • Posts

    26
  • Joined

  • Last visited

Everything posted by Chacawaca

  1. comchap, do an .edl file that some app use to skip commercial, it dont remove commercial from file. comcut, cut commercial from your video for more info about comchap and comcut : https://github.com/BrettSheleski/comchap
  2. Is there a way to get these processed again? Remove line from failed_conversions or successful_conversions. I am also getting the error Failed to create temporary directory under '/watch'. Probably user u set dont have write access to this folder and since conversion need to write a new file, you need write access.
  3. @oxidizeyou can try last update, that was a bug with ffmpeg version i downgraded to old version and it should be ok now.
  4. sorry i'm a little bit busy, if you can PM me your log file i can take a look.
  5. post-recording\log\ffmpeg at the end of this log file
  6. Stream mapping: Stream #0:0 (h264_cuvid) -> hwdownload format -> Stream #0:0 (hevc_nvenc) Stream #0:1 -> #0:1 (copy) Stream #0:5 -> #0:2 (? (?) -> ass (ssa)) Decoder (codec dvb_teletext) not found for input stream #0:5 your ffmpeg command dont fit with your source file, im not a ffmpeg expert i cant help you more, sorry
  7. Do you have subtitles in your source file ? "No captions were found in input." at the end of ccextractor log file. Try to go to stable branch, and change subtitles to 1. i use the exact same setup the only thing that isnt the same is our source file.
  8. For your "output dir" this app use the source directory as output directory, you cant configure this now. I want to add it when i have time. For config : https://hub.docker.com/r/chacawaca/post-recording Configuration: /scripts/custom.sh need to be configured by you, some example are there to help you configure this for your need. Help with Intel Intel GPU Use Edit your go file to include: modprobe i915, save and reboot, then add --device=/dev/dri to "extra parameters" (switch on advanced view) For your FFmpeg command, it is specific for your need, i cant help you, im not a ffmpeg specialist too and i havent test your specific output. you can start with command in intel.sh.example and modify it for you need, change audio to copy and modify encoding for hardware h264. You will have to do some search about ffmpeg, so much parameter exist.
  9. @aurevo i suspect 3 things since you have 0 ffmpeg log - start with ffmpeg software transcode to see if its intel hw accel problem. - check write access on your custom.sh file - or maybe extern program delete the temp file between ccextrator and ffmpeg. - or your .ts have something corrupted that ffmpeg dont like.
  10. do you setuped your custom.sh ? do you checked your log ? what are your config ?
  11. do you use default custom.sh or a customized one ? you have no ffmpeg log, its like it cant even open your file.
  12. nvidia.sh ---- convert to 2 channel audio, big compression nvidia-hq.sh --- keep original audio channel and better video quality, less compression. ------------is the one i use with 5.1 audio source. or you can use your own ffmpeg command. If you dont want to code yourself i suggest you test both with the same 5-6 source file and compare result.
  13. In your custom.sh, do you changed it to have a ffmpeg command that use your gpu ? You have nvidia.sh.example to help you in the script directory. subtitle extraction and comchap/comskip are still executed by your cpu, only your ffmpeg command are executed by your gpu.
  14. Not for now, cause i dont need that myself. I can check to add it.
  15. Nothing to set in Emby you need to set a watching folder in my container. It will process only .ts , I highly recommend to test with a test folder first and see if your ffmpeg string is correct
  16. you can try the lasted build, check your custom.sh i removed ccextractor from there. Maybe delete your appdata before doing your test. I added 2 more variables to my template. I tested a lot of files with nvidia and cpu ffmpeg, and got no problem. If you still have problem after this version i think i will need one of your file to test. i added some directory in \config\log that can help a lot if you got some error.
  17. i will do more testing with comcut on my side, like i said i tested a lot comchap, but just some test with comcut. Im pretty sure its something with a special character in your file. Let me 2-3 days to come back with an other version to test.
  18. do you mind change your repository to the alpha one, i changed something that can help with UTF-8 name. chacawaca/post-recording:alpha
  19. everything seem fine there, the only difference with me is i use nvidia, i cant test with intel myself cause i dont have one to test. with your log, ffmpeg create the temp mkv but comcut dont have access to open it. I suspected file permission, but i think i will need to find a way to test your exact configuration.
  20. i dont need file or folder, i just need your setting you set in your container. PUID PGID UMASK i updated the code to check if the temp.mkv is readable before it start cumcut.
  21. can you PM me your containers config, and do you have a custom comskip.ini or its the original one ? i tested comcut with 3-4 files and it seem to work. In your log is like .edl is deleted before comcut is processed.
  22. i will do some test i think i know where the problem is. I done a lot of test with comchap, but not a lot comcut.
  23. Application Name: post-recording Overview: Watches for .ts files made by Live TV recordings, convert them to a friendly format, extract .srt file, add chapters with comchap or remove them with comcut Application: https://github.com/chacawaca/docker-post-recording Docker Hub: https://hub.docker.com/r/chacawaca/post-recording GitHub: https://github.com/chacawaca/docker-post-recording