[FFmpeg-user] mpdecimate and setpts

2018-02-11 Thread Chen Fisher
I'm using mpdecimate to remove similar frames: ffmpeg -i in.mp4 -vf mpdecimate out.mp4 But the ending result has the same number of frames as the original video file (although smaller file size). When using mpdecimate with setpts, the ending result has indeed smaller frame count and smaller file

Re: [FFmpeg-user] Is there an input or output file-size limit that FFmpeg can handle ?

2018-02-11 Thread Gyan Doshi
On 2/12/2018 11:47 AM, Shyam Sundar wrote: Can you please share if you have any data on it OR the size of the largest video you have ever tried with FFmpeg ? Output filesize limit is the max value of UINT64 i.e. 17179869183 GB. Actual limit subject to filesystem limit as well. As for input,

[FFmpeg-user] PCM ending bits differ

2018-02-11 Thread Shi Qiu
I was trying to convert a pcm from 44100/2 channel to 16000/1 channel. I modified resampling_audio.c to read from the input of pcm file, and then commpared with ffmpeg command: ffmpeg.exe -f s16le -ar 44100 -ac 2 -i input.pcm -c:a pcm_s16le -ar 16000 -ac 1 -f s16le o2.pcm -y several bit at the

[FFmpeg-user] Is there an input or output file-size limit that FFmpeg can handle ?

2018-02-11 Thread Shyam Sundar
Hi, I am planning to use FFmpeg for rendering a set of very large videos, input video size could be from 5 gb up to 50 gb (in a rare case it can go upto 100 gb). Input video could be of any type, output would mostly be mp4 or webm. Capabilities wise I was wondering is there any known file-size

Re: [FFmpeg-user] stream hls from ffmpeg via media-server to TV

2018-02-11 Thread Carl Eugen Hoyos
2018-02-10 14:02 GMT+01:00 Thomas Schmiedl : > Am 07.02.2018 um 19:15 schrieb Carl Eugen Hoyos: >> >> 2018-02-06 14:25 GMT+01:00 Thomas Schmiedl : >> >>> ffmpeg version 3.4.1 Copyright (c) 2000-2017 the FFmpeg developers >> >> >> Please test current

Re: [FFmpeg-user] fail to seek key video packet

2018-02-11 Thread Carl Eugen Hoyos
2018-02-11 12:58 GMT+01:00 qw : >>Not sure what you are trying to show but this file was created with >>FFmpeg and is therefore typically not a good example. >> >>Or to say it differently: If the issue can be shown with a file >>created by FFmpeg, why did you upload a (large)

Re: [FFmpeg-user] fail to seek key video packet

2018-02-11 Thread qw
>Not sure what you are trying to show but this file was created with >FFmpeg and is therefore typically not a good example. > >Or to say it differently: If the issue can be shown with a file >created by FFmpeg, why did you upload a (large) sample? I just find the issue with the large sample