Ffmpeg mencoderdela

Filtriraj

Moja nedavna iskanja
Filtriraj po:
Proračun
do
do
do
Vrsta
Znanja
Jeziki
    Delovno mesto
    2,000 ffmpeg mencoder najdenih del, po cenah EUR

    1. provide user authentication (active directory / pre-defined password) 2. if general user, provide web application tools to encode video files (FFMPEG to H.264 format from AVCHD and MPEG4), the encoded video files can then be uploaded to the pre-assigned directory location 3. if administrator, all user function + assign quota and directories for each user

    €1939 (Avg Bid)
    €1939 Povprečna ponudba
    27 ponudb

    We are looking for a freelancer who can combine images, texts and music to make videos using code (.php). FFMPEG knowledge is plus point. Your task will be as below. You will be given some images, some texts and one mp3 music file (files attached). You have to combine all these to make a similar video (output video attached), but with programming language only (php is preferred.).

    €34 (Avg Bid)
    €34 Povprečna ponudba
    4 ponudb

    ...restream them to my website (Datarhei Restreamer). It works fine but it dont support the contained G.711 audio and the result are streams without audio at the website. The audio needs to be changed from "G.711" to "AAC" or something other that are compatible to "Restreamer" to bring the sound on the website. But i tried this now since over 2 months without an solution! I tried and try it with FFMPEG on a second raspberry. I want to encode it on the second PI as live-encoder and restream the modified "new" stream so i can use it as input for the "Datarhei Restreamer"-Server. But i have severe problems with configuring the entire setup and the output. The output needs to be a "new" rtmp oder rtsp stream with the correct...

    €93 (Avg Bid)
    €93 Povprečna ponudba
    5 ponudb
    install a script Končano left

    hi i recently bought a script based on laravel here's the installation Documentation Requirements 1- php 7.1.3+ 2- mysql 5.7+ 3- ffmpeg 4- nodejs Installation 1- open .env file 2- add your database and pusher (Note pusher free account is more than enough) 3- add your ffmpeg path in config/laravel-ffmpeg run this command in same folder php artisan config:cache php artisan migrate php artisan passport:install (take clinet_id 2 save it in note) php artisan db:seed php artisan config:cache after that install node_moudle npm install then go to 1- resources/asset/js/users/package/ Add your clinet_id and Stripe public key -2 resources/asset/js/admin/ Add your region and key for pusher npm run prod Tha...

    €67 (Avg Bid)
    €67 Povprečna ponudba
    18 ponudb

    I have a site that when moved to another server stops working for the video upload part. I need to fix this issue

    €18 / hr (Avg Bid)
    €18 / hr Povprečna ponudba
    23 ponudb

    Hi freelancers! I need help on JNI regarding integration of FFmpeg for RTSP, If you know how to do this then only bid. more details will be provided with selected Dev. Happy Bidding!!!

    €28 - €234
    €28 - €234
    0 ponudb

    I need some changes to an existing website. I need you to build my personal website.

    €13 (Avg Bid)
    €13 Povprečna ponudba
    4 ponudb

    Task : C/C++ TS muxer using FFmpeg libraries (libavformat) - input is RTSP Stream containing H264 Video + Audio - process stream copy video and convert Audio (if present) into AAC - pack it to TS container with index file containing offsets

    €189 (Avg Bid)
    €189 Povprečna ponudba
    2 ponudb

    ...that is coded that i need to amend and complete If you have some or all these skills please let me know I have a video recording that's been generated on client web browser, then it is uploading from web browser to AWS and it is being converted to MP4 server side. I need this to change to: once video has been generated on web browser( this is coded ) video is converted using javascript/ffmpeg/web assembly Other tasks involve: Some recordings are not saving on another feature this needs to be fixed I also need payment modules adding, such as: split payment out, release payment Data fetching and displaying on pages Forms need to be added User profiles need adding User interface needs to be altered Links need adding I need to discuss the pay, the pay I am...

    €1401 (Avg Bid)
    €1401 Povprečna ponudba
    23 ponudb

    ...can click to choose to add a new item (text, images..) - We are going to request to add a SOUND/AUDIO file on each ITEM, so we need to add on ffmpeg the MERGE of each audio file. - Deafult NEW items to LOOP OFF (unselected). - If user choose LOOP ON (selected) ALERT: Audio Can't be added or it will be removed! - blur SOUND button. PLUS even if the item is on the items sequence 1,2,3,4... we will change the default time to 0. - WHEN clicking preview VERIFY that EACH items has an AUDIO file, give the option to choose NO AUDIO so we use a silence file on ffmpeg. - When clicking PREVIEW we will MERGE the audio of EACH item (Edit FFMPEG), so the character will use it on the MAIN SWF animation. SAME WHEN EXPORTING the project to mp4. The character will...

    €200 (Avg Bid)
    €200 Povprečna ponudba
    5 ponudb

    Hello, I'm looking for a FFMPEG expert who is having good experience in Live Streaming. I want to change the codec of a live RTMP stream. The current codec is avc1.4D002A,mp4a.40.2 which i need to change to video/mp4; codecs="avc1.4D401F, mp4a.40.2" Let me know. Thanks

    €118 (Avg Bid)
    €118 Povprečna ponudba
    4 ponudb

    I want to encode and stream the content of several windows in my server. I will be using Nvidia Hardware Acceleration which is supported by the opensource ffmpeg software. What I would like to do is take the code of ffmpeg project and simply add one more input option so that it accepts the handle of a window (in Microsoft Windows). Instead of reading the frames from a file it would get the bitmap from the hdc object. The rest would be kept as it is. The ffmpeg source code is freely available online but if needed I can send it to you.

    €242 (Avg Bid)
    €242 Povprečna ponudba
    1 ponudb

    I have a server that has a Nvidia Tesla M60 GPU Card I need the M40 be working with ffmpeg for video transcoding in Ubuntu Once you get it set up I need written step by step instructions on what was done to get it to work. You must have to done this before to bid for this project.

    €217 (Avg Bid)
    €217 Povprečna ponudba
    6 ponudb

    ./configure --prefix="$HOME/ffmpeg_build" --pkg-config-flags="--static" --extra-cflags="-I$HOME/ffmpeg_build/include" --extra-ldflags="-L$HOME/ffmpeg_build/lib" --extra-libs="-lpthread -lm" --bindir="$HOME/bin" --enable-gpl --enable-libass --enable-libfdk-aac --enable-libfreetype --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-nonfree && PATH="$HOME/bin:$PATH" must all be compiled by hand

    €103 (Avg Bid)
    €103 Povprečna ponudba
    3 ponudb

    1 - setup FFMPEG on ubuntu linux server. 2 - script should be in php 3 - script will receive video file in post request $_FILE['video']; 4 - script needs to create versions of the video file 1080p 4:3 1080p 16:9 720p 4:3 720p 16:9 480p 4:3 240p 16:9 5 - script needs to create snap shot images of the video at intervals of - 30 second mark - 3 minute mark - 6 minute mark - 9 minute mark - 12 minute mark - 15 minute mark 6 - then store all on s3 bucket ( I have code for this already done which you can use)

    €101 (Avg Bid)
    €101 Povprečna ponudba
    9 ponudb

    Hey there! I have a React Native App that uses video compression. At the moment, I am using Giraffe Compressor [1] and call that from my React Native App to compress the videos. The point is that while ffmpeg works fine, it is just too slow, so I use Mediacodec. This is very fast but somehow the sound of the video is gone. I looked into it quickly but don't have the time currently to do it myself. Please let me know how long this would take you. You may simply fork the GiraffeCompressor repository and change the necessary settings, or create a simple Android project that does the job, such that I can simply take the classes into my React Native. Let me know if you have any questions =)

    €280 (Avg Bid)
    €280 Povprečna ponudba
    14 ponudb

    I use a youtube script, but the script stores the video at the same front-end server. So the task will be: Create ...management at the admin panel too General requirements for your skills: Perfect PHP Skills (PHP Frameworks,..) Perfect Javascript Skills HTML5, CSS, (Bootstrap,..) Mysql, (MariaDB) linux admin skills Perfect NGINX skills (Sometimes Apache) Excellent knowledge of API development and use Knowledge of payment gateway integration JQUERY VIDEOJS RTMP HSL HTML5 LIVE STREAMING HYBRIDAUTH FFMPEG Last but not least… “You think Mobile first”. Script: Download: I looking for a long-term cooperation. With positive cooperation, further tasks follow I look forward to your application.

    €19 / hr (Avg Bid)
    €19 / hr Povprečna ponudba
    15 ponudb

    i need you to make a Delphi source code for m3u8 downloader Software should be multi threaded have a listview with filename , filesize and time comlumns (real time update while downloading) software should download (Multi )live streams (m3u8) at once after finish download...code for m3u8 downloader Software should be multi threaded have a listview with filename , filesize and time comlumns (real time update while downloading) software should download (Multi )live streams (m3u8) at once after finish downloading remove it from the listview and save it to the hdd Option to stop stream before and it end , and the video should be playable (same as ctrl c in ffmpeg) option to save it to .TS or .MP4 you can use to save time and work !

    €143 (Avg Bid)
    €143 Povprečna ponudba
    4 ponudb

    ffmpeg installation on centos Need someone that can install FFMPEG on centos Important : Due to Confidential nature of content on all our servers including this one, we CanNOT give access to anyone. Work will have to be done via screen share. We thought it was important to mention this to have clear expectations before hand.

    €20 (Avg Bid)
    €20 Povprečna ponudba
    15 ponudb

    ffmpeg installation on centos Need someone that can install FFMPEG on centos

    €14 (Avg Bid)
    €14 Povprečna ponudba
    8 ponudb

    We run some video processes on our website for assembling short clips into one clip and injecting some text using ffmpeg. This all works fine but there is a problem with the queuing, this needs to be fixed. We need the queue because if multiple processes run at the same time, the server gets overloaded, so the video processes need to run one at a time. Each process is picked up from a table in our database and triggered by member activity. Sometimes this stalls so a backup trigger by a cron job needs to be added. All data for the video process is fetched from the database. The current scripts needs to be cleaned up because multiple people worked on it and some small bugs need to be fixed. If you show interest in doing this project I'll provide you with further details and event...

    €366 (Avg Bid)
    €366 Povprečna ponudba
    14 ponudb

    I have a Dahua DVR which has a P2P camera connected. I am using Smart PSS and can access the camera using the P2P function of the Smart PSS software. I need a way to connect to the camera using RTSP from a system like ffmpeg on Linux and transcode video and audio to a RTMP stream. The screenshot i attached is from the configuration of the P2P client (Smart PSS). I have a TCP+UDP packet flow protocol which maybe we can use to identify the source (See attached).

    €226 (Avg Bid)
    €226 Povprečna ponudba
    4 ponudb

    Hello world! I am looking for someone who can create a script that will automatically overlay certain image animations on video clips. I suggest using tools such as ffmpeg. I will pay 400 USD for completion of this project. The input will be some movie clips, and a list of which images to overlay in each clip. The output should then look like this, except that the clips doesn't have to be merged: Example (files in shared dropbox): INPUT: 1) Input video clips to 2) Input list of list (python notation) with images for each clip: [[], [''], [], [], [''], [''], [], ['item_hurricane_pike

    €342 (Avg Bid)
    €342 Povprečna ponudba
    12 ponudb

    ...or multiple users, with links to the video. This all must be done automatically. This way, it can be managed to send user 1 video links to fragments from channel 1, user 2 gets email with video links to fragments from channel 3 and 4, etc. The recording is done by sending one command to FFMPEG (starting FFMPEG with parameters). Settings for the fragments must be: -start date, -start time, -repeatings, -quality (bitrate, resolution). All these settings are sent as parameters to FFMPEG. Also settings must determine how long fragments will be kept, after this time they will be deleted. System must be completely web-controlled. All user and channel data must be configurable in the website. We provide a server, storage, SSH and SFTP access, My...

    €243 (Avg Bid)
    €243 Povprečna ponudba
    42 ponudb

    What...directory and an email is sent to one or multiple users, with links to the video. This all must be done automatically. This way, it can be managed to send user 1 video links to fragments from channel 1, user 2 gets email with video links to fragments from channel 3 and 4, etc. The recording can be done with ffmpeg for example. Settings for the fragments must be: start date, start time, repeatings, quality (bitrate, resolution). All these settings can be changed with ffmpeg. Also settings must determine how long fragments will be kept, after this time they will be deleted. System must be completely web-controlled. All user and channel data must be configurable in the website. We provide a server, storage, SSH and SFTP access, MySQL, Apache2, test-URL c...

    €560 (Avg Bid)
    €560 Povprečna ponudba
    27 ponudb

    I am Software Engineer. I am building a project and part of this project is to split video file into multiple parts. As you see I work in tech field so I have few inputs and clear goal on what I want to achieve with this project. ;) What's provided? - input file path, duration of output file What you have to do? - Using Ffmpeg library split video file and save output files on external phone's directory (I can help you for brief here) For example, If I input video file with 3.10 minutes (3 * 60 + 10 = 190 seconds) duration and expect output file with duration of 15 seconds then it should produce 12 files (each with 15 seconds) and last remaining 1 file (with 10 seconds) Note: - This is a task and doesn't require to implement UI or presentation. - Vi...

    €141 (Avg Bid)
    €141 Povprečna ponudba
    11 ponudb

    The Company Warp Limited...clips to Warp’s Server. This piece of software needs to run efficiently without sacrificing any performance, and since it will be running in the background, it needs to very light so our users can use it while playing CPU, GPU and RAM intensive games. Must Have strong commercial experience working with either C, C++ or C# to build Microsoft desktop applications Have experience working with FFMPEG for recording videos Have experience with Agile and Scrum methodologies Have knowledge of desktop app architectural patterns Have experience with Github Could Have worked in a startup environment before Have experience with Atlassian Jira Have played video games before Have knowledge about other game recording products such as OBS or Nvi...

    €2667 (Avg Bid)
    Pogodba o nerazkritju informacij
    €2667 Povprečna ponudba
    15 ponudb

    -Need developer with rich experience in FFmpeg -design and develop all tolls like ref site experience

    €508 (Avg Bid)
    €508 Povprečna ponudba
    23 ponudb

    I need a new website. I need you to design and build a website with all tools as ref site

    €497 (Avg Bid)
    €497 Povprečna ponudba
    22 ponudb

    i need someone to make me an option for video playback in obs, the hardware i have is blackmagic decklink under linux, windows and mac, i need only people experimented on this , that was working on the past on this, if you do it you will be hire for future project., i also needs to see it tested before award so i not going to...hardware i have is blackmagic decklink under linux, windows and mac, i need only people experimented on this , that was working on the past on this, if you do it you will be hire for future project., i also needs to see it tested before award so i not going to waste my money and time, so please make sure you can do it, NOTE: i will provide you with the guide SDK from decklink or you can do it via ffmpeg library please you need to say wich one you going...

    €229 (Avg Bid)
    €229 Povprečna ponudba
    1 ponudb

    I have piece of software (just one C++ file) which compile and generate a binary tool. I need somebody with experiences on these mentioned skill (C++, ffmpeg and OpenCV), the idea is make few changes on current source code which run over linux commandline. No waste timer please, already I am tired to met with such fake developers..... More details on PM.

    €84 (Avg Bid)
    €84 Povprečna ponudba
    5 ponudb

    We have a source for video calls that provides an audio file and a video file for one caller and an audio file and video file for the other caller. We need some way to script the combination of all files, the two separate calls need to be combined and then the calls played side by side next to each other. The big issue is sometimes one caller is longer than the other since it takes a couple seconds for the other caller to answer and this make the audio not work properly. We need the files combined into one file that has both callers playing side by side in the same video so you can watch the full conversation. Here are the files for both callers:

    €157 (Avg Bid)
    €157 Povprečna ponudba
    3 ponudb

    I need somebody to install mmpeg library for me. It should be done right away. I will pay one hour fee

    €32 / hr (Avg Bid)
    €32 / hr Povprečna ponudba
    25 ponudb

    I need a server setup for my android application. It must be Windows platform with PHP, MySql and FFmpeg installed. I have domains registered with Godaddy. The server could be with Godaddy or Amazon AWS.

    €145 (Avg Bid)
    €145 Povprečna ponudba
    17 ponudb

    Creation of new droplet on DigitalOcean (if you've not created yet). We'll create a Droplet with Ubuntu 16.04. Installation of Apache PHP 7.0 with necessary modules MySQL phpMyAdmin Configuration DNS for your domain. Clean installation of the Nextpost v3.0 Configuring cron task Free SSL Installation of FFMPEG and FFPROBE

    €22 (Avg Bid)
    €22 Povprečna ponudba
    4 ponudb

    Dear friends i have a centos machine and ffmpeg running (under supervisord) i want to live stream my ip camera to youtube. The ip camera provide an rtsp stream.(I can provide rtmp or mtu8 as well) On the upper left corner of the video i want to place my With my code the ffmpeg sends the stream to youtube for only 1 minute. Then it stops. Probably because the upload speed is very low (almost 70kbps) and the other arguments are wrong (youtube requires special settings) You have to play with the settings and provide the correct arguments. In case the connection or the stream stops the ffmpeg will have to run again so the video to play continuously on youtube Thanx

    €181 (Avg Bid)
    €181 Povprečna ponudba
    7 ponudb

    Need windows application in which will be few fields to enter and then pass variables to and run ffmpeg.exe. Also one selectable parameter must be imported from playlist m3u file.

    €23 (Avg Bid)
    €23 Povprečna ponudba
    3 ponudb

    I need somebody with experiences on these mentioned skill (C++, ffmpeg and OpenCV), the idea is make few adjustment on current source code under linux. No waste timer please, already I am tired to met with such fake developers..... More details on PM.

    €57 (Avg Bid)
    €57 Povprečna ponudba
    4 ponudb

    Hi Everyone, I have an audio file and don't know codec. I think adpcm_dtk but failed to convert2wav please use FFmpeg tools only acceptable is

    €400 (Avg Bid)
    €400 Povprečna ponudba
    9 ponudb

    I'm planning to use Opencv(3.4) in C++ (Qt creator) in Raspberry pi 3. i have tried building using Cmake GUI. unfortunately ffmpeg do not build with opencv. Note: i don't want just Opencv to be built, i have done that already. it works fine. i am looking for someone who can build Opencv WITH ffmpeg for C++ (NOT PYTHON) if you want i'll give access to my device (rpi 3)

    €127 (Avg Bid)
    €127 Povprečna ponudba
    6 ponudb

    This is for ffmpeg client to capture audio and video send 30s-300s chunks to an s3 bucket in real time (e.g., after chunk/file written)

    €937 - €937
    €937 - €937
    0 ponudb

    Install multi-server plug-ins and can be used ffmpeg stops working after installing multiple server plugins Synchronization of other servers failed Need to solve this problem It is best to understand chinese Or real-time online chat tool

    €111 (Avg Bid)
    Izpostavljeno
    €111 Povprečna ponudba
    5 ponudb

    Looking for expert C++ developer to make few changes on my current code. It work under linux and is regarding to video processing. No waste time required.

    €106 (Avg Bid)
    €106 Povprečna ponudba
    7 ponudb

    I have my code but that is taking RTP stream with H264 and muxing it to TS files, but I have some difficulties. Can provide my sample code to fix it or make new. Task #1: C/C++ program that will pack RTP Stream containing H264 Video + Audio to TS container. Task #2: C/C++ program that will take RTP Stream containing H264 Video + Audio (mp2, g711) and conve...TS files, but I have some difficulties. Can provide my sample code to fix it or make new. Task #1: C/C++ program that will pack RTP Stream containing H264 Video + Audio to TS container. Task #2: C/C++ program that will take RTP Stream containing H264 Video + Audio (mp2, g711) and convert Audio in it to AAC, then pack it to TS container. Video is copied, only convert Audio. (I can provide FFmpeg sample for convert...

    €283 (Avg Bid)
    €283 Povprečna ponudba
    4 ponudb

    I have hls live streaming source link. I want hls to hls converter on centOS. If you have experience , feel free to contact me. automatic bids will be ignored.

    €83 (Avg Bid)
    €83 Povprečna ponudba
    10 ponudb

    -have WordPress site that need to add all this features and some other modifications -create image converter with queue feature + email download link + free & paid user limitation and features + multiple file upload and download -create audio converter with queue feature + email download link + free & paid user limitation and features + multiple file upload and download -create video converter with queue feature + email download link + free & paid user limitation and features + multiple file upload and download -create developer api with token for other sites -create developer dashboard -create user dashboard

    €548 (Avg Bid)
    €548 Povprečna ponudba
    26 ponudb

    We're a new youth sports mobile live streaming application company that is looking for a Sr. Video Streaming Engineer to join our team for an EQUITY-ONLY position. As a Sr. Video Streaming...complex technical problems to non-technical personnel in a competent and concise way.   • Knowledge of streaming providers and vendors: CDN's, Cloud Providers, OVP's, Encoding Hardware, etc   • Strong Knowledge of Video Content Management Systems, video player development and securitization of video.   • Experience working with server software (Apache, Windows Server, Kulabyte, Flash Media Server, ffmpeg, x264, Telestream).   • Adept with Video Compression for multiple devices   • Ideal candidate will also...

    €9 - €28
    €9 - €28
    0 ponudb

    Shinobi is a GUI for FFMPEG. Currently the FFMPEG processes use too much CPU power because our bitrate is 8MB(+) and the resolutions are 1080(+). The goal is to lower the CPU use and offload the video decoding (and possibly encoding) when consuming these streams. We have attempted to enable VDPAU and VA-API with little success. Where some cameras will use VA-API, others will not or when using VDPAU we cannot make JPEG images in the format required for the motion detector. QuickSync didn't even show up as an available method and crashed the FFMPEG process when trying to use it. Tasks : - Use VA-API, VDPAU, or QuickSync to Decode video (hardware acceleration) - Use the motion detector feature while hardware acceleration is on - Advise on changes needed to b...

    €36 / hr (Avg Bid)
    €36 / hr Povprečna ponudba
    1 ponudb

    Before continuing please read carefully. The site in question is an adult gay site and con...question is an adult gay site and contains images and videos of legal activities and content. You must be comfortable working on such sites. The site is also live with 4K members. The existing script PhpFox V3 has been upgraded to PhpFox 4 - the video module is installed but the server needs to be configured and tested to ensure new videos can be uploaded, this involved installation of FFMPEG and FFMPEG-FPM. The existing videos have been copied over and are listed in the video module, however they are in .flv format which PhPFox 4 does not support. These videos need to be converted to mp4 and the associated database entries updated. The old flv files must be deleted once comple...

    €458 (Avg Bid)
    €458 Povprečna ponudba
    8 ponudb