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

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 l

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_filen

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

2023-02-12 Thread Jeff Parkes
the file to "Fred.avi" for ease of use but still unable to convert. Your help would be gratefully received. Regards Jeff Parkes ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscr

Re: [FFmpeg-user] Reduce ffmpeg response

2020-11-11 Thread Jeff England
Jim, Thank you very much for your assistance. Thank you also for letting me know I was off topic. We ended up figuring it out, went into the library code and added a line dealing with stdout (I don't recall the syntax). Thanks again Jeff On Sun, Nov 8, 2020 at 1:40 PM Jim DeLaHunt wrote:

[FFmpeg-user] Reduce ffmpeg response

2020-11-08 Thread Jeff England
Hi, I'm new to ffmpeg, so if this question has already been covered, may you be kind enough to point me to the correct archive. Developing code in a Linux / Python environment, using Pydub and ffmpeg to play .mp3 sound. I would like to "quiet" the response from ffmpeg. I've found a number of post

Re: [FFmpeg-user] Error ‘can’t open stats file’ using 2 pass encoding with multiple audio inputs

2020-03-14 Thread Jeff Langston
Right -an in the first pass is referenced in the docs "On pass 1, you may just deactivate audio and set output to null" Which looking closer at the docs and some further experimentation I was able to sort out my issue. I didn't realize the -pass argument also took a stream specifier which was what

Re: [FFmpeg-user] Error ‘can’t open stats file’ using 2 pass encoding with multiple audio inputs

2020-03-14 Thread Jeff Langston
12 compatible_brands: isomiso2 title : AxelF encoder : Lavf58.29.100 comment : by www.OnlineMusicRecorder.com genre : Blues Duration: 00:01:00.02, start: 0.00, bitrate: 131 kb/s Stream #1:0(und): Audio: aac (LC) (mp4a / 0x6134706D), 44

[FFmpeg-user] Error ‘can’t open stats file’ using 2 pass encoding with multiple audio inputs

2020-03-13 Thread Jeff Langston
Hi all, I'm trying to sort out an issue I've run into with ffmpeg on the cli and was wondering if anyone might be able to help. I am trying to leverage 2 pass encoding as well as inputting additional audio tracks to generate multiple output versions (MPEG-DASH/HLS/MP4/MP3). During the 2nd pass

[FFmpeg-user] Variable Quality Encoding within frames

2019-05-30 Thread Jeff Douglas
ver 'trees blowing in the wind'). Others implementations allow box(es) to be defined; equivalent to specifying a base -crf and several overlay -crf(s) cropped by rectangle. Is there any equivalent function currently available within the ffmpeg filter/encoder fram

[FFmpeg-user] Building ffmpeg - pkgconfig, again

2018-12-01 Thread Jeff
as to recognize them) or they do not get built in. Here is the relevant portion of 'ffbuild/config.log' for Opus. Please can some experienced person help out with this? Jeff require_pkg_config libopus opus opus_multistream.h opus_multistream_decoder_create check_pkg_config libopus opus

Re: [FFmpeg-user] ffplay issues with windows 10

2018-06-23 Thread Jeff Elkins
Bingo, fixed, thanks! On Sat, Jun 23, 2018 at 5:29 PM Moritz Barsnick wrote: > On Sat, Jun 23, 2018 at 11:52:58 -0400, Jeff Elkins wrote: > > (This is a repost with added information) > > Why a new thread? I was looking in the old one, and couldn't find your > mail... &g

[FFmpeg-user] ffplay issues with windows 10

2018-06-23 Thread Jeff Elkins
(This is a repost with added information) I'm using Android's screenrecord to stream the device screen via adb and pipe the output to ffplay 3.4. It works great using OS X via the command: adb shell screenrecord --bit-rate=16m --output-format=h264 --size 800x600 - | ffplay -framerate 60 -framed

Re: [FFmpeg-user] ffplay 3.4 errors with Win10

2018-06-22 Thread Jeff Elkins
d, the three lines quoted scroll forever until the job is closed via cntrl-c. I'm not sure what more information you need. On Fri, Jun 22, 2018 at 9:24 AM Carl Eugen Hoyos wrote: > 2018-06-22 5:54 GMT+02:00, Jeff Elkins : > > I'm using Android's screenrecord to stream

[FFmpeg-user] ffplay 3.4 errors with Win10

2018-06-21 Thread Jeff Elkins
I'm using Android's screenrecord to stream the device screen via adb and pipe the output to ffplay 3.4. It works great using OS X via the command: adb shell screenrecord --bit-rate=16m --output-format=h264 --size 800x600 - | ffplay -framerate 60 -framedrop -bufsize 60M - Windows 10 is a differen

[FFmpeg-user] MPEG-DASH

