湖濱散記部落格的樹心幽徑[login][主頁]
870:20230309安裝並使用ffmpeg影音轉檔程式
AS uploads/20220309在 win10 安裝並使用 ffmpeg 影音轉檔程式.docx
  1. 以指定的視訊垂直及水平解析度來縮放 ffplay -vf scale=800:600 i.mp4
  2. 以指定的視訊水平解析度來縮放 ffplay -vf scale=800:-1 i.mp4
  3. 以指定的視訊垂直解析度來縮放 ffplay -vf scale=-1:600 i.mp4
  4. ffplay -vf scale=800:600 -vf crop=2/3*in_w:2/3*in_h 20230402尖山湖山鳥1.mp4
  5. 截切週邊寬高各1/3 ffplay -vf crop=2/3*in_w:2/3*in_h i.mp4
  6. 影片合併:ffmpeg -f concat -safe 0 -i input.txt -c copy output.mp4
    input.txt內容如下:
    file dog1.mp4
    file dog2.mp4
    file treehrt.mp4
    

746:20220214安裝並使用ffmpeg影音轉檔程式

select id,article_id,topic,text from lt_articles_text where article_id =870; ok. update lt_articles set num_reads=num_reads +1 where id=870; ok.