douqianzha6213 2014-08-14 14:25
浏览 655
已采纳

使用ffmpeg缩放和剪切部分视频

I am trying to upload a video that is 640 x 480. Using FFmpeg I am trying to resize to a square but I am having much difficulty.

if i use s=320x320 in my command or scale 320x320

    ->setVideoScale(320, 320)

the image is distored.

If i change the aspect ratio 1:1 i get black bars.

is there a way to actually just cut a RECT in the video. IE i want to be able to re save the video and it only capture

   x 0 to 320
   y 0 to 320  

or whatever bounds I pick.

Basically I do not want to re-size I just want to be able to re record a certain portion of the video. is this possible?

  • 写回答

1条回答 默认 最新

  • dtdt0454 2014-08-19 12:50
    关注

    Check out FFMPEG's video filters. There is a crop option that will do what you're asking for, specifically the first example.

    Depending on the library you're using to interface with FFMPEG, something like the following might work per your example:

    ->addCommand('-vf', 'crop=320:320:0:0');
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 openwrt双栈NAT
  • ¥15 部分网页页面无法显示!
  • ¥15 怎样解决power bi 中设置管理聚合,详细信息表和详细信息列显示灰色,而不能选择相应的内容呢?
  • ¥15 QTOF MSE数据分析
  • ¥15 平板录音机录音问题解决
  • ¥15 请问维特智能的安卓APP在手机上存储传感器数据后,如何找到它的存储路径?
  • ¥15 (SQL语句|查询结果翻了4倍)
  • ¥15 Odoo17操作下面代码的模块时出现没有'读取'来访问
  • ¥50 .net core 并发调用接口问题
  • ¥15 网上各种方法试过了,pip还是无法使用