Re: [FFmpeg-user] Help with converting .avi to mp4

2023-02-12 Thread Jeff Parkes
Sorry, Carl On Mon, 13 Feb 2023, 01:03 Jeff Parkes, wrote: > Thanks for your help Karl. > > Regards Jeff > > > On Sun, 12 Feb 2023, 21:39 Carl Zwanzig, wrote: > >> On 2/12/2023 11:57 AM, Vincent Deconinck wrote: >> > I mean -i >> > See https://ffmpeg.org/ >> >> -i (input) on the ffmpeg com

Re: [FFmpeg-user] Help with converting .avi to mp4

2023-02-12 Thread Jeff Parkes
Thanks for your help Karl. Regards Jeff On Sun, 12 Feb 2023, 21:39 Carl Zwanzig, wrote: > On 2/12/2023 11:57 AM, Vincent Deconinck wrote: > > I mean -i > > See https://ffmpeg.org/ > > -i (input) on the ffmpeg command > -l (long) on the ls command > There is a lot of useful info about how comm

Re: [FFmpeg-user] Help with converting .avi to mp4

2023-02-12 Thread Carl Zwanzig
On 2/12/2023 11:57 AM, Vincent Deconinck wrote: I mean -i See https://ffmpeg.org/ -i (input) on the ffmpeg command -l (long) on the ls command There is a lot of useful info about how command lines are interpreted in the first couple sections of the ffmpeg doc. Please post more details if y

Re: [FFmpeg-user] Help with converting .avi to mp4

2023-02-12 Thread Vincent Deconinck
could you confirm you mean " ...-1" and not "...-i" please.. > Oh, I realize you may now hesitate on the syntax of "ls" and not the one of ffmpeg. The option I requested was -l as in "long format". If you copy/paste from my mail, you'll be sure to get it right. Vincent ___

Re: [FFmpeg-user] Help with converting .avi to mp4

2023-02-12 Thread Vincent Deconinck
Hi Jeff, I'll copy and paste as you requested but could you confirm you > mean " ...-1" and not "...-i" please. > I mean -i See https://ffmpeg.org/ Please post more details if you need more help :-) Vincent ___ ffmpeg-user mailing list ffmpeg-user@ff

Re: [FFmpeg-user] Help with converting .avi to mp4

2023-02-12 Thread Reindl Harald
Am 12.02.23 um 20:37 schrieb Jeff Parkes: Hi Vincent, I'll copy and paste as you requested but could you confirm you mean " ...-1" and not "...-i" please. no, you don't copy&paste as requested On Sun, 12 Feb 2023, 19:06 Vincent Deconinck, wrote: Hi Jeff, struggling with the correct syn

Re: [FFmpeg-user] Help with converting .avi to mp4

2023-02-12 Thread Jeff Parkes
Hi Vincent, I'll copy and paste as you requested but could you confirm you mean " ...-1" and not "...-i" please. Regards Jeff On Sun, 12 Feb 2023, 19:06 Vincent Deconinck, wrote: > Hi Jeff, > > struggling with the correct syntax to use for "input_filename". > > > > The simplest syntax for a fil

Re: [FFmpeg-user] Help with converting .avi to mp4

2023-02-12 Thread Vincent Deconinck
Hi Jeff, struggling with the correct syntax to use for "input_filename". > The simplest syntax for a file conversion is ffmpeg -i > I keep getting the message on my Ubuntu terminal; file as "Input_.avi">. > Could you please copy/paste the exact command you are typing and the full ffmpeg out

[FFmpeg-user] Issue in libavformat/dashdec.c and string to time conversion.

2023-02-12 Thread ramon
The get_duration_insec() function form libavformat/dashdec.c not support the "Y" (year) option. This is used in some cases. For example in the manifest form dashif.org https://livesim.dashif.org/livesim/testpic_2s/Manifest.mpd that uses "P100Y" in "minimumUpdatePeriod" attribute: http://www.w3.o

[FFmpeg-user] Help with converting .avi to mp4

2023-02-12 Thread Jeff Parkes
Hi, I'm new to FFmpeg and am struggling with the correct syntax to use for "input_filename". I'm trying to convert a film in .avi to mp4, which my TV can play. I keep getting the message on my Ubuntu terminal; file as "Input_.avi">. I have changed the name of the file to "Fred.avi" for ease of

Re: [FFmpeg-user] Concat MTS problems

2023-02-12 Thread Alexander Gribanov
вс, 12 февр. 2023 г. в 01:41, Anatoly : > On Sat, 11 Feb 2023 20:56:44 +0300 > Alexander Gribanov wrote: > > > Hello! > > > > I have a camera which splits long recordings into files 2 Gb size... > > > > How to concat them properly via ffmpeg? > > > > I make text file files.txt like this: > > file

Re: [FFmpeg-user] Any way to estimate moov_size in mov/mp4?

2023-02-12 Thread Stefan Oltmanns
Am 11.02.23 um 02:14 schrieb Carl Zwanzig: In the ffmpeg source it appears to be in libavformat/mov.c and movenc.c, but the info actually included will vary with what's being stuffed into the container. That code is a little to complex for me to get any useful information about the mov format fr