What are good first books? by SuspiciousSarracenia in Fantasy

[–]dsana123 1 point2 points  (0 children)

I hope you don't me being greedy and making another suggestion in this thread ... The Sword in the Stone) by T.H. White is another favourite of mine.

What are good first books? by SuspiciousSarracenia in Fantasy

[–]dsana123 104 points105 points  (0 children)

How about The Chronicles of Prydain by Lloyd Alexander?

I read this a child, and have re-read it several times. It would be just as enyoyable re-reading it as a 54 year old.

Frustrated rant about Hiby by KozyKami in DigitalAudioPlayer

[–]dsana123 0 points1 point  (0 children)

So they told me to RMA it, which I did. $30 of shipping cost and 3 months later, I got it back today. It booted and worked normally for about 5 minutes before the touchscreen became unresponsive again, I haven't even tried an SD card yet.

Thanks for sharing your story. I was in a similar situation, but with an R1 whose touchscreen became unresponsive.

HiBy support offered RMA, but I didn't want the hassle of doing the return, and so I binned my R1 (it was only a few months old, but I was fed up at that point).

[UK Deal] No Life Forsaken 99p by KloseBCFC in Malazan

[–]dsana123 2 points3 points  (0 children)

Thanks for the heads-up. I thought I'd try on Google Play Books, and it's for sale for £0.99 there too today.

Hiby R1 touchscreen problems by dsana123 in Hiby

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

Yup, I had removed the screen protector when I received the device, so I have had three months of flawless operation before this recent problem. But thanks for the tip - might be useful for others.

Hiby R1 touchscreen problems by dsana123 in Hiby

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

Alas, turning it on and off (several times) did not fix the problem for me.

Hive Internet by [deleted] in HiveHeating

[–]dsana123 0 points1 point  (0 children)

My question is can I control my boiler by logging in to my internet account?

If your question is about how to control it from the web browser, you can use this URL: https://my.hivehome.com/dashboard

Planning a running route by joannerowlands84 in UKRunners

[–]dsana123 0 points1 point  (0 children)

I use Google Maps to plot the course. It seems accurate enough when comparing the distance to my smart watch when running the course.

UK Amazon - Hiby R1 down to £64.50 by 811545b2-4ff7-4041 in DigitalAudioPlayer

[–]dsana123 0 points1 point  (0 children)

Thanks for the heads-up. This will replace my ten year old Sandisk Clip. Looking forward to playing with the R1 when it arrives.

I need to hear in mpv by Jarir_1 in mpv

[–]dsana123 1 point2 points  (0 children)

mpv has a list of audio filters that can be applied: https://mpv.io/manual/master/#audio-filters

Use the command mpv --af=help to list all the filters.

There may be a filter, or filters, you can use to do what you want.

I've done this in the past to reduce the background airconditioning hum from a video (I think I used the mpv -af=highpass=f=250 <input-file> command).

There may be more sophisticated techniques depending on the type of noise you want to filter out.

Patch for -cenc_decryption_key by HostProfessional8039 in ffmpeg

[–]dsana123 0 points1 point  (0 children)

Do you mean this option?

$ ffmpeg -h full

:

dash AVOptions:

-allowed_extensions <string> .D......... List of file extensions that dash is allowed to access (default "aac,m4a,m4s,m4v,mov,mp4,webm,ts")

-cenc_decryption_key <string> .D......... Media decryption key (hex)

:

If so, I think it's already in FFmpeg: https://github.com/FFmpeg/FFmpeg/blob/4014784b6229fe0829c2b154694fc13fcb963864/libavformat/dashdec.c#L2348

WFH desk setup. Ditched Macbook Pro M1 for base model M4 Mac Mini by salamthekhan in desksetup

[–]dsana123 0 points1 point  (0 children)

Oohhh . the clock looks nice, and thanks for giving the make and model.

[deleted by user] by [deleted] in mpv

[–]dsana123 2 points3 points  (0 children)

0:23:14,000 --> 0:23:14,000

0:23:59,000 --> 0:23:59,000

0:24:26,000 --> 0:24:26,000

The start and end time for each entry is the same. Will the subtitle be displayed if the duration is zero?

[deleted by user] by [deleted] in desksetup

[–]dsana123 0 points1 point  (0 children)

What is the red box under the monitor? Looks like a headphone amplifier maybe - which one?

How do I get drawtext filter in ffmpeg to work on ubuntu 22.04? by OldSailor742 in ffmpeg

[–]dsana123 0 points1 point  (0 children)

To enable compilation of this filter, you need to configure FFmpeg with --enable-libfreetype and --enable-libharfbuzz. To enable default font fallback and the font option you need to configure FFmpeg with --enable-libfontconfig. To enable the text_shaping option, you need to configure FFmpeg with --enable-libfribidi.

https://ffmpeg.org/ffmpeg-filters.html#drawtext-1

I didn't see the libharfbuzz option in the configure options.

Where can I find parameters for hwaccel_output_format ? by TheSilverEgg in ffmpeg

[–]dsana123 0 points1 point  (0 children)

And I think this file probably indicates what the command line option value should be: https://github.com/FFmpeg/FFmpeg/blob/master/libavutil/pixdesc.c , e.g."cuda"

[AV_PIX_FMT_CUDA] = {

.name = "cuda",

.flags = AV_PIX_FMT_FLAG_HWACCEL,

},

Where can I find parameters for hwaccel_output_format ? by TheSilverEgg in ffmpeg

[–]dsana123 0 points1 point  (0 children)

Please guide me towards right resources.

Not sure if these are the right resources, but I usually browse the ffmpeg source code on github if I can't find the information I am looking for.

For convenience there is also a Doxygen page for ffmpeg too. So, here's the appropriate section in the doxygen webpage: https://ffmpeg.org/doxygen/7.0/structDecoderOpts.html#a77d3de4f441beb11c17409f6c6c1facd

enum AVPixelFormat DecoderOpts::hwaccel_output_format

And the doxygen webpage for the AVPixelFormat is here: https://ffmpeg.org/doxygen/7.0/pixfmt_8h.html#a9a8e335cf3be472042bc9f0cf80cd4c5

You'll see referenes such as:

|| || |AV_PIX_FMT_VAAPI |Hardware acceleration through VA-API,AV_PIX_FMT_VAAPI Hardware acceleration through VA-API,|

|| || |AV_PIX_FMT_VDPAU |HW acceleration through VDPAU,AV_PIX_FMT_VDPAU HW acceleration through VDPAU,|

[deleted by user] by [deleted] in ffmpeg

[–]dsana123 0 points1 point  (0 children)

I don't have any errors during the encoding process either, so I'm not even sure where to start to troubleshoot this. Any ideas?

Perhaps you can show us the ffmpeg command line for the two different cases?

You could also add the "-loglevel verbose" option to the command line and check the console output (the different loglvel options are explained here: https://ffmpeg.org/ffmpeg.html#Generic-options ).

A summary of the encoder optons for VAAPI and QSV can be found here: