[FFmpeg-user] -ss 00:65:00 invalid ??
Sean Darcy
seandarcy2 at gmail.com
Sun Jun 1 22:29:02 CEST 2014
I'm trying to break in half a really big vob file by starting at 65
minutes. I thought you did this by inserting -ss hh:mm:ss before the
input file. What am I doing wrong?
ffmpeg -ss 00:65:00 -i BIG21.vob -threads -an -c:v libx264 -pass 1 -f
mp4 -y /dev/null
ffmpeg version 2.2.git Copyright (c) 2000-2014 the FFmpeg developers
built on May 24 2014 07:35:17 with gcc 4.8.2 (GCC) 20131212 (Red Hat
4.8.2-7)
configuration: --prefix=/usr --bindir=/usr/bin
--datadir=/usr/share/ffmpeg --libdir=/usr/lib64 --mandir=/usr/share/man
--shlibdir=/usr/lib64 --extra-cflags='-Ofast -march=native -mtune=native
-fopenmp -fomit-frame-pointer -pipe' --enable-avresample --enable-static
--enable-shared --enable-gray --enable-gpl --enable-nonfree
--enable-version3 --enable-postproc --enable-avfilter
--enable-avresample --enable-pthreads --enable-x11grab --enable-gray
--enable-vaapi --enable-hardcoded-tables --enable-libaacplus
--enable-avisynth --enable-frei0r --enable-libfdk-aac --enable-libgsm
--enable-libmp3lame --enable-libopenjpeg --enable-libopus
--enable-librtmp --enable-libschroedinger --enable-libsoxr
--enable-libspeex --enable-libtheora --enable-libvo-aacenc
--enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx264
--enable-libxvid --enable-zlib --disable-debug --cpu=amdfam10
--arch=x86_64 --enable-pic --enable-libopencv --enable-openssl
libavutil 52. 86.100 / 52. 86.100
libavcodec 55. 64.100 / 55. 64.100
libavformat 55. 40.100 / 55. 40.100
libavdevice 55. 13.101 / 55. 13.101
libavfilter 4. 5.100 / 4. 5.100
libavresample 1. 2. 0 / 1. 2. 0
libswscale 2. 6.100 / 2. 6.100
libswresample 0. 19.100 / 0. 19.100
libpostproc 52. 3.100 / 52. 3.100
Invalid duration specification for ss: 00:65:00
sean
More information about the ffmpeg-user
mailing list