Questions tagged [mpeg2]

17 questions
68
votes
4 answers

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 h264_nvenc -preset slow -level 4.1 -qmin 10…
Dr. Snail
  • 727
  • 4
  • 9
  • 12
17
votes
2 answers

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 have also tried MP4/h.264, AVI/XVID - nothing…
Ivan
  • 7,863
4
votes
2 answers

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 ~/Desktop/file.mpg ~/Desktop/file.mp4 causes duplicated…
3
votes
1 answer

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: Input #0, mpeg, from 'VTS_01_1.VOB': …
3
votes
1 answer

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 and the concat demuxer, the output .mpg file has a…
tyleha
  • 133
2
votes
1 answer

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, 90k tbn, 50 tbc Stream #0:1[0xca](eng): Audio: mp2…
2
votes
1 answer

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 "multi_resolution.ts": It needs to contain a single program…
BobC
  • 135
1
vote
2 answers

Transport Stream Duplicate Packet

When do we send duplicate Transport stream packets ? What should be done at demultiplexer when we receive duplicate TS packet?
1
vote
0 answers

Mpeg2 decode on a webcam?

I've got a situation here. I'm trying to use a camera hooked up to a capture card as a webcam, however the capture card stream is MPEG2 encoded. Which basically means, since no webcam-using programs actually are able to decode MPEG2 streams (CL-Eye…
Eli
  • 880
0
votes
2 answers

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 the effect, and I'm hoping it will ring a bell…
CupawnTae
  • 515
0
votes
1 answer

How do you insert MPEG-2 movie into PowerPoint 2010 presentation?

I am trying to insert an MPEG-2 movie into my PowerPoint 2010 presentation. It plays fine in the Windows Media Player on this computer, and the equivalent AVI movie inserts no problem, but the MPEG-2 shows up with haphazard green squares instead of…
0
votes
0 answers

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 big concern. I have tried a CRF of 0 but QuickTime…
0
votes
1 answer

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 window : -s 1920x1080 -r 25 -vb 120000k -threads 0…
0
votes
1 answer

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 burn? It says theres only 4.37G on the blank disc…
0
votes
0 answers

-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 Nache1080.mp4 -c:v mpeg2video -s 720x576 -r 25 -b:v…
dira
  • 101
1
2