Silvia Pfeiffer Live Stream
Category: 2Uploaded by: Silvia PfeifferHosted: youtubeThe post Silvia Pfeiffer Live Stream first appeared on ginger's thoughts.
View ArticlePARADISEC catalog for Administrators
Screencast of how a PARADISEC administrator uses the PARADISEC catalog for managing the consistency of metadata and staying on top of uploaded files.Category: 2Uploaded by: Silvia PfeifferHosted:...
View ArticlePARADISEC catalog for Collectors
Screencast of how to use the PARADISEC catalog for managing and publishing collections.Category: 2Uploaded by: Silvia PfeifferHosted: youtubeThe post PARADISEC catalog for Collectors first appeared on...
View ArticlePARADISEC catalog for Users
This screencast shows how a user of the PARADISEC catalog logs in and explores the collections, items and files that the archive contains.Category: 2Uploaded by: Silvia PfeifferHosted: youtubeThe post...
View ArticleSWAY at RFWS using Coviu
A SWAY session by Joanne of Royal Far West School. http://sway.org.au/ via https://coviu.com/ SWAY is an oral language and literacy program based on Aboriginal knowledge, culture and stories. It has...
View ArticleHow to fill an AVFrame structure in order to encode an YUY2 video (or UYVY)...
I want to compress a video stream in YUY2 or UYVY format to, say H265. If I understand the answers given this thread correctly, I should be able use the function av_image_fill_arrays() to fill the data...
View ArticleHow to fix here "EPIPE" in Node js Socket.io
``` //Receiving this error: Error: write EPIPE at afterWriteDispatched (node:internal/stream_base_commons:161:15) at writeGeneric (node:internal/stream_base_commons:152:3) at Socket._writeGeneric...
View ArticleHow to Terminate a Process Normally Created using ProcessBuilder
I am creating Processes using ProcessBuilder in my Java Application. The created process executes some FFMPEG commands which actually copy the RTSP streams in specified destination media file....
View Articlevulkan: use _KHR suffix for push descriptor properties struct ID
vulkan: use _KHR suffix for push descriptor properties struct ID [DH] libavutil/vulkan.c
View ArticleRTMP Disconnects quickly when the stream is turned on and No index.m3u8 files...
23/4/2025 09:52:58 9408 [INFO] [rtmp connect] id=7K1RWSO1 ip=::1 app=live args={"app":"live","flashVer":"LNX...
View ArticleFlutter ffmpeg_kit_flutter_full_gpl-6.0.3 PluginRegistry.Registrar flutter...
I am using ffmpeg_kit_flutter_full_gpl-6.0.3 for flutter version 3.27 but when upgrading to flutter 3.29, with android, there is an error PluginRegistry.Registrar registrar. Is there any solution to...
View ArticleWhy is my AV1-encoded video (libsvtav1) larger than the original H.264? [closed]
I'm trying to compress a batch of 10 H.264 videos (each ~5 minutes long) using the SVT-AV1 encoder via FFmpeg. Surprisingly, for all of them, the resulting AV1 file sizes are larger than the originals...
View ArticleFailed to add audio to mp4 with moviepy
I generated an audio sound.wav and a video temp.mp4 that makes use of the audio. Both with the same duration. I got the following warning when generating the temp.mp4. The animation is out of sync, it...
View ArticleHow to cleanup data to reuse ffmpeg.wasm instance
I have multiple files that I am trying to process back to back using ffmpeg.wasm. I have noticed that after around ~150 runs, a memory issue comes up: RuntimeError: memory access out of bounds. I tried...
View ArticleConverting DAV to MP4 and OGG
I want to prepare WEB page containing films from security camera recorders. Each recorder transmit video files in DAV format so each film is converted to MP4 format by script, using such syntax: ffmpeg...
View ArticleRemove Rotate metadata from mp4
I'm trying to remove or modify a rotate param from my mp4 file using ffmpeg. Based on some google results, i've ended up with such command (i've tried a few more but none of them worked): $ ffmpeg -i...
View ArticleHow to Install ffmpeg on aws lambda machine?
I'm trying to run a node js script on AWS lambda that uses ffmpeg. To do this, I need to install ffmpeg on the machine itself. I have looked through the documentation but I could not find how to...
View Articleavcodec/x86/constants: add pd_64
avcodec/x86/constants: add pd_64 Signed-off-by: James Almer [DH] libavcodec/x86/constants.c[DH] libavcodec/x86/constants.h[DH] libavcodec/x86/hevc/idct.asm[DH] libavcodec/x86/vp9mc_16bpp.asm[DH]...
View ArticleError installing ffmpeg-kit-ios-full-gpl (ios) , requested URL returned...
I am using this library in my project :- ffmpeg_kit_flutter_full_gpl: ^6.0.3. I am getting the error :- when trying to run pod install it show that it cannot already find the link where to download the...
View Article