Jump to content

Chacawaca

Members
  • Posts

    26
  • Joined

  • Last visited

Posts posted by Chacawaca

  1.  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.

  2. 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

  3. 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.

     

    • Thanks 1
  4. @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.

  5. 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.

  6. 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.

  7. 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.

  8. 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.

×
×
  • Create New...