Jump to content

Recommended Posts

Posted

@chacawacaor @vdrover

Is it possible to use this awesome docker to only generate the EDL file and not do the file conversion?  I don't mind there being the .ts files for recordings, but really don't want to remux or convert the file into something else.

If this is possible, could you please point me in the right direction on how I might accomplish that?

Thanks!

chacawaca
Posted

No, your better with a comskip docker only then. Comskip will generate .edl and do nothing else to your file.

  • 3 weeks later...
BenVenn
Posted

I spent a bit of time troubleshooting this on my Synology DS2422+ today and eventually got FFMPEG to actually process my .ts files after amending my custom.sh as below. Posting in case it helps anyone else. It's running an AMD CPU, although I'm not sure if that was the cause or not. I'm very new to this so had to piece it together as I went along.

ffmpeg -i "$INPUT" -hide_banner -loglevel info -max_muxing_queue_size 512 -c:v libx265 -brand mp42 -ac 2 -c:a libfdk_aac -b:a 128k -ignore_unknown -map 0:v -map 0:a:0 "$OUTPUT" -probesize 100M -analyzeduration 100M

ffmpeg -i "$INPUT" -hide_banner -loglevel info -max_muxing_queue_size 512 -c:v libx265 -brand mp42 -ac 2 -c:a libfdk_aac -b:a 128k -ignore_unknown -map 0:v -map 0:a:0 "$OUTPUT" -probesize 100M -analyzeduration 100M

 

  • Thanks 1
  • 3 months later...
abescalamis
Posted (edited)
On 4/27/2024 at 6:39 AM, chacawaca said:

No, your better with a comskip docker only then. Comskip will generate .edl and do nothing else to your file.

Hello, wanted to know if you know of a good comskip docker only, the very few I found have no documentation about how to use.

Edited by abescalamis
  • 1 year later...
abescalamis
Posted
On 4/26/2024 at 12:49 PM, pix64 said:

@chacawacaor @vdrover

Is it possible to use this awesome docker to only generate the EDL file and not do the file conversion?  I don't mind there being the .ts files for recordings, but really don't want to remux or convert the file into something else.

If this is possible, could you please point me in the right direction on how I might accomplish that?

Thanks!

 

On 4/27/2024 at 6:39 AM, chacawaca said:

No, your better with a comskip docker only then. Comskip will generate .edl and do nothing else to your file.

Hi, I manage to set to remux the .ts to .MKV it takes 46s for a 1hr show, and adds the EDL and chapters to the video, total time 2:30 minutes per video, if I  disable generating chapters it takes 1minute and few seconds.

Thank you. the container is awesome, it was a bit tricky to set just to remux.

  • Thanks 1

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...