[FFmpeg-user] FLV to TS convert problem

Eray Dogan Eray.Dogan at mirsis.com.tr
Thu Oct 13 18:01:28 CEST 2011


Hi,

I'm try to flv file to ts file. Generaly, convert correctly by sometime convertion return 1kb file. My convertion script like as:

-i "input.flv" -f mpegts -acodec libmp3lame -ar 48000 -ab 64k -s 320x240 -vcodec libx264 -b 256k -flags +loop -cmp +chroma -partitions +parti4x4+partp8x8+partb8x8 -subq 5 -trellis 1 -refs 1 -coder 0 -me_range 16 -keyint_min 25 -sc_threshold 40 -i_qfactor 0.71 -bt 200k -maxrate 96k -bufsize 96k -rc_eq 'blurCplx^(1-qComp)' -qcomp 0.6 -qmin 10 -qmax 51 -qdiff 4 -level 30 -aspect 320:240 -g 30 -async 2 -y "output.ts" -ss 00:00:00 -t 00:00:10"

what is my mistake?, May you help me?



More information about the ffmpeg-user mailing list