Problem with transcoding a .flv file
Hi,
while trancoding some .flv files I realised the following problem with downloaded files. Other .flv Files played without problems.
Perhaps somebody can help.
Here are the logs when I tested the file with the cmd-shell
(this is the command from the serviio ffmpeg-wrapper.log)
ffmpeg.exe "-i" "f:\# TV\test.flv" "-y" "-async" "1" "-vcodec" "copy" "-vbsf" "h264_mp4toannexb" "-copyts" "-acodec" "ac3" "-ab" "384k" "-ac" "2" "-map" "0:0" "-map" "0:1" "-sn" "-f" "mpegts" "v:\Serviio\transcoding-temp-918-MPEG2TS.stf"
(and that was the output in the shell)
....
[mpegts @ 02279aa0] muxrate VBR, pcr every 2 pkts, sdt every 200, pat/pmt every
40 pkts
Output #0, mpegts, to 'v:\Serviio\transcoding-temp-918-MPEG2TS.stf':
Metadata:
moovPosition : 28137881
avcprofile : 77
avclevel : 31
aacaot : 2
videoframerate : 25
audiochannels : 2
encoder : Lavf54.4.100
Stream #0:0: Video: h264, yuv420p, 960x544 [SAR 1:1 DAR 30:17], q=2-31, 90k
tbn, 25 tbc
Stream #0:1: Audio: ac3, 48000 Hz, stereo, flt, 384 kb/s
Stream mapping:
Stream #0:0 -> #0:0 (copy)
Stream #0:1 -> #0:1 (aac -> ac3)
Press [q] to stop, [?] for help
[mpegts @ 02279aa0] Application provided invalid, non monotonically increasing d
ts to muxer in stream 0: 22950 >= 19800
av_interleaved_write_frame(): Invalid argument
THNX !
while trancoding some .flv files I realised the following problem with downloaded files. Other .flv Files played without problems.
Perhaps somebody can help.
Here are the logs when I tested the file with the cmd-shell
(this is the command from the serviio ffmpeg-wrapper.log)
ffmpeg.exe "-i" "f:\# TV\test.flv" "-y" "-async" "1" "-vcodec" "copy" "-vbsf" "h264_mp4toannexb" "-copyts" "-acodec" "ac3" "-ab" "384k" "-ac" "2" "-map" "0:0" "-map" "0:1" "-sn" "-f" "mpegts" "v:\Serviio\transcoding-temp-918-MPEG2TS.stf"
(and that was the output in the shell)
....
[mpegts @ 02279aa0] muxrate VBR, pcr every 2 pkts, sdt every 200, pat/pmt every
40 pkts
Output #0, mpegts, to 'v:\Serviio\transcoding-temp-918-MPEG2TS.stf':
Metadata:
moovPosition : 28137881
avcprofile : 77
avclevel : 31
aacaot : 2
videoframerate : 25
audiochannels : 2
encoder : Lavf54.4.100
Stream #0:0: Video: h264, yuv420p, 960x544 [SAR 1:1 DAR 30:17], q=2-31, 90k
tbn, 25 tbc
Stream #0:1: Audio: ac3, 48000 Hz, stereo, flt, 384 kb/s
Stream mapping:
Stream #0:0 -> #0:0 (copy)
Stream #0:1 -> #0:1 (aac -> ac3)
Press [q] to stop, [?] for help
[mpegts @ 02279aa0] Application provided invalid, non monotonically increasing d
ts to muxer in stream 0: 22950 >= 19800
av_interleaved_write_frame(): Invalid argument
THNX !