[FFmpeg-user] MPEG-2 CBR

2015-01-14 Thread Janez Miklavcic
Dear All, I've been trying to achive constant video bitrate for mpeg-2 with different settings of ffmpeg (windows) but no success. The source was dshow. I've been testing video bitrate with TS reader. Can you tell me if video CBR in MPEG-2 is possible or not and if yes can you send me the settings

Re: [FFmpeg-user] Muxing HEVC MP4 into TS

2015-01-14 Thread Werner Robitza
On Wed, Jan 14, 2015 at 12:18 PM, Sravan Ratakonda wrote: > [mpegts @ 002de280] HEVC bitstream malformed, no startcode found > av_interleaved_write_frame(): Not yet implemented in FFmpeg, patches welcome Since v2.1 ffmpeg supports demuxing of HEVC in MPEG-TS, but AFAIK not muxing. ___

Re: [FFmpeg-user] Muxing HEVC MP4 into TS

2015-01-14 Thread Sravan Ratakonda
Hi Moritz, Thnanks for you reponse i tried the same command and it does not work and fail with the error Press [q] to stop, [?] for help [mpegts @ 002de280] HEVC bitstream malformed, no startcode found av_interleaved_write_frame(): Not yet implemented in FFmpeg, patches welcome Here is t

Re: [FFmpeg-user] Muxing HEVC MP4 into TS

2015-01-14 Thread Moritz Barsnick
On Tue, Jan 13, 2015 at 18:30:40 +0530, Sravan Ratakonda wrote: > Could some one help to get the right commands for muxing HEVC into MPEG-TS > using ffmpeg Have you tried $ ffmpeg -i inputfile_with_hevc -map 0:v -c copy outputfile.ts ? If yes, and it doesn't work (I know it doesn't for me under c

Re: [FFmpeg-user] "missing picture in access unit with size *****"

2015-01-14 Thread Moritz Barsnick
Hi Nick, On Mon, Jan 12, 2015 at 15:54:09 -0800, nick.dep wrote: > Hello. I am trying to convert FLV files to MP4s using this preset, "-c copy > -copyts". I downloaded the .flv files from this website > (http://twitchtools.com/) which allows me to download live stream > broadcasts. I can't reprod