On 03/09/14 16:59, Elliott Balsley wrote:
> Hello,
> I want to take a video at 60fps and convert it to 24fps, without adding or 
> dropping frames.  So the duration would be 2.5 times longer and the video 
> would play in slow motion.  I realize the setpts filter can do this, but I’d 
> like to avoid re-encoding.  This is possible in most NLE software, like Adobe 
> Premiere or Apple Cinema Tools; is there a way to do it in ffmpeg?  When I 
> try setpts with “vcodec copy” I get the error “Filtering and streamcopy 
> cannot be used together”.

Most NLE's eventually recode when exporting though...

As the error says, you cannot use filters and stream copy together.
So no you cannot do it.

If your file is a .mov then Cinema tools is your friend.



>[...]


-- 
Tim.
Key Fingerprint 38CF DB09 3ED0 F607 8B67 6CED 0C0B FC44 8B0B FC83
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Reply via email to