Advertisement
Guest User

Untitled

a guest
Jul 25th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. $ head mylist.txt
  2. file test001.y4m
  3. file test002.y4m
  4. file test003.y4m
  5. file test004.y4m
  6. file test005.y4m
  7. file test006.y4m
  8. file test007.y4m
  9. file test008.y4m
  10. file test009.y4m
  11.  
  12.  
  13. $ ffmpeg -f concat -safe 0 -i mylist.txt -c copy slaskslask.y4m
  14. ffmpeg version 3.4.6-0ubuntu0.18.04.1 Copyright (c) 2000-2019 the FFmpeg developers
  15. built with gcc 7 (Ubuntu 7.3.0-16ubuntu3)
  16. configuration: --prefix=/usr --extra-version=0ubuntu0.18.04.1 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --enable-gpl --disable-stripping --enable-avresample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librubberband --enable-librsvg --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libopencv --enable-libx264 --enable-shared
  17. libavutil 55. 78.100 / 55. 78.100
  18. libavcodec 57.107.100 / 57.107.100
  19. libavformat 57. 83.100 / 57. 83.100
  20. libavdevice 57. 10.100 / 57. 10.100
  21. libavfilter 6.107.100 / 6.107.100
  22. libavresample 3. 7. 0 / 3. 7. 0
  23. libswscale 4. 8.100 / 4. 8.100
  24. libswresample 2. 9.100 / 2. 9.100
  25. libpostproc 54. 7.100 / 54. 7.100
  26. Input #0, concat, from 'mylist.txt':
  27. Duration: N/A, start: 0.000000, bitrate: N/A
  28. Stream #0:0: Video: rawvideo (I420 / 0x30323449), yuv420p(progressive), 1920x1080, 24 fps, 24 tbr, 24 tbn, 24 tbc
  29. File 'slaskslask.y4m' already exists. Overwrite ? [y/N] y
  30. [yuv4mpegpipe @ 0x55fee1bb4380] ERROR: Codec not supported.
  31. Could not write header for output file #0 (incorrect codec parameters ?): Invalid data found when processing input
  32. Stream mapping:
  33. Stream #0:0 -> #0:0 (copy)
  34. Last message repeated 1 times
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement