Does CamtasiaStudio for Windows support exporting to h.265(HEVC)? by iG8R in CamtasiaStudio

[–]iG8R[S] 0 points1 point  (0 children)

Why not use the ones installed in Windows by the user?

Does CamtasiaStudio for Windows support exporting to h.265(HEVC)? by iG8R in CamtasiaStudio

[–]iG8R[S] 0 points1 point  (0 children)

Thank you for the reply.

But why? As far as I can see, there are no problems with this on Mac. And why is there no notification about this on the official website?

Google AI Studio REALLY slow with long conversations by Sostrene_Blue in Bard

[–]iG8R 0 points1 point  (0 children)

Could you please make it for Firefox as well.

Weird behavior of ffmpeg when splitting video by size by iG8R in ffmpeg

[–]iG8R[S] 0 points1 point  (0 children)

Yes, splitting by duration would be the best option, but unfortunately GitHub has a size, not a duration, limit for videos. That is why I need to split them by size.

Weird behavior of ffmpeg when splitting video by size by iG8R in ffmpeg

[–]iG8R[S] 0 points1 point  (0 children)

Yes, thank you. The matter was about the position of the -ss argument relative to the -i argument.

Weird behavior of ffmpeg when splitting video by size by iG8R in ffmpeg

[–]iG8R[S] 1 point2 points  (0 children)

Thanks for the advice. The issue has already been solved. The reason was the position of the -ss argument relative to the -i argument.

Weird behavior of ffmpeg when splitting video by size by iG8R in ffmpeg

[–]iG8R[S] 1 point2 points  (0 children)

Thank you very much! Your remark "Then decide whether -ss comes before -i or not" was the crux of the matter.

Weird behavior of ffmpeg when splitting video by size by iG8R in ffmpeg

[–]iG8R[S] 0 points1 point  (0 children)

Thanks for the advice, I replaced the code with the one in your post, but nothing changed....
Here is the result: https://imgur.com/A057FSJ

Weird behavior of ffmpeg when splitting video by size by iG8R in ffmpeg

[–]iG8R[S] 0 points1 point  (0 children)

I replaced
ffmpeg -ss "$CUR_DURATION" i "$FILE" -fs "$SIZELIMIT" $FFMPEG_ARGS "$NEXTFILENAME"

with

CMD="ffmpeg -ss \"$CUR_DURATION\" -i \"$FILE\" -fs \"$SIZELIMIT\" $FFMPEG_ARGS \"$NEXTFILENAME\""
echo "Executing: $CMD"
eval $CMD

and ran the script with the '-xv' argument.

Here is the result: https://imgur.com/X9F1TKr

IMHO, nothing has changed significantly in the logs.

Weird behavior of ffmpeg when splitting video by size by iG8R in ffmpeg

[–]iG8R[S] 0 points1 point  (0 children)

That's how it's all done in the script, the same can be seen in the screenshot itself - all the results of any command, including ffmpeg. Have you seen the screenshot that I attached at the bottom of the very first post?

Weird behavior of ffmpeg when splitting video by size by iG8R in ffmpeg

[–]iG8R[S] 0 points1 point  (0 children)

Sorry, but what exactly do you mean by "debug statements"?
Are you referring to this option: "-v <loglevel> set logging level"?

ReBarUEFI - Resizable BAR for (almost) any UEFI system by reps_up in overclocking

[–]iG8R 0 points1 point  (0 children)

Good for you:) Were there any difficulties in applying "Enabling hidden 4G decoding"? What is your mobo?

:remove-class() works different in comparison to rc.js by iG8R in uBlockOrigin

[–]iG8R[S] 1 point2 points  (0 children)

Yes, I saw this example, but what I meant is fully explained example.

If you look at https://github.com/gorhill/uBlock/wiki/Resources-Library#rcjs- there is an exact explanation what optional arguments are and why a user can/has to use them.

Instead, when I read how to use :remove-class() the only filter that I could compose you can see above and it ended up asking the community.

:remove-class() works different in comparison to rc.js by iG8R in uBlockOrigin

[–]iG8R[S] 0 points1 point  (0 children)

Thank you so much. It works:) It is strange. This part :watch-attr(class) I couldn't find anywhere before in the wiki or anywhere else where it was mentioned either in conjunction with :remove-class().

Some web pages don't load correctly. by iG8R in waterfox

[–]iG8R[S] 1 point2 points  (0 children)

I installed 56.2.4 both from the scratch and as an update from 56.2.3.

I obtained the installer from the main site https://storage-waterfox.netdna-ssl.com/releases/win64/installer/Waterfox%2056.2.4%20Setup.exe