Chacawaca

Members
  • Posts

    26
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Chacawaca's Achievements

Noob

Noob (1/14)

1

Reputation

  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.