[FFmpeg-user] ffmpeg generates videos with start time greater than 0

2015-03-11 Thread Alfredo Aiello
I'm trying to cut videos with ffmpeg. I know how to do it in the normal way: ffmpeg -i test.mp4 -ss 0 -t 6 -c:v libx264 -profile:v main -level 3.1 -preset medium -crf 20 -r 25 -b:v 1200k -minrate 1200k -maxrate 1200k -bufsize 1835k -c:a libfdk_aac -ar 48000 -ac 2 -ab 128k trimmed.mp4

Re: [FFmpeg-user] How to add zoom in effect to a video?

2015-02-10 Thread Alfredo Aiello
Hi, have you tried to get the error? Thank you. On 02/09/2015 11:33 AM, Alfredo Aiello wrote: Here's the video https://www.dropbox.com/s/lhiecsthn1rnp8c/img_001_temp.mp4?dl=0 Alfredo On 02/09/2015 11:20 AM, Carl Eugen Hoyos wrote: Alfredo Aiello stuzzo at gmail.com writes: yes, the scale