Discussion:
[FFmpeg-user] FFmpeg Subtitle Invalid Data Error
spider58
2012-01-09 16:00:11 UTC
Permalink
Hello.

Im trying to add subtitle since 1 moths, tried several commands with
ffmpeg.exe but not accomplished yet.

My command is below

ffmpeg -i d:\myvid.mp4 -i d:\mysrt.srt -scodec srt -f flv d:\mynewvid.flv

giving error message

Invalid data found when processing input.

My srt sample

0
00:00:01,000 => 00:00:03,000
Helllooo!!
Clément Bœsch
2012-01-09 16:05:01 UTC
Permalink
Post by spider58
Hello.
Im trying to add subtitle since 1 moths, tried several commands with
ffmpeg.exe but not accomplished yet.
My command is below
ffmpeg -i d:\myvid.mp4 -i d:\mysrt.srt -scodec srt -f flv d:\mynewvid.flv
giving error message
Invalid data found when processing input.
My srt sample
0
00:00:01,000 => 00:00:03,000
Helllooo!!
Try with:

1
00:00:01,000 --> 00:00:03,000
Hello!

[...]
--
Clément B.
skygamer
2012-01-10 07:16:09 UTC
Permalink
Hello.

Im tried with --> already. but not working. error is same.

--
View this message in context: http://ffmpeg-users.933282.n4.nabble.com/FFmpeg-Subtitle-Invalid-Data-Error-tp4278863p4281328.html
Sent from the FFmpeg-users mailing list archive at Nabble.com.
skygamer
2012-01-10 07:25:03 UTC
Permalink
and a recall

mencoder is working good with same .srt file. But i must use ffmpeg.

--
View this message in context: http://ffmpeg-users.933282.n4.nabble.com/FFmpeg-Subtitle-Invalid-Data-Error-tp4278863p4281344.html
Sent from the FFmpeg-users mailing list archive at Nabble.com.
John Mucha
2012-01-10 17:57:20 UTC
Permalink
Stop sent mi message
Post by spider58
Hello.
Im trying to add subtitle since 1 moths, tried several commands with
ffmpeg.exe but not accomplished yet.
My command is below
ffmpeg -i d:\myvid.mp4 -i d:\mysrt.srt -scodec srt -f flv d:\mynewvid.flv
giving error message
Invalid data found when processing input.
My srt sample
0
00:00:01,000 => 00:00:03,000
Helllooo!!
_______________________________________________
ffmpeg-user mailing list
http://ffmpeg.org/mailman/listinfo/ffmpeg-user
Loading...