Re: [FFmpeg-user] Can I include FFMPEG binary files within my software installer ?

2022-06-15 Thread Hadef Mohamed Sami
Thank you sir, I appreciate your help yes I have read it, but it is not clear yet, is there any way I could do to facilitate the work of the end user ? Virus-free. www.avast.com

Re: [FFmpeg-user] Can I include FFMPEG binary files within my software installer ?

2022-06-15 Thread Carl Zwanzig
On 6/15/2022 8:09 PM, Hadef Mohamed Sami wrote: Thank you, what are steps to do to follow licenses ? I mean: does it need to include source code or the license files or or credits ...? ect after I include ffmpeg binaries in the installer of my software , what things I need to do ? Did you

Re: [FFmpeg-user] Can I include FFMPEG binary files within my software installer ?

2022-06-15 Thread Hadef Mohamed Sami
Thank you, what are steps to do to follow licenses ? I mean: does it need to include source code or the license files or or credits ...? ect after I include ffmpeg binaries in the installer of my software , what things I need to do ?

Re: [FFmpeg-user] Can I include FFMPEG binary files within my software installer ?

2022-06-15 Thread Carl Zwanzig
On 6/15/2022 7:08 PM, Hadef Mohamed Sami wrote: my question : is it legally safe / ok to provide FFMPEG binaries within the installer of my software ? Yes, if you follow the GPL and LGPL requirements- see https://ffmpeg.org/legal.html. z! ___

[FFmpeg-user] Can I include FFMPEG binary files within my software installer ?

2022-06-15 Thread Hadef Mohamed Sami
Hello, I made a simple software aimed to be released commercially, my software uses FFMPEG binary files (no linking or static linking) just calls from command line interface, I want to include FFMPEG binaries within the installer of my software, so when the user download my software He just

[FFmpeg-user] Error initializing output stream

2022-06-15 Thread Douglas Rhiner
I have two Python scripts running FFMPEG commands: - hls_win.py - dash_win.py They transcode mp4 equirectangular movies, i.e. 360video One for HLS the other for DASH. I'm testing these by running them via PyCharm on both Mac and Win. On Mac OS X both of these work as expected when modified

Re: [FFmpeg-user] Question about ffmpeg and Unity

2022-06-15 Thread Yang Zhang
Hi, If you mean the when you using ffmpeg recording, it stopped unexpectedly. Please post ffmpeg's last a few lines error message, it should help for indicate why it's interrupted. On 6/15/22, 井澤拓海 wrote: > Nice to meet you. I am a programmer in Japan. > Please understand that this sentence is

Re: [FFmpeg-user] deprecated pixel format used

2022-06-15 Thread Carl Zwanzig
On 6/15/2022 9:05 AM, Cecil Westerhof via ffmpeg-user wrote: Input #0, image2, from '%03d.jpg': Duration: 00:00:01.08, start: 0.00, bitrate: N/A Stream #0:0: Video: mjpeg (Baseline), yuvj422p(pc, bt470bg/unknown/unknown), 1280x720 [SAR 180:180 DA Looks like the image sent from YT

Re: [FFmpeg-user] deprecated pixel format used

2022-06-15 Thread Cecil Westerhof via ffmpeg-user
Carl Zwanzig writes: > On 6/14/2022 4:24 PM, Cecil Westerhof via ffmpeg-user wrote: >> What is happening here? > > What's happening is that you're not posting the complete command output, > and possibly not using the most current ffmpeg. fmpeg version 4.3.4-0+deb11u1 Copyright (c) 2000-2021 the

Re: [FFmpeg-user] Video file often not recognised

2022-06-15 Thread Cecil Westerhof via ffmpeg-user
Reindl Harald writes: > Am 15.06.22 um 16:25 schrieb Cecil Westerhof via ffmpeg-user: >> Lately I am doing a lot with ffmpeg again. >> But I have a strange problem. >> Sometimes I send mp4 through WhatsApp. >> Sometimes I see the thumbnail, sometimes I do not. >> Today WhatsApp thinks my mp4 is

Re: [FFmpeg-user] deprecated pixel format used

2022-06-15 Thread Carl Zwanzig
On 6/14/2022 4:24 PM, Cecil Westerhof via ffmpeg-user wrote: What is happening here? What's happening is that you're not posting the complete command output, and possibly not using the most current ffmpeg. z! ___ ffmpeg-user mailing list

Re: [FFmpeg-user] Video file often not recognised

2022-06-15 Thread Reindl Harald
Am 15.06.22 um 16:25 schrieb Cecil Westerhof via ffmpeg-user: Lately I am doing a lot with ffmpeg again. But I have a strange problem. Sometimes I send mp4 through WhatsApp. Sometimes I see the thumbnail, sometimes I do not. Today WhatsApp thinks my mp4 is not a video. So I send it as an

[FFmpeg-user] Video file often not recognised

2022-06-15 Thread Cecil Westerhof via ffmpeg-user
Lately I am doing a lot with ffmpeg again. But I have a strange problem. Sometimes I send mp4 through WhatsApp. Sometimes I see the thumbnail, sometimes I do not. Today WhatsApp thinks my mp4 is not a video. So I send it as an ordinary file. On some places it can be played fine. On another it

[FFmpeg-user] Question about ffmpeg and Unity

2022-06-15 Thread 井澤拓海
Nice to meet you. I am a programmer in Japan. Please understand that this sentence is written using DeepL translation, so it may be written in strange English. I am currently trying to call ffmpeg from Unity to record a screen at work. The "q" is supposed to be entered at the end of the

[FFmpeg-user] Encrypted fmp4 not yet supported

2022-06-15 Thread Robin van der Linden via ffmpeg-user
Hello, Today I actually wanted to start implementing HLS segment encryption for my streams, but each time I try to generate encrypted output segments I run into the following error: "Encrypted fmp4 not yet supported\nCould not write header for output file #2" After some googling I came

Re: [FFmpeg-user] how to compile ffmpeg with some arguments in bash script file?

2022-06-15 Thread Ferdi Scholten
my operating system is ubuntu-22.04-desktop-amd64.iso bash script file is 'compile.sh'. content of the file is bellow: #!/bin/bash ## set some flags DEBUG_FLAG='--extra-cflags="-g -O0" --extra-cxxflags="-g -O0"' CC="gcc" CXX="g++" LD="ld" AR="ar" CCAS="gcc -c" RANLIB="ranlib" STRIP="strip"

Re: [FFmpeg-user] how to compile ffmpeg with some arguments in bash script file?

2022-06-15 Thread Bang He
> > screenshot: > [image: 1.png] > [image: 2.png] ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-user] how to compile ffmpeg with some arguments in bash script file?

2022-06-15 Thread Bang He
my operating system is ubuntu-22.04-desktop-amd64.iso bash script file is 'compile.sh'. content of the file is bellow: #!/bin/bash ## set some flags DEBUG_FLAG='--extra-cflags="-g -O0" --extra-cxxflags="-g -O0"' CC="gcc" CXX="g++" LD="ld" AR="ar" CCAS="gcc