Changes between Version 22 and Version 23 of FFmpeg


Ignore:
Timestamp:
02/07/13 21:47:33 (11 years ago)
Author:
Rick van der Zwet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FFmpeg

    v22 v23  
    5858
    5959
     60{{{
     61ay.sh
     62#./bin/ffmpeg -y -r 15 -i rtsp://172.17.20.5/live/ch01_0 http://localhost:8090/ijsclub.ffm -movflags frag_keyframe+empty_moov -g 10 output.mp4 -codec png -updatefirst 1 foo.png
     63
     64#Android or iPad fixed:
     65#./bin/ffmpeg -y -r 15 -i rtsp://172.17.20.5/live/ch01_0 -movflags faststart+frag_keyframe -g 15 -pix_fmt yuv420p html/test.m4v
     66
     67URL=rtsp://riff.vanderzwet.net:20554/live/ch01_0
     68#URL=rtsp://172.17.20.5/live/ch01_0
     69#./bin/ffmpeg  -y -r 15 -i $URL -vf 'drawtext=fontfile=/usr/share/fonts/ubuntu-font-family-0.80/Ubuntu-M.ttf:fontcolor=black:textfile=title1.txt:box=1:boxcolor=white, drawtext=fontfile=/usr/share/fonts/ubuntu-font-family-0.80/Ubuntu-M.ttf:fontcolor=black:textfile=title1.txt:box=1:boxcolor=white:x=(w-text_w)/2:y=(h-text_h-line_h)/2' http://localhost:8090/ijsclub.ffm #-vcodec libx264  -hls_wrap 10 html/foo.m3u8 -codec png -updatefirst 1 html/poster.png http://localhost:8090/ijsclub.ffm
     70
     71FILTER='drawtext=fontfile=/usr/share/fonts/ubuntu-font-family-0.80/Ubuntu-M.ttf:fontcolor=black:textfile=title1.txt:box=1:boxcolor=white, drawtext=fontfile=/usr/share/fonts/ubuntu-font-family-0.80/Ubuntu-M.ttf:fontcolor=black:textfile=title1.txt:box=1:boxcolor=white:x=(w-text_w)/2:y=(h-text_h-line_h)/2'
     72
     73./bin/ffmpeg -y  -i rtsp://riff.vanderzwet.net:20554/live/ch01_0 -vf "$FILTER" -f mpegts - | ./bin/ffmpeg -f mpegts -i - http://localhost:8090/ijsclub.ffm -vcodec libx264  -hls_wrap 10 html/foo.m3u8 -codec png -updatefirst 1 html/ijsclub.png
     74}}}
    6075= paid solutions =
    6176* http://www.unified-streaming.com/