2018-04-09 Thread Jeff Jones
't see any info about the what the -use_timeline 1 - use_template 1 options are or if the manifest can be generated separately. Can anyone break this down for me? Thanks, Jeff... ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.o

Re: [FFmpeg-user] Unable to initialize SDL, over X11 for only root

2018-04-03 Thread Jeff
You guys were right! The magic cookie was not getting set, which was the root of the problem! All is working now. Thanks for the assist! Jeff > On Apr 2, 2018, at 18:44, Jeff wrote: > > Return-Path: > Received: from [192.168.1.2] (pool-100-15-204-239.washdc.fios

Re: [FFmpeg-user] Unable to initialize SDL, over X11 for only root

2018-04-02 Thread Jeff
the great support you all provide. Jeff > On Apr 2, 2018, at 07:46, Moritz Barsnick wrote: > > Hi Jeff, > >> On Sun, Apr 01, 2018 at 16:28:28 -0400, Jeff wrote: >> However when running *ffplay* as the root user over X11 on the same files, >> I am getting met w

[FFmpeg-user] Unable to initialize SDL, over X11 for only root

2018-04-01 Thread Jeff
thoughts would be greatly appreciated. Thanks, Jeff ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-user] ffmpeg ffv1 issue

2018-01-27 Thread jeff . radcliffe
mmand window. Okay, so it's probably some simple syntax issue. Any further guidance or resources for creating archive (lossless) videos with FFv1, especially for animation files, would be appreciated. Thanks in advance and enjoy the laugh. Jeff __

Re: [FFmpeg-user] Concat and extract image cause FFmpeg to hang in 3.3 and 3.4

2018-01-16 Thread Jeff Wang
lac.flac': Metadata: MAJOR_BRAND : dash MINOR_VERSION : 0 COMPATIBLE_BRANDS: iso6mp41 encoder : Lavf57.71.100 Stream #0:0: Audio: flac, 44100 Hz, stereo, s16, 128 kb/s (default) Metadata: encoder : Lavc57.89.100 flac Thanks, Jeff ___

[FFmpeg-user] Concat and extract image cause FFmpeg to hang in 3.3 and 3.4

2018-01-15 Thread Jeff Wang
image2 -vcodec copy -frames:v 1 extract.png We're in the process of upgrading to 3.3 and this is prevent us from doing that. Any advice is appreciated. Jeff ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ff

Re: [FFmpeg-user] SDL2 over x11: “SDL: could not set video mode - exiting”

2017-11-29 Thread Jeff
remains unresolved after the upgrade. Best, Jeff > On Nov 28, 2017, at 12:47, Moritz Barsnick wrote: > > Hi Jeff, > >> On Mon, Nov 27, 2017 at 18:57:08 -0500, Jeff wrote: >> When I try to run a SDL2 application (e.g., ffplay) over X11 via SSH and >> Exceed,

[FFmpeg-user] SDL2 over x11: “SDL: could not set video mode - exiting”

2017-11-27 Thread Jeff
I’m sorry if this is covered somewhere else, but I can’t seem to find a solution on this mailing list, the SDL2 forums, or through google searches anywhere. This seems to be somewhat common, but again, no definitive solution. When I try to run a SDL2 application (e.g., ffplay) over X11 via SSH and

Re: [FFmpeg-user] FFMPEG & Panasonic OP-1B MXF decode issue

2017-03-22 Thread Jeff Smith
rvice is extremely impractical. Carl Eugen Hi Carl, I'm assuming from radio silence that you couldn't get the sample I uploaded. I've posted it on an anonymous FTP server here: ftp://5.56.49.144/085FV4BR.MXF . Grateful if you could acknowledge if this works for you. Thanks, Jeff

Re: [FFmpeg-user] FFMPEG & Panasonic OP-1B MXF decode issue

2017-03-13 Thread jeff
On 10/03/2017, 09:05, "ffmpeg-user on behalf of Carl Eugen Hoyos" wrote: >2017-03-10 9:20 GMT+01:00 : >> Happy to provide a sample. Is there an FTP site or something I >> can upload it to? >You can use https://urldefense.proofpoint.com/v2/url?u=http-3A__streams.videolan.org

Re: [FFmpeg-user] FFMPEG & Panasonic OP-1B MXF decode issue

2017-03-10 Thread Jeff K Smith
> > 2017-03-10 9:20 GMT+01:00 <jeff@>: > > Happy to provide a sample. Is there an FTP site or something I > > can upload it to? > You can use http://streams.videolan.org/upload/ but you absolutely > have to provide the file name, the se

[FFmpeg-user] FFMPEG & Panasonic OP-1B MXF decode issue

2017-03-10 Thread jeff
've flipped to my personal email as I can't control the footer being added through our system. Happy to provide a sample. Is there an FTP site or something I can upload it to? Many thanks, Jeff. ___ ffmpeg-user mailing list ffmpeg-user@ffmpe