Ilia Baryshnikov

Results 24 comments of Ilia Baryshnikov
trafficstars

Could you give an example on how to pass multiple profiles to `vroom-express`? I'm not sure it's supported there and not sure how to pass multiples.

It breaks type acquisition in our case :( https://github.com/olesku/eventhub-jsclient/issues/9

Yes, I'm concatenating .mp4 files. Here's some clip ids which result in `90k tbn`: - AmusedDignifiedMilkVoteNay-q4Sh6cs0MBbJipat - AthleticStylishJalapenoBloodTrail-mglkyE4YYHUnKORs - BovineZanyDragonfruitPoooound-gWpVSGgVddyOgtVr Here's some clip ids which result in `15360 tbn`: -...

Would it be possible to give an option to set the TBN?

A bit offtopic, but I've tried using MP4Box for concatenation, it works great until I tried adding [drawtext clips](https://stackoverflow.com/questions/22710099/ffmpeg-create-blank-screen-with-text-video) in between (audio broke, drawtext clips broke). So will probably stick...

You can try this one ``` ffmpeg -f lavfi -r 60 -i color=black:1920x1080 -f lavfi -i anullsrc -vf drawtext=fontfile='/usr/share/fonts/ubuntu/Ubuntu-R.ttf':fontcolor=DDDDDD:fontsize=50:expansion=none:text='ICANT play the videogame':x='(main_w-text_w)/2':y='(main_h-text_h)/2',drawtext=fontfile='/usr/share/fonts/ubuntu/Ubuntu-R.ttf':fontcolor=DDDDDD:fontsize=40:expansion=none:text='(by rakanishus)':x='(main_w-text_w)/2':y='(main_h-text_h)/2+60' -c:v libx264 -b:v 1000k -pix_fmt yuv420p -video_track_timescale...

Thanks a lot for the breakdown! Feel free to close it as soon as `--tbn` is released

It sometimes also happens on regular suspend, but all the time on `esc`

I'm not able to suspend anymore after about 7h of system use and uptime, constantly getting same error mentioned above, here's `dmesg` [logs](https://gist.github.com/qwelias/2d2563f6354a605955bde186adc73860) from before failed suspend attempt till unlock

Seems like brave browser was causing the error on regular suspend, after `pkill brave` I was able to suspend without any issues, but `esc` before-unlock-after-wake did not work anyways, same...