Advertisement
rajhlinux

Untitled

Jul 6th, 2022
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.74 KB | None | 0 0
  1. $ ffmpeg -i video_sample.mp4 -c:v h264_amf output.mp4
  2.  
  3. ffmpeg version N-107316-gf9dd8fcf9b Copyright (c) 2000-2022 the FFmpeg developers
  4.   built with gcc 11 (Ubuntu 11.2.0-19ubuntu1)
  5.   configuration: --prefix=/home/user/ffmpeg_build --pkg-config-flags=--static --extra-cflags=-I/home/user/ffmpeg_build/include --extra-ldflags=-L/home/user/ffmpeg_build/lib --extra-libs='-lpthread -lm' --ld=g++ --bindir=/home/user/bin --enable-gpl --enable-gnutls --enable-libass --enable-libfdk-aac --enable-libfreetype --enable-libmp3lame --enable-libopus --enable-libaom --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libx265 --enable-shared --disable-static --enable-amf --enable-nonfree
  6.   libavutil      57. 27.100 / 57. 27.100
  7.   libavcodec     59. 36.100 / 59. 36.100
  8.   libavformat    59. 26.100 / 59. 26.100
  9.   libavdevice    59.  6.100 / 59.  6.100
  10.   libavfilter     8. 41.100 /  8. 41.100
  11.   libswscale      6.  6.100 /  6.  6.100
  12.   libswresample   4.  6.100 /  4.  6.100
  13.   libpostproc    56.  5.100 / 56.  5.100
  14. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'video_sample.mp4':
  15.   Metadata:
  16.     major_brand     : isom
  17.     minor_version   : 512
  18.     compatible_brands: isomiso2mp41
  19.     encoder         : Lavf58.76.100
  20.   Duration: 00:00:40.87, start: 0.000000, bitrate: 9392 kb/s
  21.   Stream #0:0[0x1](und): Video: mpeg4 (Simple Profile) (mp4v / 0x7634706D), yuv420p(pc, gbr/bt709/iec61966-2-1), 1920x1080 [SAR 1:1 DAR 16:9], 9391 kb/s, 30.02 fps, 30 tbr, 15360 tbn (default)
  22.     Metadata:
  23.       handler_name    : VideoHandler
  24.       vendor_id       : [0][0][0][0]
  25. File 'output.mp4' already exists. Overwrite? [y/N] y
  26. Stream mapping:
  27.   Stream #0:0 -> #0:0 (mpeg4 (native) -> h264 (h264_amf))
  28. Press [q] to stop, [?] for help
  29. Segmentation fault (core dumped)
  30.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement