Brandon Castellano

Results 192 comments of Brandon Castellano

This makes me wonder if there should be a flag that indicates how multiple inputs are treated (either separately or appended). In this case, one could set the flag to...

It might be an issue with the container - can you try re-muxing the videos with ffmpeg or mkvmerge and trying again? In the long term I want to add...

Can you post the full output from running the program? You can use the `--logfile` argument and attach the resulting file. Timecodes aren't corrected for date, so they should all...

Can you share the mediainfo output for the original video as well? I'm not very familiar with the metadata side of things, but there's probably some command line options you...

From DVR-Scan's perspective it never sets those fields explicitly: ffmpeg -y -nostdin -v error -ss 00:00:00.042 -i GL0100002_output.mp4 -t 00:00:25.192 -map 0 -map -0:d -c:v libx264 -preset fast -crf 21...

Are there any small samples you can share containing the parameter? If you split the video using ffmpeg the same way DVR-Scan does, what does the start time become then?

Pretty much, yes. This could possibly be done using some kind of template variables in the future.

Looks like the documentation for this is wrong, the actual config is named `opencv-codec`. I renamed it to be more generic, but seem to have missed updating the documentation. Sorry...

As found in #291, there also might be issues with only using a prefix, so using a suffix should be considered.

Closing issue for now, feel free to reply with more information if/when possible.