The following warnings occurred:
Warning [2] Trying to access array offset on null - Line: 14 - File: inc/plugins/cookielaw.php(272) : eval()'d code PHP 8.3.12-nmm1 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/plugins/cookielaw.php(272) : eval()'d code 14 errorHandler->error_callback
/inc/plugins/cookielaw.php 272 eval
/inc/class_plugins.php 142 cookielaw_global_intermediate
/global.php 100 pluginSystem->run_hooks
/printthread.php 16 require_once
Warning [2] Trying to access array offset on null - Line: 14 - File: inc/plugins/cookielaw.php(272) : eval()'d code PHP 8.3.12-nmm1 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/plugins/cookielaw.php(272) : eval()'d code 14 errorHandler->error_callback
/inc/plugins/cookielaw.php 272 eval
/inc/class_plugins.php 142 cookielaw_global_intermediate
/global.php 100 pluginSystem->run_hooks
/printthread.php 16 require_once



Selur's Little Message Board
[HELP] method... - Printable Version

+- Selur's Little Message Board (https://forum.selur.net)
+-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html)
+--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html)
+--- Thread: [HELP] method... (/thread-602.html)



method... - weyb06 - 09.09.2018

Hi again,

here is the context :
I have hours of cartoon videos which come from LD I had 20 years ago.
I digitalized the total length of a face without cutting after each cartoon.
So let's say I have fe a video of 55' containing 7 cartoons following each other.

Now I have to :
- modify the PAR (can be done without encoding --> passthrough)
- crop the video (because there are black bars on the edges of the video), so I have to encode
- insert chapters (can be done without encoding --> passthrough)
- encode selecting the "queue chapters" option to have a different job for each chapter (& maybe use the de-interlace>telecine filter ???)
- then rename the cartoons using filebot fe...

so we see that i have to encode 2 times Confused

My question is:
what can i do to limit 1 of the 2 encodings ? choose H.264 ? nothing ?

regardsPlease, read the 'Infos needed to fix&reproduce bugs,..'-sticky before you post about a problem.


RE: method... - Selur - 09.09.2018

Quote:Now I have to :
- modify the PAR (can be done without encoding --> passthrough)
- crop the video (because there are black bars on the edges of the video), so I have to encode
- insert chapters (can be done without encoding --> passthrough)
- encode selecting the "queue chapters" option to have a different job for each chapter
- then rename the cartoons using filebot fe...
What I would do is:
I. Create a new proper file in the target format I want
  1. set a default output folder
  2. load source
  3. adjust Input PAR
  4. do cropping and filter
  5. add chapter points and name them according to the episode (unless you mess with the qp file Hybrid will automatically create key frames on the chapter start points)
  6. configure audio&video to the formats I want
  7. encode the file
II. Split the file and name the output files after the chapters.
  1. load output of previous file as source
  2. set audio&video processing to passthrough
  3. enable Config->Output->Filename Generation->Output Filename Generation->Use chapter names
  4. enable Base->Generate
  5. hit 'Queue Chapters' to let Hybrid create the jobs to split the source into the chapters and name the output files according to the chapter names
This way one has one encoding of the whole thing and one splitting of the reencoded file.

Cu Selur


RE: method... - weyb06 - 10.09.2018

hello

thank you very much for the tip "Config->Output->Filename Generation->Output Filename Generation->Use chapter names" -  and the rest of course !!!

I'll try this ASAP !

regards