Ffmpeg cudaemplois
Nous avons une application web SAAS de VOD / Direct. Les utilisateurs peuvent poster et stocker des vidéos sur leur compte et on a leur disposition un panel d'outils. - Nous avons un système d'orchestrateur (nodeJS, redis et BullMQ) et une ferme d'encodeur (nodeJS et ffmpeg) sur des VM Scaleway. - Nos bases de donnée sont de type PostgreSQL sur Scaleway. - Notre API principale tourne avec Apollo Server et Prisma, et est déployée sur une VM Scaleway avec Nginx et PM2. - Les vidéos sont stockés sur des CDN Azure. - Nous avons également un service de statistique maison sous Azure Function (serverless) et Azure Cosmos pour le stockage. - Notre backoffice est sous ReactJS et le player sous NextJs. Nous souhaiteri...
Je suis a la recherche d'un développeur qui maîtrise le développement avec FFMPEG. PARLER FRANCAIS A VIVE VOIX C'EST UNE OBLIGATION ! Merci :)
Optimiser et porter un code CUDA pour la nouvelle TITAN X pascal
1. Need error on claroline 6.0.3 installation resolved so as to complete installation. 2. FFmpeg-php installed and enabled. Server: Ubuntu 14.04, php version: 7
Portage d'un algorithme scalaire sur carte GPU (Cuda, Open CL)
installation et intégration de openmeetings dans moodle sur debian sur lequel est déjà installé: -red5-server -moodle -swftools -ffmpeg -ghoscript -sox -lame -libreoffice -subsonic -ispconfig
Project of voice recognition and automatic captioning for videos. The project is to create a system of automatic speech recognition for videos uploaded to a website to make an automated captioning in French . Features system requirements: • The Videos who must be captioned are in the h.264 format (MPEG -4 AVC) which have been previously converted using FFMPEG, however the system will be configurable if there in the future there is a change in the input format. • The system must run on a linux web server (debian or ubuntu). • The system must perform voice recognition from French videos. • The interface of the system will be in HTML5/PHP to be integrated on a web page. • The system must display the soundtrack waveform of each videos and a text field...
Bonjour, Je souhaite installer ffmpeg sur le serveur d'amazon EC2 de manière à pouvoir convertir des videos stockés sur Amazon S3. La commande de conversion des fichiers devra se faire à l'aide d'une instruction envoyé depuis un site internet hebergé sur le serveur d'ovh. Le projet consiste à réaliser ce travail et à en expliquer les détails pour pouvoir être autonome par la suite.
SERVER VPS CENTOS 6 LINUX CPANEL VIRTUALMIN INSTALLATION BOONEX AND SCRIPTS JRE (Java Ru...CPANEL VIRTUALMIN INSTALLATION BOONEX AND SCRIPTS JRE (Java Runtime Environment) version. 1.6 mod_php (module DSO) PHP EACCELERATOR PHP GD bibliothèque: GIF / JPEG lecture / écriture appui PHP GD bibliothèque: support FreeType PHP Curl Bibliothèque: le support de SSL PHP mbstring Extension RMS (Ray Media Server) FFmpeg ( ) Mplayer + Mencoder ( ) Flv2tool ( ) Libogg + libvorbis ( ) LAME MP3 Encoder ( )
Below are the skills we prefer our candidate to have: 1. Python programming language 2. MoviePy Python library 3. FFMPEG Command line library 4. Javascript knowledge 5. REST API development
I have CUDA installed and having problem installing PyCUDA.
Hello, who can install CUDA Toolkit for Python for me? CUDA 11.7 already installed on my Ubuntu 20 System with some issues Please use Teamviever OR AnyDesk Command Lines tell: >>nvcc --version ..... Cuda compilation tools, release 11.7, V11.7.99 Build cuda_11.7.r11.7/compiler.31442593_0 >>nvidia-smi NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.
Hello Guys, I am looking to convert a video codec and change bitrate etc. It is taking a lot of time for the same. I want a expert to jump in and help me find a quick solution to this I am using core php, below is the code attached. ffmpeg = FFMpegFFMpeg::create(); $video = $ffmpeg->open($videopath); $format = new FFMpegFormatVideoX264(); $format ->setKiloBitrate(1500) ->setAudioChannels(2) ->setAudioKiloBitrate(256); $video->save($format, destination)
Hello, Im looking for experienced dev with knowledge in gstreamer ffmpeg WebRTC p2p TURN/STUN. Nice to have - Rust or Go. To do is PoC where input - HDMI video, output - video stream in web browser. Most important is low latency.
I am developing and android app to display input h264 streams from camera and show them on the screen . I need to convert H264 streams to yuv420 format. I searched google for this requirement and I think the better way is to use ffmpeg library and NDK native classes. If you can do this, please help me. Very urgently. Please bid with the word "human"
I am developing and android app to display input h264 streams from camera and show them on the screen . I need to convert H264 streams to yuv420 format. I searched google for this requirement and I think the better way is to use ffmpeg library and NDK native classes. If you can do this, please help me. Very urgently. Please bid with the word "human"
Hi i'm looking for a C# developer create simple software utilizing libav libraries that restreams an RTSP camera to RTMP server with filters like drawtext etc, a live preview of the stream before and after the filters. Project size matters so it must be as simple as it gets.
Hi developers, I am developing and android app to display input h264 streams from camera and show them on the screen . I need to convert H264 streams to yuv420 format. I searched google for this requirement and I think the better way is to use ffmpeg library and NDK native classes. So all I need is to implement this native method with NDK (CPP) that can be called from android studio code: int nRet = WF_VCodec.WFVC_Decode( /*input byte[]*/ pAVData, /*input int*/ DataLen, /*out byte[]*/ out_yuv420, /*out int*/ out_yuv420ByteSize, /*out int*/ out_picture_width, /*out int*/ out_picture_heigh);
Instalar CUDA, Cudnn, PyTorch para proyecto de Python YOLOv5
We want ffmpeg on ubuntu server to do the following: Take video from usb camera and audio from mic attached to another usb port and combine/encode that into a audio-video stream to send it across to 2 rtmp servers (no overlays etc). Server 1 should get the stream without any added delay Server 2 should get the same stream with an added delay of X seconds. You can use tpad in ffmpeg to create the delay or you can use any other method. So the server 2 will receive X seconds of black video with silence before receiving the actual video stream (in order to implement the delay). The above ffmpeg command should be implemented in a python program (or shell script or whatever you want to use) so that you can send get and post requests to api endpoints as mentioned below: ...
Hi developers, I am developing and android app to display input h264 streams from camera and show them on the screen . I need to convert H264 streams to yuv420 format. I searched google for this requirement and I think the better way is to use ffmpeg library and NDK native classes. So all I need is to implement this native method that can be called from android studio code: int nRet = WF_VCodec.WFVC_Decode( /*input byte[]*/ pAVData, /*input int*/ DataLen, /*out byte[]*/ out_yuv420, /*out int*/ out_yuv420ByteSize, /*out int*/ out_picture_width, /*out int*/ out_picture_heigh);
Need a ffmpeg command merging 2 videos, adding a watermark on them and using a provided sound.
upload mp3 files read tags insert into database
FFMPEG command to record radio from Realtek RTL2832U DVBT dongle on Windows. I already have a working script for Linux, but need someone to help me for Windows. I don't know which interface FFMPEG needs to take as input.
FFMPEG command to record radio from Realtek RTL2832U DVBT dongle on Windows. I already have a working script for Linux, but need someone to help me for Windows. I don't know which interface FFMPEG needs to take as input.
As the title suggests, I need the FFMPEG command to record radio from Realtek RTL2832U DVBT dongle on Windows. I already have a working script for Linux, but need someone to help me for Windows. I don't know which interface FFMPEG needs to take as input.
if you dont know anything about ffmpeg python m3u8, drm its not for your job. I wanna scrape one of website's all episodes and movies, series.
Install my script to my server / hosting. Script equirements and installation of software requirements of: ◦PHP 7.4.0 or Greater ◦MySQL 5.6 ◦OpenSSL PHP Extension ◦PDO PHP Extension ◦Mbstring PHP Extension ◦Tokenizer PHP Extension ◦XML PHP Extension ◦Ctype PHP Extension ◦JSON PHP Extension ◦BCMath PHP Extension ...Script equirements and installation of software requirements of: ◦PHP 7.4.0 or Greater ◦MySQL 5.6 ◦OpenSSL PHP Extension ◦PDO PHP Extension ◦Mbstring PHP Extension ◦Tokenizer PHP Extension ◦XML PHP Extension ◦Ctype PHP Extension ◦JSON PHP Extension ◦BCMath PHP Extension ◦cURL ◦GD Library or ImageMagick or Imagick. ◦allow_url_fopen () is ON ◦Fileinfo PHP Extension ◦FFMPEG installed and provide me eith the proper FFMPEG file path. For my script
1. To Capture a one-minute video. (A hallway video will give you the best result) 2. extract individual frames by using ffmpeg tool 3. Use 16x16 blocks to compute MVs. You can use sequential search. 4. Search area size can be varying, and the student must come up with a best value for P. 5. Compute the MVs using your language of your choice. MATLAB is preferred as it will lift most of the heavy weight. 6. Create a CSV (comma separated values) file for each pair of frames with the following information Block number Current frame Previous frame X Y U V
This assignment is on computing motion vectors for a given video. Please follow the following steps. 1. Capture a one-minute video. (A hallway video will give you the best result) 2. Use ffmpeg tool to extract individual frames. (Refer to the documentation on how to do this, this is a part of the assignment) 3. Use 16x16 blocks to compute MVs. You can use sequential search. 4. Search area size can be varying, and the student must come up with a best value for P. 5. Compute the MVs using your language of your choice. MATLAB is preferred as it will lift most of the heavy weight. 6. Create a CSV (comma separated values) file for each pair of frames with the following information Block number Current frame Previous frame X Y U V The header is present in the above table to make it ...
Noted: Don't Waste My Time: Read Project Description Carefully. I want a developer to make an Online Video, Audio Converter & Image Converter Tools Website. codecanyon and GitHub have many Ready Scripts for this type of website. but I want a customized Online Video, Aud...party API on This script - Show File Size When Downloading The File - Script Must Be Server Optimized - I Want the Same to Same as this website converting system: - Full Ready Website Deploy on my server Noted: I have already this type of website but it's Made By FFMPEG. It spent too many CPU Resources. when anyone converts a video or audio file. this is my website:
1) Update existing training script/settings to train on locally stored video files using GPU (CUDA). Use dataset. 2) Script/command to export trained streaming model (trained in the previous step) as quantized TF Lite model 3) Script to test classification of random video from the dataset on TF Lite Streaming model (exported in the previous step) (can use as the starting point) 4) Update "Fine-Tune a Base Model with the TensorFlow Model Garden" example to fine-tune streaming
Requires urgent android developer expert in ffmpeg using java, check attached video file, while sharing on whatsapp it's showing fileformate not supported
We need take a streaming of the origen , and them, do a re-stream with FFmpeg or Node-Media-Server The idea is, take the all video (actived) stream of RTN, then, send this stream to our server and with FFmpeg or Node-Media-Server, do a restream in our website, with many channels create
Necesito instalar y compilar un programa que es público en mi Ubuntu 20.04.
...application to be built, that runs AI based detection on an incoming video stream (4k/hi-res), and generates crop coordinates (y1,x1,y2,x2) for a HD resolution output, in real time (or with as little buffering as possible). The application would also need to apply some smoothing to the output coordinates. We're looking for someone with experience in OpenCV and in particular, using OpenCV CUDA/GPU based coding. This is an application to be run under Ubuntu Linux on a Nvidia Jetson Xavier NX The application will be used on the Nvidia Jetson ecosystem, and needs to utilize the Jetsons GPU and AI processing abilities (as opposed to using CPU based resources). AI model framework can be at the choosing of the developer. We have done some testing around ONNX models ...
Hi I have an mp4 video as input, and I need to generate several versions of this video, each with a separate watermark burnt on it. The watermark should consist of a sentence with a fixed part and a variable part. For instance the text would be "This is video for country X" where the variable part would be the X where I could specify a country name to replace the X in the text. I should be able to specify the font (size, color, transparency level), and where on the video the watermark is located (top, bottom, left, right), also the watermark should be able to move (for instance scroll from left to right as the video progresses)
Need android developer with experience off ffmpeg
I need a Node/React dev 1) to add a few items, e.g. add width and height for images passed to FFmpeg, status update, etc. 2) to improve FFmpeg the video output quality The budget is $50. If you don't have experience outputting high-quality videos with FFmpeg, this is not a good project for you. This is not a job for agencies. Requirements 1) Tell me about your Node/React experience and your FFmepg experience with high-quality video output. 2) Include "I am not a robot." at the beginning of your proposal to show that you do read the job description and can follow instructions. If not, I won't reply.
I Need to add streamlabs alertbox in ffmpeg streaming. I use ffmpeg streaming setup in linux server. If anyone can add browser source or streamlabs alertbox then Bid here.
We take a combination of images and videos that we want to normalize and join to get a unique video * Each Image must have a duration of 3 seconds * Normalize the videos so that they are 1920 x 1080 * We are using libx264 to normalize video output, but we want a solution more efficient with the best quality results and quickly * Optimize ...videos that we want to normalize and join to get a unique video * Each Image must have a duration of 3 seconds * Normalize the videos so that they are 1920 x 1080 * We are using libx264 to normalize video output, but we want a solution more efficient with the best quality results and quickly * Optimize execution times with a balance between quality and weight * Is required to make with FFMPEG Let me know any questions o concerns...
I'm looking for a full-stack developer that has experience with video sharing, live streaming, and marketplaces. Large project is the beginning of a startup. I'm really looking for a tech co-founder, but if a contractor fits I'm open to it. If...Amazon S3 Analytics: Google Mobile App Analytics, Flurry Analytics, Hadoop, Hive, MixPanel, Localytics, Mode, Parquet, Pig, Presto, Spark CDN services: Amazon CloudFront Streaming protocols: RTMP, Adobe HTTP Dynamic Streaming, Apple HTTP Live Streaming, M2TS, MPEG-DASH, Microsoft Smooth Streaming, WebRTC, RTSP/RTP Media formats: MKV, MP4, AVCHD, AVI, DMW, MOV, FLV, WMV, SWF Codecs: H.264/AVC, FFmpeg, XviD Media containers: MP4, FLV Geolocation: Google Maps API, MapKit/Core Location frameworks (for iOS) Chat: Twil...
Veuillez vous inscrire ou vous connecter pour voir les détails.
Using FFMPEG and raspberry pi, create a bidirectional audio link that sends low latency AAC single channel audio via UDP
Library: We are using ffmpeg-cpp2 library and we need to set the rtsp_transport flag to tcp. Command line: ffmpeg -rtsp_transport tcp -i STREAM_URL Goal: Achieve the same thing using ffmpeg-cpp2 library.
Search a video by its content. 1. Several videos are captured 2. One video contains a person (can be a member of the group) 3. Use FFMPEG library to extract images from the video given. 4. In a given folder, there are multiple videos, one or several may have person appearing in the video 5. When search by the term "person", the program must give you the name of the video that has a person in it. 6. Extend your project to search by several objects (Ex: car, bus, tree, etc). The number of objects that you may use can be 3-4.
Hi it's a pleasure meeting you I'm looking for a machine learning python expert who uses docker version v2.5 or greater regularly so I'm looking for a torch implementation of a graph attention network which will provide intelligence to a financial advisor using good ml statistics on regular st...version v2.5 or greater regularly so I'm looking for a torch implementation of a graph attention network which will provide intelligence to a financial advisor using good ml statistics on regular statistical parameters for stable investment The problem will be broken down into 10 milestones of 40$ each and we will have status updates plus regular code reviews. we'll be using pandas or cudf cupy cuda and neural networks correspondingly. expert in torch, cudf,...
Hi, I am looking for someone to create a system to restream Live Mpeg-Dash manifests parsing the segments to decrypt/copy and mux to HLS m3u8 manifest. This ideally i would like this done via ffmpeg/PHP/NGINX core setup. Process ideally.. open MPD manifest Create parser to download segments via Aria2c download correctly in correct order and concat to mp4 and then transcode to HLS via M3U8 with TS segments. Delete old concat files and downloaded segments.
...txt>. You will be taking multiple videos and images, and combining them together to create 1 video. We will provide you with an instruction file (see example below), images and videos. You must use these images and videos to create 1 video file to show that your program works. You must have experience using FFmpeg (or other utility) and you must know how to use FFmpeg to COMBINE videos. This is not a simple thing and there seems to be some complexity with combining videos using FFmpeg, so you MUST have experience with this. The quote you provide here will be the final amount. Do not quote on this project unless you know what you are doing. You must deliver on time. Here is an example of instructions that your program will support: output_file=c: (name of...
Requires android developer for solve issue of codec in video using ffmpeg, ffmpeg generated video not playable in android device