Advertisement
Guest User

ffmpeg/flac

a guest
Jun 2nd, 2014
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. ffmpeg -i 00000.m2ts -c:a pcm_s16le -map 0:a:0 -f wav - | flac -8 -o out.flac -
  2.  
  3. flac 1.2.1, Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007 Josh Coalson
  4. flac comes with ABSOLUTELY NO WARRANTY. This is free software, and you are
  5. welcome to redistribute it under certain conditions. Type `flac' for details.
  6.  
  7. ffmpeg version N-40688-gf5d1d1e- http://johnvansickle.com/ffmpeg/ Copyright (c) 2000-2014 the FFmpeg developers
  8. built on Mar 2 2014 02:29:40 with gcc 4.8 (Debian 4.8.2-16)
  9. configuration: --enable-gpl --enable-version3 --disable-shared --disable-debug --enable-runtime-cpudetect --enable-libmp3lame --enable-libx264 --enable-libx265 --enable-libwebp --enable-libspeex --enable-libvorbis --enable-libvpx --enable-libfreetype --enable-libxvid --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-gray --enable-libopenjpeg --enable-libopus --disable-ffserver
  10. libavutil 52. 66.100 / 52. 66.100
  11. libavcodec 55. 52.102 / 55. 52.102
  12. libavformat 55. 33.100 / 55. 33.100
  13. libavdevice 55. 10.100 / 55. 10.100
  14. libavfilter 4. 2.100 / 4. 2.100
  15. libswscale 2. 5.101 / 2. 5.101
  16. libswresample 0. 18.100 / 0. 18.100
  17. libpostproc 52. 3.100 / 52. 3.100
  18. Input #0, mpegts, from '00000.m2ts':
  19. Duration: 00:03:25.66, start: 7559.000000, bitrate: 43048 kb/s
  20. Program 1
  21. Stream #0:0[0x1011]: Video: h264 (High) (HDMV / 0x564D4448), yuv420p(tv, bt709), 1920x1080 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 90k tbn, 47.95 tbc
  22. Stream #0:1[0x1100]: Audio: pcm_bluray (HDMV / 0x564D4448), 48000 Hz, stereo, s16, 1536 kb/s
  23. Output #0, wav, to 'pipe:':
  24. Metadata:
  25. ISFT : Lavf55.33.100
  26. Stream #0:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 48000 Hz, stereo, s16, 1536 kb/s
  27. Stream mapping:
  28. Stream #0:1 -> #0:0 (pcm_bluray -> pcm_s16le)
  29. Press [q] to stop, [?] for help
  30. -: WARNING: skipping unknown sub-chunk 'LIST' (use --keep-foreign-metadata to keep)
  31. -: ERROR: 'data' subchunk has size of 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement