[FFmpeg-user] Is there any filter to cut video to given size small videos?

2016-03-10 Thread Nemo
For example, give you an input.mp4 (650MB), cut size param is 300MB, use this filter could split input.mp4 to three mp4 files: ouput-1.mp4(300MB)、ouput-2.mp4(300MB) and ouput-3.mp4(50MB). Thank you. ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org h

[FFmpeg-user] DAV file importing (DVR-made files)

2016-03-10 Thread Emanuel Piza
Hi all, I've been trying to find the solution for this problem for a couple of days without success, so I thought of reaching to you. I can't seem to get it right when converting from DAV to ASF or MP4. This is the command line I've used: ffmpeg -y -i ./HDCVI_ch1_main_20160303201400_20160303201

[FFmpeg-user] "Cannot allocate memory" error

2016-03-10 Thread Cley Faye
Hi, I'm facing an unusual issue that seems caused by amix, but I'm not sure about this at all. I'm trying to merge the audio from a video file and an audio file, and output a single video file with one video stream and one audio stream. I stripped down the command to this: > ffmpeg -i "in.mp4" -i

Re: [FFmpeg-user] FFMPEG MXF Issue

2016-03-10 Thread Carl Eugen Hoyos
afellah hotmail.com> writes: > V1.MXF its working fine, but the second file V2.MXF its not paying. You can use the following to decode V2.MXF $ ffmpeg -f mpegvideo -i V2.MXF Carl Euge ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg

Re: [FFmpeg-user] DCP creation

2016-03-10 Thread Moritz Barsnick
On Thu, Mar 10, 2016 at 03:36:29 -0300, laurie hughes wrote: > http://www.michaelcinquin.com/library/ffmpeg [...] > [AVFilterGraph @ 0x7f98b3600a40] No such filter: 'rgb2xyz' > Error opening filters! That page clearly says that a) That filter was provided by a patch, which you had to apply to your

[FFmpeg-user] help : using ffmpeg preme ...

2016-03-10 Thread Abderrahmane Ouadrhiri
Hi all, how can I get data of this parameters of mmpeg : dia_size integer (*encoding,video*) Set diamond type & size for motion estimation. last_pred integer (*encoding,video*) Set amount of motion predictors from the previous frame. preme integer (*encoding,video*) Set pre motion estimation.

[FFmpeg-user] DCP creation

2016-03-10 Thread laurie hughes
I found this on the web http://www.michaelcinquin.com/library/ffmpeg and I am trying use the information here to make a working DCP via FFMEG So far I have this code /usr/local/bin/ffmpeg -i "/Volumes/JJ_ASSIST/aux_files/exports/160225_JJ_liam test/JJ_liam test_160225.mov" -r 24 -an -profile:v

Re: [FFmpeg-user] FFMPEG MXF Issue

2016-03-10 Thread afellah
please find the link for the file https://drive.google.com/file/d/0B3tmVBhr-xu4ckhScDRfenJmUU0/view?usp=sharing thank you for your support -- View this message in context: http://ffmpeg-users.933282.n4.nabble.com/FFMPEG-MXF-Issue-tp4672425p4675078.html Sent from the FFmpeg-users mailing list

[FFmpeg-user] Fwd: Transcode freezes within libavformat pthread_cond_timedwait

2016-03-10 Thread ZNET Subscriptions
Hello, just to close this question: Ffmpeg 3.0 and pre-3.0 git versions will freeze as shown below on AMD FX(tm)-4170 Quad-Core Processor or AMD Phenom(tm) II X6 1090T Processor. Works as expected on Intel based mainboards - tested on HP DL380 G5 and HP DL360 G5 type servers. Tanks, george.

[FFmpeg-user] Connection refused and how to get frame rate of rtsp live straem

2016-03-10 Thread Sunil M.S
1) the error code is "code": -111, "string": "Connection refused" > GIT Version : git --version git version 1.7.1 > i have followed steps of installation following link http://wiki.razuna.com/display/ecp/FFMpeg+Installation+on+CentOS+and+RedHat > Linux server with cent os 6.5 command l

[FFmpeg-user] Fwd: Help - No default whitelist set

2016-03-10 Thread Sunil M.S
Hi Moritz Barsnick 1) sorry mistake for 200, the error code is "code": -111, "string": "Connection refused" > GIT Version : git --version git version 1.7.1 > i have followed steps of installation following link http://wiki.razuna.com/display/ecp/FFMpeg+Installation+on+CentOS+and+RedHat

Re: [FFmpeg-user] Convert gif to mp4 using ffmpeg

2016-03-10 Thread Moritz Barsnick
On Thu, Mar 10, 2016 at 17:01:31 +0700, aris wrote: > Thanks for advice, I've tried running the following command, but I get an > error as follows: > > ./ffmpeg -framerate 25 -pattern_type glob -i > /root/video-source/gif/yeay.gif /root/video-source/gif/outgif/outyeay.mp4 (That version is a bit o

Re: [FFmpeg-user] Convert gif to mp4 using ffmpeg

2016-03-10 Thread Michael Koch
Thanks for advice, I've tried running the following command, but I get an error as follows: ./ffmpeg -framerate 25 -pattern_type glob -i /root/video-source/gif/yeay.gif /root/video-source/gif/outgif/outyeay.mp4 Do you have many gif images, or do you have one animated gif? The answer from Moritz

Re: [FFmpeg-user] Convert gif to mp4 using ffmpeg

2016-03-10 Thread aris
Hi barsnick, Thanks for advice, I've tried running the following command, but I get an error as follows: ./ffmpeg -framerate 25 -pattern_type glob -i /root/video-source/gif/yeay.gif /root/video-source/gif/outgif/outyeay.mp4 ffmpeg version 2.6.git Copyright (c) 2000-201

Re: [FFmpeg-user] Convert gif to mp4 using ffmpeg

2016-03-10 Thread Moritz Barsnick
On Thu, Mar 10, 2016 at 16:20:23 +0700, aris wrote: > I need to know how to convert gif to mp4 using ffmpeg best quality results ? Using the image2 demuxer: https://www.ffmpeg.org/ffmpeg-formats.html#image2-1 Something like $ ffmpeg -framerate 25 -pattern_type glob -i "*.gif" out.mp4 You may nee

[FFmpeg-user] Convert gif to mp4 using ffmpeg

2016-03-10 Thread aris
Hello Everyone, I need to know how to convert gif to mp4 using ffmpeg best quality results ? please advise :) Thanks ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Re: [FFmpeg-user] Accurate Trimming Without Transcoding

2016-03-10 Thread ValdikSS
This should be possible, but I'm not sure if you can achieve proper PTS with ffmpeg only. Try mkvmerge. On 03/07/2016 02:29 PM, Robert Nagy wrote: > I'm not suggesting to throw away the frames. > > Keep the frames but set an appropriate start time. That way the "trimmed" > frames would be decoded