Advertisement
Guest User

Juris Malinens[FFMPEG]

a guest
Aug 10th, 2012
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. /usr/local/bin/ffmpeg -re -i rtmp://xxx/live/xxx3_0 -acodec copy -metadata author="transcoded" \
  2. -g 50 -vcodec libx264 -b 1024000 -minrate 1024000 -maxrate 1024000 -bufsize 2048000 \
  3. -preset veryfast -r 25 -profile main -level 41 -vf "yadif,crop=in_w-32:in_h-18:16:9,scale=640:360" \
  4. -f flv rtmp://xxx/incoming-record?doPublish=xxx/mp4:xxx3_1 -acodec copy \
  5. -metadata author="transcoded" -g 50 -vcodec libx264 -b 512000 -minrate 512000 -maxrate 512000 \
  6. -bufsize 1024000 -preset veryfast -r 25 -profile baseline -level 30 -vf "yadif,crop=in_w-32:in_h-18:16:9,scale=480:270" \
  7. -f flv rtmp://xxx/live?doPublish=xxx/mp4:xxx3_2 -report -threads 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement