Thread: MKV, DTS to AC3 with FFMPEG. Output can't seek forward or backward..
hi,
i'm working on mkv video file.
converted dts sound stream ac3 using ffmpeg.
it's possible seek backwards or forwards using vlc, smplayer, or other video player software.
when try play on bluray (samsung bd p1600), it's impossible seek backwards or forwards, can play continuosly.
can in order convert dts sound track ac3 , keep possibility of seeking backwards , forwards?
thanks.
ps: how converted dts sound stream ac3:
1-this how extracted audio track , converted ac3:
ffmpeg -i input.mkv -acodec ac3 -ab 640k output.ac3
2-this how joined video file sound file:
ffmpeg -i input.mkv -i output.ac3 -vcodec copy -acodec copy -sn output.mkv -map 0.0 -map 1.0
those 2 commands combined:
is samsung player able seek other mkv files, or video particularly troublesome? have latest firmware player? network connected models have easy method update.code:ffmpeg -i input.mkv -vcodec copy -acodec ac3 -ab 640k output.mkv
maybe samsung doesn't how ffmpeg muxed mkv, , mkclean tool useful in instance. note latest version 0.8.6.
summarize: don't know.
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Multimedia Software [ubuntu] MKV, DTS to AC3 with FFMPEG. Output can't seek forward or backward..
Ubuntu
Comments
Post a Comment