Skip to main content

Questions tagged [mpeg2]

The tag has no usage guidance.

0 votes
0 answers
738 views

Is a CRF of 1 overkill?

I am trying to save my collection of DVDs to my Mac to have in the TV app. I am using libx264 to encode from mpeg2video to h264. I want to maintain as much quality as possible and file size is not a ...
TheCoderPro's user avatar
-1 votes
2 answers
929 views

Many smaller images/videos are recovered from a formatted drive, except one specific big video larger than 2 or 3 GB

A 60 GB external USB drive was formatted by someone. I copied the bytes one-by-one by dd command to a file and named it backup.dd file. Then I used photorec to recover the files. Many smaller files ...
Megidd's user avatar
  • 270
0 votes
1 answer
49 views

Issue transcode MPEG2 to DNxHD120

I use the software Kdenlive in Archlinux OS to transcode a 1 hour of video (1:12 :10) in Mpeg2 format in 1440x1080px 50i to DNxHD120 1920x1080 25p. Kdenlive print those parameters in the transcode's ...
PeterPan's user avatar
0 votes
1 answer
126 views

4.58G slideshow wont burn on a 4.7G DVD

I am trying to burn a memorial slideshow I made to a DVD that says it holds 4.7G and 120 min. My slide show is 29 min and 4.58G. Why does it tell me the DVD doesnt have enough space when trying to ...
user1262972's user avatar
0 votes
0 answers
969 views

-b:v above 9.8M for DVD-Video

Details of Nache1080.mp4:- resolution=1920x1080 fps=60 Avg Video Bit Rate=11610 kbps duration=00:00:14 size=19.6 MB I produced mpeg2 video from this mp4 video using below command: ffmpeg -i ...
dira's user avatar
  • 101
2 votes
1 answer
2k views

ffmpeg: Output mpegts with a single program containing 1 audio and 3 video

I'm trying to make a simulated live HLS/DASH server using the equivalent of the following chain: tsplay -loop multi_resolution.ts | shaka_packager | nginx The problem is creating the file "...
BobC's user avatar
  • 135
66 votes
4 answers
219k views

Best settings for FFMpeg with NVENC

I'm using my FFMPEG with the suport of my GPU (NVENC) to convert files from my satelite receiver (SD, mpeg2 .TS-Files) into h264 .mp4-files Here is the line i'm using ffmpeg -i "e:\input.ts" -vcodec ...
Dr. Snail's user avatar
  • 707
3 votes
1 answer
3k views

Use ffmpeg to merge mpeg2 files with pcm_dvd audio

I have a DVD containing 4 recorded mpeg2 video files with pcm_dvd encoded audio. I want to concat these 4 files together, including the audio streams. However, when I concat these files with ffmpeg ...
tyleha's user avatar
  • 133
4 votes
2 answers
10k views

ffmpeg Duplicating Frames

A very annoying situation... I have an MPG2 video that is at the framerate of 29.97, yet when converting to MP4 frames are duplicated. That command (straight conversion, no options): ffmpeg -i ~/...
Henry7720's user avatar
0 votes
1 answer
423 views

Ffmpeg transcoding video .vob (vcodec MPEG-2)

I want to transcode a file .vob to get the bitrate 1500 with 16/9 ratio I execute this command ffmpeg ffmpeg -i /path/video.vob -vcodec libx264 -vf scale=1280:-2 -strict experimental -b:v 1308k -b:a ...
Aminesrine's user avatar
2 votes
1 answer
897 views

Merging two audio streams from within a Transport Stream in ffmpeg

I have an M2TS file which consists of the following: Stream #0:0[0xc9]: Video: mpeg2video (Main) ([2][0][0][0] / 0x0002), yuv420p(tv), 704x576 [SAR 16:11 DAR 16:9], max. 15000 kb/s, 25 fps, 25 tbr, ...
Applemeister's user avatar
17 votes
2 answers
99k views

How to make an MPEG2 video file with the highest quality possible using FFMPEG?

I have got a WMV (v9 (WMV3), 960x720, 30.000030 fps, planar 4:2:0 YUV, produced by PowerPoint 2010) file and need to convert it to MPEG2 - the only format my TVset can read from an USB flash drive (I ...
Ivan's user avatar
  • 7,643
0 votes
2 answers
374 views

EVR/VMR9 video motion artifacts

I have an issue that has been bugging me for months and despite several hours-long web searches I've come up with nothing, partly because I can't even find the right search terms. I'll try to explain ...
CupawnTae's user avatar
  • 495
3 votes
1 answer
9k views

How to concat VOB files with ffmpeg using stream mapping?

I have 5 VOB files, I would like to concat them to a big mpegts file, and keeping only the video stream and the last (3rd) audio stream. Unfortunately the stream ordering is different in the VOBs: ...
Konstantin's user avatar
1 vote
2 answers
617 views

Transport Stream Duplicate Packet

When do we send duplicate Transport stream packets ? What should be done at demultiplexer when we receive duplicate TS packet?
user3706789's user avatar

15 30 50 per page