I want to combine 2 songs with very different beats, one is boring and the other is fun, but I want the second song to be mixed like a DJ does, where it kind of overlaps and so on, so it looks cool. At the end of the song, I want to add the same boring one again, but I want it all to come together. And I want this to be done online.
A centralized server system for collecting and storing data from Planfix, 1C, Meta Ads, and Google Ads is needed, as well as a web dashboard for displaying and analyzing this data. All data, change history, calculations, and aggregated metrics must be stored exclusively in the server database. The dashboard should not store or duplicate business data. It must retrieve the necessary information from the server database via API according to user requests and display it in the form of KPIs, charts, tables, and detailed reports.
niche smoked fish set up advertising there is both a website and a working Instagram account offer a price and options for cooperation
Brief I need a program in Python that runs on my PC (Windows) and creates faceless videos in the format of "voiceover + changing visuals from photos and clips" — like historical documentaries on YouTube (I will attach an example separately). I input a topic → the program writes a script, voices it, selects video/photos from free archives for each piece of text, edits them together → outputs a ready MP4. For me only. No website, no users, no sales. One user — me. How it works (step by step) 1. Input. A simple window opens. I enter the topic of the video and choose a voice from the list (**the list of voices is automatically pulled from ElevenLabs via API** — available on my account). I click "Create." (Second mode: insert a ready script instead of generating.) 2. Script. The program writes a script on the topic of the specified length via LLM API (OpenAI/Anthropic, key in settings). 3. Scene breakdown. LLM divides the script into scenes and returns for each: scene text; visual type: video or photo; search query (a detailed phrase of what should be in the frame); highlight mark + importance rating 1-10 (for intro, see below). 4. Voiceover. The text is sent to ElevenLabs API with the chosen voice → audio. The video sequence is cut to match the length of the audio for each scene. 5. Video/photo selection — from free sources via API (see the list below). A specific request is formed for each source (for accuracy). If one doesn't yield results — it tries the next. 6. Verification (maximum 3 steps per scene). Step 1: the program takes the first found option (video/photo) based on the request. Step 2: sends the frame to LLM — "does it fit the scene?". If it fits → stop. Step 3 (if it doesn't fit): the program switches to searching for photos (it's easier to find photos with an exact request than videos — this guarantees relevance) and takes it with enhanced motion (zoom + pan). No more than 3 steps per scene — this saves the LLM budget and ensures that the frame is relevant. 7. Assembly via ffmpeg/moviepy: clips and photos timed to the voiceover, photos are animated with zoom (Ken Burns effect), voice on top, simple transitions. Output: MP4 1920×1080. Video sequence rules (important — the program is responsible for this) First 60 seconds — intro teaser: a montage of the most impactful clips from the entire video (scenes with the highest importance rating that contain video) under a separate introductory text from LLM ("in this video you will learn..."), frames without explanations, creating intrigue. Then a transition to the main part. Alternation: video insert at least every ~6 seconds, no many photos in a row. Video share: at least ~40% of the time — live clips, the rest — photos with zoom. Frame length: 4-6 seconds (both photos and videos). No rapid cuts, no prolonged static shots. For purely historical topics where there is no video — photos with enhanced motion (zoom + pan). Sources (all free, with API) Modern video + photos: Pexels, Pixabay. Historical/archive (public domain): Wikimedia Commons, Archive.org, Library of Congress, Europeana, NASA, Smithsonian Open Access, Flickr Commons, openverse. Each source is a separate module, easy to add new ones. Use only public domain / free licenses with the right for commercial use. No parsing of other YouTube/sites, movie clips, images "from Google".Uniqueness of selection To ensure videos do not match others: take a random clip from the top results (not the first), maintain a database of already used clips (do not repeat), optionally — light processing of the clip (crop/mirror/speed). Options (enable/disable in settings) Photos only — if enabled, the video is assembled PURELY from photos, without video clips. Each photo MUST have motion (zoom and/or pan, Ken Burns effect) — even in this mode, there should be no static "dead" frames, minimal dynamics always. If disabled — standard mode (photos + video clips alternating, as per video sequence rules). No voiceover — if enabled, the video is assembled based on the text WITHOUT generating voice: the code DOES NOT call ElevenLabs and does not overlay voice (the video sequence is selected based on the text of the scenes, timing of frames — according to rules/parameters, without reference to audio). If disabled — it automatically generates voiceover based on the text through ElevenLabs, as usual. Atmospheric overlay — if enabled, a semi-transparent layer with floating particles/dust/glowing bokeh/light fog (particle/dust/bokeh/fog overlay, screen/add mode) is applied over the entire video sequence to make the frames look alive and cinematic. When installing the program, a set of 5-8 popular overlays (particles, dust,copybokeh, fog, light cinematic "grain") is placed in a local folder — I choose the needed one from the list. Adjustable transparency/brightness of the overlay (slider 0-100%), so the effect is neithercopytoo dull nor too pronounced — I adjust the strength myself. Ideally, the overlay should also be applicable to ALREADY finished videos separatelycopy(post-processing: take a ready MP4 → choose overlay → set transparency → save), not just during assembly. Where to get overlays for packaging (free license): Pexels, Pixabay (queriescopy"particle overlay", "bokeh overlay", "dust overlay", "light leaks", "film grain"), Mixkit, Videezy. The performer selects 5-8 pieces and places them in the program folder. Subtitles (embed or separate .srt). Clip processing for uniqueness. Resolution/format, video length, video share, search depth.Technical requirements Python. Modular structure (sources and LLM — through interchangeable modules, to easily replace or add). All API keys — in the settings file, not in the code. Simple window (GUI at the discretion of the performer — Tkinter/PyQt), launched by double-clicking. README with instructions, clear logs, comments in the code.What I provide API keys (ElevenLabs, LLM, where registration is needed — I will arrange). I will pay for any fees myself. Examples of video references (I will attach) and examples of topics for tests.Acceptance (ready if) I launch → window → I enter the topic, choose the voice → "Create" → I receive a ready MP4. The video sequence matches the meaning of the text, alternating video/photos, intro teaser 60 sec, voiceover on top. Works with at least 6 free sources, with fallback between them. Frame verification through LLM: max. 3 steps per scene (found → LLM checked → if not, photo with motion as a sure bet). Uniqueness: randomization + database of used. Only legal sources. There is a README, runs from scratch.Delivery of results All source code — in open view (all files), without obfuscation + compiled working version. I can run it myself from the sources according to the instructions (README: installation, keys, launch). The code must be clean, commented, and understandable, so **any other programmer can continue working** on it if needed (not tied to the author). **All everyday work — through the interface (buttons, fields, sliders, dropdown lists), WITHOUT the need to touch the code.** All settings (topic, voice, options, overlay, folders, length, formats) are changed in the program window, not by editing files. The code in hand — only as my property and insurance, not as a way to control the program. All rights to the code after payment — mine.Disk space management (important) The program should not fill up the disk. Implement: After assembling the video, all intermediate files (downloaded clips, temporary pieces, audio cuts) are automatically deleted — only the ready MP4 remains on the disk. Cache limit (parameter in settings, e.g., 5 GB): when exceeded, old downloaded files are automatically deleted (starting with the oldest). I set the folder for ready videos and for temporary files in the settings. Show how much space is occupied, and a button "clear cache" manually.Please specify in your response Examples of similar works (ffmpeg/moviepy, working with stock/archive APIs, ElevenLabs/LLM). Proposal for GUI. Does the solution use a database (which and why) — or are local files sufficient. Timeline and cost.
Real-Time Trainer
We are developing a real-time integration with the external service Trainer. We send structured snapshots of the state, receive recommendations, and display them in a pop-up bubble. The task is stable and complete data transmission for the correct operation of the Trainer. We are looking for a developer for the chain: data processing → HTTP communication → overlay. We need people with the following skills Python is good, Java basics, API HTTP/JSON-APIs The project is 90% ready but there are some inconsistencies
A company, production team, or workshop is needed to implement a large park composition in the form of a cat and mouse as per the attached reference. We are interested not only in the development of a 3D model and drawings but in the full cycle of work: design, manufacturing of the metal frame, exterior decoration, delivery, and installation of the finished figures in the park area.Approximate dimensions of the cat — total length — 8 m; — height of the head — 3.24 m; — height at the withers — 2.34 m; — width of the body — 2.4 m; — length of the head — 1.8 m.Approximate dimensions of the mouse — total height — 1.8 m; — body length — 0.81 m; — height at the withers — 1 m; — total width with ears — 0.9–0.95 m. The figures will be installed outdoors in the park area and will be used as a decorative art object and photo zone.Expected scope of work Development of an original design for the composition based on the reference. Creation and approval of 3D models. Engineering design of load-bearing metal frames. Calculation of the stability of the structures and the method of attachment to the base. Division of the large figure into transportable modules. Manufacturing and anti-corrosion treatment of the metal frame. Formation of the volume of the figures using metal mesh or other suitable technology. Coating with high-quality artificial grass, resistant to sun, precipitation, and frost. Manufacturing of eyes, snouts, ears, and other decorative elements from weather-resistant materials. Delivery of the finished modules to the installation site. Assembly, securing, and installation in the park area. It is necessary to consider wind and snow loads, possible contact with visitors, children's safety, absence of sharp elements, water drainage, and the possibility of further maintenance. Preference will be given to contractors who have their own production or a permanent production team and can take responsibility for the entire turnkey result. In your proposal, please indicate: — which stages you can perform independently; — whether you have your own workshop and installation team; — examples of produced art objects, sculptures, or complex metal structures; — approximate cost of the entire scope of work; — approximate timelines; — terms of delivery and installation; — warranty on the metal frame and exterior coating. Installation location: [Uzhhorod, Zakarpattia region]. The reference is attached. The design must be adapted and made original, without directly copying protected characters.
Looking for a targeted advertising specialist for a one-time setup (Lviv, Osteopathy / Massage)Task: One-time setup and launch of targeted advertising on Instagram/Facebook for an osteopathy and author massage office in Lviv.What needs to be done: Audit of the Instagram profile before launch. Setting up the business manager and audiences (locally in Lviv). Creation of advertising layouts and texts (bypassing Meta's restrictions on medical topics). Test launch, optimization, and handover of the working campaign to me.Requirements: Mandatory experience and cases in the niches: medicine, health, beauty, massage, or fitness. Understanding of Meta's moderation rules regarding health topics.Budget: To be discussed (please enter your amount, for example: 3500–5000 UAH). To respond, please send your cases in similar niches via private messages
A modern advertising outdoor banner needs to be developed for a fast food establishment. The main focus is on the product and its appetizing presentation. The style should be bright, modern, and minimalist. The banner must attract attention and evoke a desire to enter the establishment or place an order. A detailed technical assignment, examples, and all materials will be provided to the performer after selection.
A person is needed for video editing in the Minecraft niche. There are several tasks that need to be implemented. YouTube (regular videos + shorts)
Need to sketch a website prototype and create a design in Figma for 6 pages the website is about JavaScript courses There will be about 5-6 pages
I want to create a 3D model of a house for the game ETS 2, but when I add the normal map, the lighting of the object breaks. For this, SCS tools are used in Blender. It would be great if the performer has experience with exporting models to ETS 2.
A modern online toy store needs to be created on WordPress (WooCommerce). Main requirements: - Responsive design for PCs, tablets, and smartphones. - Product catalog with categories, filters, and search. - Product pages with descriptions, photos, specifications, and prices. - Cart and checkout. - Integration of popular payment and delivery methods. - Customer personal account. - User-friendly control panel for adding and editing products. - Basic SEO optimization and high website loading speed. - Security, backup, and SSL settings. It is preferable to use a modern, lightweight theme or create a custom design. After the work is completed, a brief management guide for the website must be provided.
A project needs to be developed for a large park composition in the shape of a cat and a mouse based on the attached visual reference. The figures will be installed outdoors in the park area and will serve as a decorative art object and photo zone. The base of the figures should be made of a sturdy metal frame. The outer covering is planned to be made of artificial grass or another weather-resistant material. Approximate dimensions of the cat: — total length — 8 m; — height of the head — 3.24 m; — height at the withers — 2.34 m; — width of the body — 2.4 m; — length of the head — 1.8 m. Approximate dimensions of the mouse: — total height — 1.8 m; — body length — 0.81 m; — height at the withers — 1 m; — total width with ears — 0.9–0.95 m. What is required from the performer: Develop an artistic 3D model of the two figures while adhering to the specified dimensions and proportions. Prepare visualizations from several angles. Design the internal supporting metal frame. Plan for dividing the large figure into modules for manufacturing, transportation, and assembly. Prepare working drawings of the metal structure with dimensions, profile cross-sections, connection nodes, and attachment points. Develop a method for securing the structure to a concrete base or foundation. Consider wind, snow, and operational loads. Provide specifications for the metal and the approximate weight of the structure. Provide recommendations for anti-corrosion protection, external covering, delivery, and assembly. The figures will be permanently outdoors, so the structure and covering must be resistant to rain, snow, frost, sun, and temperature fluctuations. Formats of the result: — 3D model in STEP, SolidWorks, Blender, or another agreed format; — drawings in PDF and DWG/DXF; — material specifications in PDF or Excel; — renders in JPG/PNG. We are looking for not just a 3D visualizer, but a specialist or team with experience in designing real metal structures. In your proposal, please indicate: — the cost of 3D modeling; — the cost of engineering design and drawings; — timelines for completion; — the software in which the work will be done; — examples of similar projects; — whether you can also organize manufacturing and assembly. The images are a reference. The final design can be adapted and made original.
Hello! I am looking for a designer to create personalized electronic invitations for a buffet. It is necessary to create one basic layout and then adapt it for each guest (insert names) and save them as separate files. Task details: Number of guests (files): 22 people Reason and format of the event: Corporate buffet in honor of the company's anniversary Style and color scheme: Modern minimalism, colors: possibly green, white, silver. File format for output: High-quality JPEG or PNG (for sending via messengers). I will provide the list of names for personalization in Excel format or as a list in the message. Please let me know the cost for the entire series of files and the deadlines for completion?
Submit an online final declaration for 2025 through efile based on the template of the already prepared preliminary zero declaration for 2024 to officially close the company. Articles of Dissolution are already available, no need to submit them. You must have experience in filing U.S. declarations, and we will select the service. The cost is final, as the company has not conducted any activities, and I cannot incur additional expenses for it.