[FFmpeg-user] problem with ffmpeg on "ts" file

Carl Eugen Hoyos cehoyos at ag.or.at
Wed Jan 23 09:46:53 CET 2013


attio1_tiscali <attio1 <at> tiscali.it> writes:

> “ffmpeg -i prova2.ts -vcodec mpeg2video -s 720x576 
> -aspect 4:3 -b:v 6200k -minrate 5000k -maxrate 10000k 
> -bufsize 1835k -r 25 -bf 2 -flags2 sgop -acodec mp2 
> -ac 2 -ar 48000 -ab 224k prova.ts”.

Please never post command lines without complete, uncut 
console output (at least first 50 and last 50 lines) when 
asking for support on this mailing list.

Do any of the three following command lines lead to a 
working output file?
ffmpeg -i prova2.ts -acodec copy -vcodec copy out1.ts
ffmpeg -i prova2.ts -acodec copy -qscale 10 out2.ts
ffmpeg -i prova2.ts -vcodec copy -acodec mp2 out3.ts

(I am assuming prova2.ts does work on your playback 
device, if it does not, you will first have to show 
that transport streams work at all.)

Carl Eugen



More information about the ffmpeg-user mailing list