Questions tagged [mpeg]

MPEG - Class of Compression standards and related algorithms, tools and systems

MPEG is a name for (set) of standards defined for Audio, Video and it's transmission and is majorly used in Television Broadcast, Internet streaming and VCD/DVD based distribution.

435 questions
0
votes
1 answer

mutagen mpeg metadata

Im currently working on a school project which require me to handle mpeg-2 files. Currently, i am using mutagen to extract the metadata for my mpeg file. However when i try to get the metadata of title, artist, album, etc. It show me with a…
Winson
  • 35
  • 2
  • 11
0
votes
2 answers

Using JMF on Mac OSX

I'm trying to use JMF (Java Media Framework) to play a video. I've tried sample code from four different websites now. I'm using a Mac running Lion. Everytime I load an mpg file I have, I get: Unable to handle format: MPEG, 352x240, FrameRate=29.9,…
CodeGuy
  • 28,427
  • 76
  • 200
  • 317
0
votes
1 answer

Converting Mpeg file to flv and simultaneously playing the converted file in flash cs3 using as3

I have an mpg file which I want to convert to flv format, but I have a requirement that while converting the mpg file, I also have to simultaneously play the converted flv file in the flash cs3. How to do it? I am using cs3 and as3.
Vipin Nair
  • 517
  • 4
  • 9
  • 33
0
votes
2 answers

Publising a local mpg file to red5 server using as3

I have a mpg file in my system and i want to publish it into the Red5 server so that i can broadcast it over my network.After some research work i was not able to find a solution for it ,did anyone of you guys have tried this .I mean publishing file…
Vipin Nair
  • 517
  • 4
  • 9
  • 33
0
votes
1 answer

How could I get Xuggler jars for Windows XP?

I could not find the jar file for Xuggler. How can I get them?
-1
votes
1 answer

c circular buffer with constant time delay for mpeg-ts

Could You say me the best way of implementing circular buffer with constant time delay between input and output in c on linux. I write to the buffer in on thread and read it on another. I need to save constant time difference between read and write,…
ostryck
  • 13
  • 2
-1
votes
1 answer

How does MPG determine its default audio track?

I have some mpg files that I transcoded from DVDs I bought a long time ago (maybe 20 years ago). ffprobe: Input #0, mpeg, from 'da-orig.mpg': Duration: 00:06:59.44, start: 0.044100, bitrate: 6354 kb/s Stream #0:0[0x1e0]: Video: mpeg2video…
codedread
  • 1,312
  • 11
  • 18
-1
votes
1 answer

Transcoding MPEG-1 to MPEG-H (H.265/HEVC)

Transcoding MPEG-4 video to MPEG-H in order to reduce the size in half without losing perceivable quality is relatively easy with a 2-pass approach presented within FFMPEG documentation. The scheme that I've been using is to extract the bit_rate…
Alexander Shukaev
  • 16,674
  • 8
  • 70
  • 85
-1
votes
1 answer

how to create raw mpeg header , with custom values

I am trying to create mpeg header using c++: Header hex value : 0X4700311d so the sync byte is :0x47 tei : 0 pusi : 0 priority : 0 pid : 0x0031 tsc : 0x0 afc : 0x1 cc : 13 How should the structure of the mpeg header should look like? Is there a way…
shasanka
  • 33
  • 6
-1
votes
1 answer

How I can convert any mp4 to adv8dvbt23.ts file?

I can download http://www.w6rz.net/adv8dvbt23.ts. And there are many samples for dvbt sample ts files. But, I want to convert my video file to TS file for dvbt. First, I checked on google, but I cannot find any answer. I think, this does not make…
Winner
  • 45
  • 1
  • 4
  • 16
-1
votes
1 answer

Missing H264 and mpeg profile/encoders in ffmpeg?

I'm trying to record video from a connected USB camera using ffmpeg on ubuntu. When I input ffmpeg -f v4l2 -framerate 15 -s 800x600 -i /dev/video0 output.avi i get the following error: [mpeg4_v4l2m2m @ 0x4d79d0] mpeg4 profile not found Similarly…
eirikaso
  • 123
  • 15
-1
votes
2 answers

How to know the video resolution, which is coming over UDP ts stream?

I am streaming yuv file over udp as mpegstream. and, i am receiving that using below pipeline, gst-launch-1.0 udpsrc port=8765 ! rtpmp2tdepay ! tsdemux ! avdec_h264 ! appsink At, appsink, i am receiving the video buffer. But, now i would like to…
-2
votes
1 answer

What software does atom parsing MPEG files?

I'm looking for this software but don't know the name. Software that atom parsing MPEG files
-2
votes
1 answer

using mpegtsmux in gstreamer's pipeline for recording video

I would like to capture a video stream (+audio) in MJPEG from my webcam into .mts container using this pipeline: gst-launch-1.0 v4l2src do-timestamp=true device=/dev/video0 \ ! 'image/jpeg,framerate=30/1,width=1280,height=720' ! videorate \ !…
Sina Sh
  • 1,177
  • 3
  • 15
  • 24
-3
votes
1 answer

I don't understand how i can to parse file .ts

Good afternoon. I am a beginner programmer. I am doing a training project in which I am trying to combine video and audio into one .ts container. What information comes after the staffing bytes on this screenshot. TS-analyser screenshot
1 2 3
28
29