B4J Library [B4j] Jave2 FFMPeg Library - stevel05 (first post)    Aug 29, 2022   (1 reaction) It wraps the Jave2 (Java Audio Video Encoder) library, so it is unlikely that any thing will be added. B4A Library Bitmaps to Video - CaptKronos    Aug 09, 2018   (22 reactions) (Look at the previously referenced web pages for more info.) Finally for the codec (MIME_Type) parameter, I always use "video/avc" (H.264) though you can play around with the other codecs supported by your device. You can get the codec list by calling the encoderCodecs method.
Multiple videos can b B4J Code Snippet On-the-fly snippet to convert video to audio file - jkhazraji    Sep 07, 2023   (8 reactions) *; import ws.schild.jave.encode.AudioAttributes; import ws.schild.jave.encode.EncodingAttributes; import ws.schild.jave.Encoder; import ws.schild.jave.MultimediaObject; import ws.schild.jave.info.MultimediaInfo; static public boolean convertV2A(String vFile, String aFile){ boolean succ B4A Question RTSP support in new ExoPlayer Library Update - JohnC (first post)    Jan 26, 2022 I am trying to use this library with the below hardware video encoder for a remote controlled video app: B07CP3G86L But the only format that both the encoder and Exoplayer support is HLS. However, I can't use HLS because is has an encoding delay of 7-8 seconds. This delay is a deal breaker becaus B4A Code Snippet [B4X] Audio Streaming UDP - max123 (first post)    Jan 28, 2021 Next days I will post on this forum both my RawVideoBitmap and RawVideoJpeg encoders with a full code, for RawVideoBitmap it use BitmapCreator, show a realtime video preview while encode the video fille, it support RGB565, RGB66, RGB88, BlackAndWhite output formats, yes, can encode videos even in bl B4A Question playback video frames - Erel (first post)    Sep 09, 2019   (1 reaction) Tip: Use File.WriteBytes.
You are making an incorrect assumption that writing the preview pic data to a file will result with a proper video file. It doesn't work like this. You need to encode the video with a standard encoder.
MJPEG is a very simple one: MJPEG / CCTV Server
More information: ht B4A Code Snippet [algorithm] Bresenham Line Algorithm. Linear interpolation. - max123 (first post)    Jan 03, 2023 Yes I know it, I used it to make a video encoder/decoder for ESP8266 and ESP32 and Oled or TFT screen. Developed on B4J. Just I do not remenber how use antialiasing while draw the buffer on Canvas. B4A Library libStreaming v1.3 - DonManfred    Apr 16, 2016   (19 reactions) Context As Context
Returns the context set with {@link #setContext(Context)}
Destination As String
Returns the destination ip address set with {@link #setDestination(String)}.
FlashState As Boolean
Returns the flash state set with {@link #setFlashEnabled(boolean)}.
Origin As String
Returns the o B4R Tutorial ESP32 Camera Picture Capture and Video Streaming! (Updated with code!) - max123 (first post)    Dec 09, 2022   (3 reactions) I'm glad you like it.... Yes I will share that, but it is C++ code only and probably not the right place to share here on this forum, even it depends on many libraries I have developed and import inside the sketches.
To show a camera video on oled this is an experiment I wanted to see my face in re B4A Question Viewing a video in realtime - Biswajit (first post)    May 30, 2020 Check the log.
Unsupported profile 4 for video/mp4v-es
HW encoder for video/avc is not available on this device. Page: 1   2   3   4   5   6   7   Powered by ColBERT |