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=800000
bufsize=800000

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 <ffmpeg-user-boun...@ffmpeg.org> on behalf of Carl Zwanzig 
<c...@tuunq.com>
Sent: 27 April 2020 21:13
To: ffmpeg-user@ffmpeg.org <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.html&amp;data=01%7C01%7Crakesh.chakraborty%40mheducation.com%7C7bb045a80aba4ae47d5e08d7eac1c5b6%7Cf919b1efc0c347358fca0928ec39d8d5%7C0&amp;sdata=tcW%2FV2N93KniCpBkyl4GXWMCWecSSuBVqa8MmSx%2BrGY%3D&amp;reserved=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.html&amp;data=01%7C01%7Crakesh.chakraborty%40mheducation.com%7C7bb045a80aba4ae47d5e08d7eac1c5b6%7Cf919b1efc0c347358fca0928ec39d8d5%7C0&amp;sdata=9RgDNswN5EqZfHQ1QfrhQmT8%2FaRGJD%2B6whkWbjDrFcE%3D&amp;reserved=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-user&amp;data=01%7C01%7Crakesh.chakraborty%40mheducation.com%7C7bb045a80aba4ae47d5e08d7eac1c5b6%7Cf919b1efc0c347358fca0928ec39d8d5%7C0&amp;sdata=T54ZofvqieDQnT0tUbLGrrJx7n5Z7YQU7UWAXSBadXc%3D&amp;reserved=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".

Reply via email to