Re: [FFmpeg-user] ffmpeg-2.4 creates grey screen, corrupted videos

2014-09-20 Thread S Andreason
Carl Eugen Hoyos wrote: What does 'upgrading mplayer to 2.4' mean? Oops. Aspie made one typo. Meant 1.1.1 http://seahorseCorral.org/videos/tests/20140128_pond-W_rec10990.mov I tested the following command line: $ ffmpeg -i 20140128_pond-W_rec10990.mov -s 640x360 -qscale 2 -acodec

[FFmpeg-user] Closed Caption(CC) data from .ts file using ffmpeg

2014-09-20 Thread Gunasekaran Velu
I am using the following ffmpeg command to extract the CC(Closed Caption) data from .ts file. FFMPEG -i input.ts -vn -an -codec:s:0.1 srt sub.srt ffmpeg -threads 4 -i input.ts -vn -an -codec:s:0.2 srt englishSubtitle.srt But i did not get the cc data, its says "invalid frame dimensions 0x0" erro

Re: [FFmpeg-user] Extract DTS core from DTS-HD MA track

2014-09-20 Thread Andreas Gumm
Yes, that's what I meant. I have answered to the initial question "How to extract core from DTS-HD MA?". Andreas Am 20.09.2014 16:02 schrieb "Paul B Mahol" : > On 9/20/14, Andreas Gumm wrote: > > I was thinking it works! > > How I did it the last time if not by ffmpeg? > > Also ffplay can playba

Re: [FFmpeg-user] How to delete digital silence?

2014-09-20 Thread Paul B Mahol
On 9/20/14, Bart Gopnik wrote: > ffmpeg -i INPUT -af silenceremove=1:0.1:0:1:0.1:0 OUTPUT > > What is what in 1:0.1:0:1:0.1:0? start_periods=1 start_duration=0.1 - can be 0 start_threshold=0 stop_periods=1 stop_duration=0.1 stop_threshold=0 > ___ > ff

Re: [FFmpeg-user] Extract DTS core from DTS-HD MA track

2014-09-20 Thread Paul B Mahol
On 9/20/14, Andreas Gumm wrote: > I was thinking it works! > How I did it the last time if not by ffmpeg? > Also ffplay can playback DTS-HD MA files! > Only core, extension is not used. > Andreas > Am 20.09.2014 15:44 schrieb "No Spam Please" : > >> >> >> On 19 September 2014 19:28:05 BST, No Sp

Re: [FFmpeg-user] How to delete digital silence?

2014-09-20 Thread Барт Гопник
ffmpeg -i INPUT -af silenceremove=1:0.1:0:1:0.1:0 OUTPUT What is what in 1:0.1:0:1:0.1:0? ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Re: [FFmpeg-user] Extract DTS core from DTS-HD MA track

2014-09-20 Thread Andreas Gumm
I was thinking it works! How I did it the last time if not by ffmpeg? Also ffplay can playback DTS-HD MA files! Andreas Am 20.09.2014 15:44 schrieb "No Spam Please" : > > > On 19 September 2014 19:28:05 BST, No Spam Please > wrote: > >All, > > > >I searched the mailing list archive and the last

Re: [FFmpeg-user] Extract DTS core from DTS-HD MA track

2014-09-20 Thread No Spam Please
On 19 September 2014 19:28:05 BST, No Spam Please wrote: >All, > >I searched the mailing list archive and the last mention of extracting >DTS core was around mid 2013. It was stated that it was a feature >being worked on. > >Does the current version of ffmpeg support extracting the DTS core