Closed GoogleCodeExporter closed 9 years ago
Slicing is kinda unstable and unreliable, and a sample file is needed.
Original comment by baptiste...@gmail.com
on 12 Oct 2011 at 7:18
Hi,
i solved bypass control in the libavformat/utils.c (you find in attachment, add
comment row 3067 and close row 3074) and recompile everything again :
I try and the issue is solved for me.
/*
if(st->cur_dts && st->cur_dts != AV_NOPTS_VALUE && ((!(s->oformat->flags & A
VFMT_TS_NONSTRICT) && st->cur_dts >= pkt->dts) || st->cur_dts > pkt->dts)){
av_log(s, AV_LOG_ERROR,
"Application provided invalid, non monotonically increasing dts t
o muxer in stream %d: %"PRId64" >= %"PRId64"\n",
st->index, st->cur_dts, pkt->dts);
return AVERROR(EINVAL);
}
*/
To cut an f4v i use this command :
ffmbc -ss hh:mm:ss -t hh:mm:ss -i <inputvideo>.f4v -vcodec copy -acodec copy -f
f4v -async 1 <outputcroppedvideo>.f4v
Bye
Original comment by simone.c...@interact.it
on 6 Feb 2012 at 11:43
Attachments:
Original issue reported on code.google.com by
phillclarke@gmail.com
on 12 Oct 2011 at 12:45