Sample Header Ad - 728x90

Unix & Linux Stack Exchange

Q&A for users of Linux, FreeBSD and other Unix-like operating systems

Latest Questions

2 votes
1 answers
2917 views
How to read cbr in linux?
I tried mcomix to read .cbr but it says archive format not supported. Calibre isn't working either, any idea on how to open .cbr files under linux ?
I tried mcomix to read .cbr but it says archive format not supported. Calibre isn't working either, any idea on how to open .cbr files under linux ?
ChiseledAbs (2301 rep)
Sep 29, 2016, 06:51 PM • Last activity: Jul 7, 2021, 08:00 PM
1 votes
1 answers
359 views
Create CBR TS file from MXF file
I am looking for a way to create CBR TS file from a high bitrate MXF input file. I have tried to use ffmpeg, but apparently it doesn't do a good job of creating CBR output file so right now I am a bit clueless what I can use. I have tried to use: ffmpeg -i input.mxf -copyts -c copy -muxrate 200M -f...
I am looking for a way to create CBR TS file from a high bitrate MXF input file. I have tried to use ffmpeg, but apparently it doesn't do a good job of creating CBR output file so right now I am a bit clueless what I can use. I have tried to use: ffmpeg -i input.mxf -copyts -c copy -muxrate 200M -f mpegts output.ts I only want to add some stuffing. I have also tried to transcode the video with the command: ffmpeg -i input.mxf -vcodec libx264 -b:v 150M -minrate:v 150M -maxrate:v 150M -bufsize:v 140M -acodec mp2 -ac 2 -b:a 192k -f mpegts output.ts but it didn't work out either. I want the output to be completely flat. This could be done by setting the muxrate to a much higher value or by achieving completely CBR video bitrate. The ffmpeg with which I have tried is 3.2.4.
Georgi Stoyanov (860 rep)
Sep 4, 2017, 08:04 AM • Last activity: Sep 4, 2017, 10:58 AM
Showing page 1 of 2 total questions