ffmpeg

  1. J

    tts with picture desmotize one of my channels, worse that I still have 3 channels and I don't have

    I tried to use Brazilian soap operas with ffmpeg, but I achieve very little. something like 1k 3k max, while others with same niche reach 400k, The question is: would photos with my voice at least keep the channel from falling, would be safer than ffmpeg!
  2. Alex0808

    [Quest] FFMPEG alternative?

    I have no back ground in programming. I watched several videos but didn't get the idea. Please tell me some free alternative to FFMPEG to watermark multiple videos in one go.
  3. D

    Remove Intro from videos in Batch using FFMPEG?

    i have 50+ videos with different time length and i want to remove a 7 sec intro from all those video by using FF-MPEG for %%A in (*.mkv) do ffmpeg -i "%%A" -ss 7 -t 45 "output\%%A" Pause because my all videos in different length i can't specify the end time ..
  4. AussieDollar

    FFMPEG combining videos question

    Hi, I'm trying to add an intro to another video. I tried to do like this website instructs: https://www.linglom.com/multimedia/combine-mp4-files-using-ffmpeg-windows-without-re-encoding/ after using: ffmpeg -f concat -i mylist.txt -c copy output.mp4 I get the video but the audio in is...
  5. oSumAtrIX

    Recording with a buffer.

    I need to record the last X minutes, like Nvidia's Shadowplay Software does. I know how to record with ffmpeg, but I need to add a buffer the size of X minutes to be able to save later on. Recording constantly and saving only the last X minutes would work on a short time base. Is there any way...
  6. mainceaft

    Linux is great even for business or programming ,

    Recently I did experience installing multiple Linux distribution on cheap(12$/Yr) 128/MB VPS that uses KVM virtualization (which allows you can install an OS you want) , as you you cant do that much with 128/MB if you want to install Windows(I know you most have windows on the cloud servers for...
  7. E

    FFmpeg script - batch intro and outro to mp4

    Can somebody help me with script for ffmpeg? I want batch add intro and outro to mp4 video. - FFmpeg - OSX - Budget 10 usd
  8. sus

    FFmpeg Help

    I am using a code below to add watermark on bulk video. It is working fine but I want to limit my watermark for first 30 second and last 30 second. What should I do? Code:- for %%a in ("*.mp4") do ffmpeg -i "%%a" -i watermark.png -filter_complex...
  9. ZuzooVn

    Useful FFMPEG Command Lines for Youtube.

    Intro This thread contains examples for useful FFmpeg commands extracted from practical needs for Youtuber. :) If you don't know what FFmpeg is, this page will probably be of little use to you. License: Feel free to use the information here in any way you wish, no attribution is needed, but...
  10. fatalpop

    FFMPEG Control Video Watermark Duration

    So far I have this code which batch watermarks videos using FFMPEG: for %%a in ("C:\filepath\*.mp4") do ffmpeg -i "%%a" -q 40 -s 640x480 -vf "movie=watermark.png [watermark]; [in][watermark] overlay=x=(main_w-overlay_w)/2:y=(main_h-overlay_h)/2 [out]" "C:\filepath\%%~na.mp4" What I'm trying to...
  11. S

    [WTB] Developer

    Hello, I'm looking to hire a developer to help me with coding windows batch related programming and ffmpeg. It should be a quick job so if anyone's interested, shoot me a PM :)
  12. M

    FFMPEG-script needed

    I need a basic FFMPEG script for windows. It has to do some basic video coding (splitting long videos in short ones, adding intro/outro, watermark, etc) and this in batch. I will send you the details through pm. My budget is 10-25$ depending on the outcome. Could be more of course.
Back
Top