Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ffmpeg -re -i ./transformers/trans3-720p.h264 -c:v copy -b:v 4M -bsf h264_mp4toannexb -f mpegts trans3-1280x720.ts
- ffmpeg version N-43827-gc2271fa Copyright (c) 2000-2012 the FFmpeg developers
- built on Aug 23 2012 14:36:14 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5)
- configuration: --prefix=/opt/x86 --enable-gpl --enable-shared --enable-libx264 --enable-libxvid --extra-cflags=-I/opt/x86/include --extra-ldflags=-L/opt/x86/lib
- libavutil 51. 70.100 / 51. 70.100
- libavcodec 54. 54.100 / 54. 54.100
- libavformat 54. 25.104 / 54. 25.104
- libavdevice 54. 2.100 / 54. 2.100
- libavfilter 3. 13.100 / 3. 13.100
- libswscale 2. 1.101 / 2. 1.101
- libswresample 0. 15.100 / 0. 15.100
- libpostproc 52. 0.100 / 52. 0.100
- [h264 @ 0x97e0500] max_analyze_duration 5000000 reached at 5005000
- [h264 @ 0x97e0500] Estimating duration from bitrate, this may be inaccurate
- Input #0, h264, from './transformers/trans3-720p.h264':
- Duration: N/A, bitrate: N/A
- Stream #0:0: Video: h264 (High), yuv420p, 1280x720, 23.98 fps, 23.98 tbr, 1200k tbn, 47.95 tbc
- File 'trans3-1280x720.ts' already exists. Overwrite ? [y/N] y
- muxrate VBR, pcr every 2 pkts, sdt every 200, pat/pmt every 40 pkts
- Output #0, mpegts, to 'trans3-1280x720.ts':
- Metadata:
- encoder : Lavf54.25.104
- Stream #0:0: Video: h264, yuv420p, 1280x720, q=2-31, 23.98 fps, 90k tbn, 23.98 tbc
- Stream mapping:
- Stream #0:0 -> #0:0 (copy)
- Press [q] to stop, [?] for help
- Failed to open bitstream filter h264_mp4toannexb for stream 0 with codec copy: Invalid argument
- [mpegts @ 0x97e7a60] first pts value must set
- av_interleaved_write_frame(): Invalid data found when processing input
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement