Re: [FFmpeg-user] FFMPEG Problem in macOS

2020-05-29 Thread Chakraborty, Rakesh via ffmpeg-user
Hi All,

As per your valuable suggestion, I updated the ffmpeg version to the latest 
one, i.e., version 4.2.2 and used the following command to transcode the 
respective .mov file to .mp4 file.
Command:-


ffmpeg -i Input0.mov -y -fpre ./preset/mp4_Projector.ffpreset -astrict -2 
-vsync vfr -acodec copy -s 1280x720 Output0.mp4

​The above command was working perfectly till date in the code but all of a 
sudden this command didn't work for a particular .mov file and gave the 
following error:-

Too many packets buffered for output stream 0:1

The preset file that has been used, i.e., 'mp4_Projector.ffpreset' file's 
details is as follows:-

vcodec=libx264
vprofile=main
level=30
b:v=80
bufsize=80

The respective .mov file is not corrupted as it was playing with QuickTime 
player. The above command was giving correct transcoded .mp4 video file so far. 
Can't understand why this same command failed for a particular .mov file.

Requesting assistance to resolve this issue.




Thanks & Regards


Rakesh Chakraborty

Mail to: rakesh.chakrabo...@mheducation.com


From: ffmpeg-user  on behalf of Carl Zwanzig 

Sent: 27 April 2020 21:13
To: ffmpeg-user@ffmpeg.org 
Subject: Re: [FFmpeg-user] FFMPEG Problem in macOS

*** EXTERNAL EMAIL: If sender is unknown, use caution when opening. ***


Hello,

On 4/27/2020 7:12 AM, Chakraborty, Rakesh via ffmpeg-user wrote:
> We have a MacBook application which has a screen recording feature as well as 
> capturing the user from Camera (In-built MacBook Camera or any external 
> Camera) who is using that application.

What is the application and have you contacted it's vendor/developers? There
may be an update.


> ffmpeg version 3.4.1-tessus Copyright (c) 2000-2017 the FFmpeg developers

That's a _very_ old version of ffmpeg and not supported here. First thing is
to get a new one, preferable last night's nightly build and try the same
command and input file (start from 
https://nam05.safelinks.protection.outlook.com/?url=https%3A%2F%2Fffmpeg.org%2Fdownload.htmldata=01%7C01%7Crakesh.chakraborty%40mheducation.com%7C7bb045a80aba4ae47d5e08d7eac1c5b6%7Cf919b1efc0c347358fca0928ec39d8d5%7C0sdata=tcW%2FV2N93KniCpBkyl4GXWMCWecSSuBVqa8MmSx%2BrGY%3Dreserved=0).
 If
that fails, then post the output here. Since it's using videolan's x264
software, that ought to be updated, too.

Do the .mov files play correctly with quicktime or vlc? (we don't know if
they're corrupt or not.)

(Something in your email is inserting blank lines.)

And please don't top-post on this list, if you're not sure what that is-
https://nam05.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.idallen.com%2Ftopposting.htmldata=01%7C01%7Crakesh.chakraborty%40mheducation.com%7C7bb045a80aba4ae47d5e08d7eac1c5b6%7Cf919b1efc0c347358fca0928ec39d8d5%7C0sdata=9RgDNswN5EqZfHQ1QfrhQmT8%2FaRGJD%2B6whkWbjDrFcE%3Dreserved=0

Later,

z!
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://nam05.safelinks.protection.outlook.com/?url=https%3A%2F%2Fffmpeg.org%2Fmailman%2Flistinfo%2Fffmpeg-userdata=01%7C01%7Crakesh.chakraborty%40mheducation.com%7C7bb045a80aba4ae47d5e08d7eac1c5b6%7Cf919b1efc0c347358fca0928ec39d8d5%7C0sdata=T54ZofvqieDQnT0tUbLGrrJx7n5Z7YQU7UWAXSBadXc%3Dreserved=0

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".
The information contained in this message may be confidential and/or constitute 
a privileged attorney-client document.  If the reader of this message is not 
the intended recipient, or an employee or agent responsible for delivering this 
message to the intended recipient, you are hereby notified that any 
dissemination, distribution or copying of this communication is strictly 
prohibited.  If you have received this communication in error, please notify 
McGraw-Hill immediately by replying to the message and deleting it from your 
computer.  Thank you.
___
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".

Re: [FFmpeg-user] FFMPEG Problem in macOS

2020-04-27 Thread Carl Zwanzig

Hello,

On 4/27/2020 7:12 AM, Chakraborty, Rakesh via ffmpeg-user wrote:

We have a MacBook application which has a screen recording feature as well as 
capturing the user from Camera (In-built MacBook Camera or any external Camera) 
who is using that application.


What is the application and have you contacted it's vendor/developers? There 
may be an update.




ffmpeg version 3.4.1-tessus Copyright (c) 2000-2017 the FFmpeg developers


That's a _very_ old version of ffmpeg and not supported here. First thing is 
to get a new one, preferable last night's nightly build and try the same 
command and input file (start from https://ffmpeg.org/download.html). If 
that fails, then post the output here. Since it's using videolan's x264 
software, that ought to be updated, too.


Do the .mov files play correctly with quicktime or vlc? (we don't know if 
they're corrupt or not.)


(Something in your email is inserting blank lines.)

And please don't top-post on this list, if you're not sure what that is- 
http://www.idallen.com/topposting.html


Later,

z!
___
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".

Re: [FFmpeg-user] FFMPEG Problem in macOS

2020-04-27 Thread Chakraborty, Rakesh via ffmpeg-user
verted 
to .mp4 file.


Requesting assistance to mitigate this issue.




Thanks & Regards


Rakesh Chakraborty

Mail to: rakesh.chakrabo...@mheducation.com


From: Dennis Mungai 
Sent: 26 April 2020 04:13
To: FFmpeg user questions 
Cc: Chakraborty, Rakesh 
Subject: Re: [FFmpeg-user] FFMPEG Problem in macOS


*** EXTERNAL EMAIL: If sender is unknown, use caution when opening. ***


On Sat, 25 Apr 2020, 21:13 Chakraborty, Rakesh via ffmpeg-user, 
mailto:ffmpeg-user@ffmpeg.org>> wrote:
Hi

I am facing a transcoding problem in macOS. The entire issue details along with 
log files are attached.
Requesting assistance to resolve this issue.
Requesting assistance to resolve this issue.
Requesting assistance to resolve this issue.


Thanks & Regards


Rakesh Chakraborty

Mail to: 
rakesh.chakrabo...@mheducation.com<mailto:rakesh.chakrabo...@mheducation.com>

The information contained in this message may be confidential and/or constitute 
a privileged attorney-client document.  If the reader of this message is not 
the intended recipient, or an employee or agent responsible for delivering this 
message to the intended recipient, you are hereby notified that any 
dissemination, distribution or copying of this communication is strictly 
prohibited.  If you have received this communication in error, please notify 
McGraw-Hill immediately by replying to the message and deleting it from your 
computer.  Thank you.
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org<mailto:ffmpeg-user@ffmpeg.org>
https://ffmpeg.org/mailman/listinfo/ffmpeg-user<https://nam05.safelinks.protection.outlook.com/?url=https%3A%2F%2Fffmpeg.org%2Fmailman%2Flistinfo%2Fffmpeg-user=01%7C01%7CRakesh.Chakraborty%40mheducation.com%7C8bd3cc6e418c41eb9a7c08d7e96a2a20%7Cf919b1efc0c347358fca0928ec39d8d5%7C0=tVFab0Qj8WG4a61jlQ72Xnz8HKYA4TrSJp%2BPXwIBO%2Bw%3D=0>

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org<mailto:ffmpeg-user-requ...@ffmpeg.org> with 
subject "unsubscribe".


Can you please post these logs directly in the email, and the problem 
description in the word attachment to the email body?

Sending word documents here is simply trolling.
The information contained in this message may be confidential and/or constitute 
a privileged attorney-client document.  If the reader of this message is not 
the intended recipient, or an employee or agent responsible for delivering this 
message to the intended recipient, you are hereby notified that any 
dissemination, distribution or copying of this communication is strictly 
prohibited.  If you have received this communication in error, please notify 
McGraw-Hill immediately by replying to the message and deleting it from your 
computer.  Thank you.
___
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".

Re: [FFmpeg-user] FFMPEG Problem in macOS

2020-04-25 Thread Dennis Mungai
On Sat, 25 Apr 2020, 21:13 Chakraborty, Rakesh via ffmpeg-user, <
ffmpeg-user@ffmpeg.org> wrote:

> Hi
>
> I am facing a transcoding problem in macOS. The entire issue details along
> with log files are attached.
> Requesting assistance to resolve this issue.
> Requesting assistance to resolve this issue.
> Requesting assistance to resolve this issue.
>
>
> Thanks & Regards
>
>
> Rakesh Chakraborty
>
> Mail to: rakesh.chakrabo...@mheducation.com
>
> The information contained in this message may be confidential and/or
> constitute a privileged attorney-client document.  If the reader of this
> message is not the intended recipient, or an employee or agent responsible
> for delivering this message to the intended recipient, you are hereby
> notified that any dissemination, distribution or copying of this
> communication is strictly prohibited.  If you have received this
> communication in error, please notify McGraw-Hill immediately by replying
> to the message and deleting it from your computer.  Thank you.
> ___
> 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".



Can you please post these logs directly in the email, and the problem
description in the word attachment to the email body?

Sending word documents here is simply trolling.
___
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".

Re: [FFmpeg-user] FFMPEG Problem in macOS

2020-04-25 Thread Carl Eugen Hoyos
Am Sa., 25. Apr. 2020 um 20:13 Uhr schrieb Chakraborty, Rakesh via
ffmpeg-user :

> I am facing a transcoding problem in macOS.

Please test current FFmpeg git head, please paste the command line
including the complete, uncut console output into your message, no
need to attach text files.

> The information contained in this message may be confidential

Please remove this from messages sent to a public mailing list.

Carl Eugen
___
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".