I figured out at one point that if my command line was more than about 900
characters long, ffmpeg wouldn't handle it.
I was doing a filter_complex concat operation. My solution was to recognize
the extra long command line and switch to creating a temporary file with
the list of input files, and s
On Wed, Jul 28, 2021 at 3:15 PM Suporte JM wrote:
> Hi,
>
> I have a Garmin 66W dashcam for my work (street mapping surveyor) which
> produces several 1min. MP4 videos of my journey (60 min. = 60 videos). All
> these videos have telemetry data on it as metadata (GPS location, speed,
> etc...).
>
On Fri, Jul 30, 2021 at 3:47 PM William C Bonner
wrote:
> On Wed, Jul 28, 2021 at 3:15 PM Suporte JM wrote:
>
>> Hi,
>>
>> I have a Garmin 66W dashcam for my work (street mapping surveyor) which
>> produces several 1min. MP4 videos of my journey (60 min. = 60 vid
On Mon, Dec 6, 2021 at 9:50 PM Vivek Soni wrote:
> Hi,
>
>
> I am trying to run this command
>
>
> ffmpeg -y -i "C:\Users\vivek.soni\Videos\How to use FFMPEG.mp4" -f
> mpegts \\.\pipe\VideoPipeFromFFmpeg
>
>
> I am trying to write to a named windows pipe and I want to read it from my
> c++ code
On Wed, Dec 8, 2021 at 10:12 PM Adam Nielsen via ffmpeg-user <
ffmpeg-user@ffmpeg.org> wrote:
> > i want to know how to output to a windows named pipe and reference
> > that in c++ code as input ...
> >
> > kindly share some working command line examples of ffmpeg.exe
> >
> > googling is not much
I run ffmpeg from a program I wrote that sets up the input file names to
easily convert individual images to a video. Is the swscaler warning
message because of my output format (yuv420p) or a format in the source
photos from my GoPro?
ffmpeg version 5.0-full_build-www.gyan.dev Copyright (c) 2000
On Thu, Sep 8, 2022 at 1:24 PM llee040 wrote:
>
> > On Sep 7, 2022, at 5:04 PM, James Board via ffmpeg-user <
> ffmpeg-user@ffmpeg.org> wrote:
> >
> > I'm trying to re-encode an MKV file that I originally created with
> makemkv from the original BluRay disc. My ffmpeg command is:
> > ffmpeg-
On Sun, Oct 9, 2022 at 12:59 PM wrote:
> how i can overlay an input with current date and time?
>
>
I use drawtext when I create videos from time lapse photos using this
command:
ffmpeg.exe -hide_banner -r 30 -i
C:\Users\Wim\Videos\20221009-PSSC\Wim%05d.JPG -vf
crop=in_w:9/16*in_w,drawtext=fontf
In my experience, adding a -map 0 option makes copying all the extra stuff
more likely. This was my command to compress a DVD I'd ripped to an MKV
file, converting the video to h.264 but copying all of the other tracks and
details.
C:\WINDOWS\ffmpeg.exe -i
"J:\DVD\_BARB_AND_STAR_GOTO_VISTA_DEL_MA
On Thu, Dec 21, 2023 at 12:48 PM Alan Malmberg <
alanmalm-at-hotmail@ffmpeg.org> wrote:
> I have hundreds of ripped DVDs in vob format that I want to BATCH JOB to
> single mp4 files WITH SURROUND SOUND for use with Plex server. Any
> suggestions? I see the above as doing one at a time. Mine ar
I'm using ffmpeg to concatenate a large number of files from my dash cam
and then speed things up by a factor of 60.
It works properly when the number of files is small, but fails as the
filter_complex option string expands. I'm generating the command line from
a program.
From the ffmpeg generate
I've encountered the error message "Too many packets buffered for output
stream 0:1." when converting files and would appreciate direction in how I
might get around the error.
When it occurs, there is a zero length output file created and FFMPEG exits
with an error result.
This same input file pl
I don't have an nvidia GPU, so can't see what it looks like, but what do
you get if you query the gpu via a command like:
ffmpeg -f lavfi -i nullsrc -c:v h264_nvenc -gpu list -f null -
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.or
I am transferring mkv video files from my pc to my TiVo using the mpegts
container format.
I’m trying to find a way to include optional subtitles in the stream but
haven’t been able to find a way to convert text subtitles to raster image
subtitles.
I would have thought that there was a way, consi
On Wed, Feb 28, 2024 at 11:49 PM Nicolas George wrote:
> William C Bonner (12024-02-28):
> > I’m trying to find a way to include optional subtitles in the stream but
> > haven’t been able to find a way to convert text subtitles to raster image
> > subtitles.
>
>
On Thu, Mar 14, 2024 at 5:48 AM Hervé ANSELME <
hervea95-at-hotmail@ffmpeg.org> wrote:
> ffmpeg -y -loglevel error -scodec copy -map 0:s:2 -i "D:\temp\my
> movie.mkv" -map 0:v:0 -map 0:a:0 -acodec ac3 -ar 48k -b:a 112k -q:a 3
> -vcodec libx265 -vf "scale=768:328" -sws_flags lanczos+accurate_rn
On Sun, Apr 21, 2024 at 12:08 PM Steven Kan wrote:
> > On Mar 6, 2024, at 11:49 AM, Steven Kan wrote:
> >
> > Planning ahead to the successor to my honeycomb time-lapse video from
> 2022, processed using tmix per advice from this group:
> >
> > https://ffmpeg.org//pipermail/ffmpeg-user/2022-Apri
On Mon, May 20, 2024 at 10:43 PM Lisa wrote:
> Thank you for your response.
> I am working on an rtsp server that uses V4l2 to get frames from mipi-csi2
> and then it will encode with ffmpeg Apis (C/C++ language). As I said with
> the ffmpeg command line it is able to encode 1920x1080@29 fps, so
On Thu, Jun 13, 2024 at 1:06 PM wrote:
> I have a mp4 file that was created by concatenating several videos taken
> with a cellphone. Some of the videos were taken horizontally and others
> vertically.
>
> The concatenated video plays fine but when I try to compress it so it can
> be
> placed in
I use setpts to speed up some video that I'm concatenating from my car's
dashcam. The process is consistent and hasn't changed recently. Here's an
example command line:
C:\Windows\ffmpeg.exe -hide_banner -i
D:\ROAV\MOVIE\2024_0803_173613_229.MP4 -i
D:\ROAV\MOVIE\2024_0803_173713_230.MP4 -i
D:\ROAV
On Thu, Aug 8, 2024 at 6:27 PM wrote:
> > This seems that the new code speed up the reported fps without dropping
> any
> > frames.
>
> Looks like this was changed here
> https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/f121d954ac89060cb7b07da230479cffe5bf9e5c
>
>
If that's what changed, it obviou
On Sat, Aug 10, 2024 at 1:22 AM Gyan Doshi wrote:
>
> On 2024-08-10 11:04 am, William C Bonner wrote:
> > On Thu, Aug 8, 2024 at 6:27 PM wrote:
> >
> >>> This seems that the new code speed up the reported fps without dropping
> >> any
> >>
22 matches
Mail list logo