Quantcast
Channel: VideoHelp Forum
Viewing all articles
Browse latest Browse all 45456

FFMPEG Crop Command Not Cropping

$
0
0
This does not work.


ffmpeg -i MVI_3298.MOV -y -filter:v "crop=600:720:270:0" -ss 00:01:14 -t 00:00:09 -acodec copy -vcodec copy ay.mov


This works.


ffmpeg -i MVI_3298.MOV -filter:v "crop=600:720:270:0" -ss 00:01:15 -t 00:00:06 -an -vcodec h264 ay.mov


I want to crop the video without transcoding.


Code:

ffmpeg -version
ffmpeg version 2.0.1
built on Sep 24 2013 05:31:18 with gcc 4.8 (Debian 4.8.1-10)
configuration: --extra-cflags=-I../static/include --extra-ldflags='-L../static/lib -static' --enable-gpl --enable-version3 --enable-static --disable-shared --disable-debug --enable-runtime-cpudetect --enable-libmp3lame --enable-libx264 --enable-libspeex --enable-libvorbis --enable-libvpx --enable-libfreetype --enable-libxvid --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-gray --enable-libopenjpeg --disable-ffserver
libavutil      52. 38.100 / 52. 38.100
libavcodec    55. 18.102 / 55. 18.102
libavformat    55. 12.100 / 55. 12.100
libavdevice    55.  3.100 / 55.  3.100
libavfilter    3. 79.101 /  3. 79.101
libswscale      2.  3.100 /  2.  3.100
libswresample  0. 17.102 /  0. 17.102
libpostproc    52.  3.100 / 52.  3.100




Video File Info


Code:

Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'MVI_3298.MOV':
  Metadata:
    major_brand    : qt 
    minor_version  : 537331968
    compatible_brands: qt  CAEP
    creation_time  : 2013-11-30 02:00:02
  Duration: 00:01:33.79, start: 0.000000, bitrate: 24748 kb/s
    Stream #0:0(eng): Video: h264 (Constrained Baseline) (avc1 / 0x31637661), yuvj420p, 1280x720, 23203 kb/s, 29.97 fps, 29.97 tbr, 30k tbn, 60k tbc
    Metadata:
      creation_time  : 2013-11-30 02:00:02
    Stream #0:1(eng): Audio: pcm_s16le (sowt / 0x74776F73), 48000 Hz, stereo, s16, 1536 kb/s
    Metadata:
      creation_time  : 2013-11-30 02:00:02


Viewing all articles
Browse latest Browse all 45456

Trending Articles