Quantcast
Channel: VideoHelp Forum
Viewing all 45436 articles
Browse latest View live

Stream from TG4 Ireland


Changing frame rate of HEVC MKVs

$
0
0
I used mkvtoolnix to change the frame rate of a HEVC mkv. My understanding is this only affects the container, not the HEVC stream. Is that a problem or do most or all players ignore the video stream timing? (It worked with the one player I tried).

Can you identify this video editing application?

$
0
0
Hello! I hope you all can help me with something.. I need to meet with the principal of a video production company soon and I need to know what video editing application they use. Looking at this photo, I can't tell if it's Final Cut or Premiere (I don't think it's Avid..)

What do you think?

Image
[Attachment 45911 - Click to enlarge]

My first experiences with AOM AV1

$
0
0
If you look around what has been written about AOM AV1 during the last month, everything sounds very optimistic, and you can get the impression that it's shortly before market launch. So, Facebook is just adding AV1 support to Facebook video, Youtube will soon add it, Netflix will be an early adopter and you can find the first Dash demos at bitmovin.com (e.g. at https://demo.bitmovin.com/public/firefox/av1/).

AOM AV1 is already supported by
  • Chrome Canary
  • Firefox Nightly
  • VLC Player
  • ffmpeg (since end of March in the Zeranoe builds)

So, I decided to take a look at it and to download the latest Zeranoe build for some encoding tests.
The tests have been performed on my laptop with an Intel i7-7700HQ (Kabylake) CPU.

I started with a simple test first. A demo video created in 2003 named Robotica_720.wmv from the former Microsoft HD show case. Not a very challenging thing. It is 8 bit, has a resolution of 1280 * 720 px, a size of 16 MB and a duration of around 20 seconds with a total of 499 frames.

I've used the following encoding string (see suggestions at https://trac.ffmpeg.org/wiki/Encode/AV1):

ffmpeg -i Robotica_720.wmv -map 0:v:0 -map 0:a:0 -aspect 1280:720 -c:v libaom-av1 -cpu-used 4 -crf 30 -b:v 0 -ac 2 -c:a libopus -b:a 96k -strict experimental -y robotica-30.mkv

The encoding started slow and didn't become faster. Encoding time has been about 10 seconds for one frame. As the video consists of nearly 500 frames it has taken 500 * 10 = 5000 seconds (which equals around 83 minutes).

Watching in VLC Player the video quality looked good.

For comparison I did a similar encode with the same file and HEVC. This has taken 13 seconds.

From a subjective perspective there was no difference in av1 and HEVC quality.

In the second test I did it a bit harder. Input source has now been a 10 bit ProRes trailer with a resolution of 1920 * 1080 px, a duration of 1 minute, a frame rate of 23.976 and a file size of 1.14 GB. The goal has been to produce a 10 bit encode. Encoding command:

ffmpeg -i trans_spot.mov -map 0:v:0 -map 0:a:0 -aspect 1920:1080 -pix_fmt yuv420p10le -c:v libaom-av1 -cpu-used 4 -crf 30 -b:v 0 -ac 2 -c:a libopus -b:a 96k -strict experimental -y trans_spot-30.mkv

This was of course more challenging. Encoding time has increased to 30 seonds for one frame. With atotal of 1440 frames encoding has now taken about 12 hours.

For comparison I did again a similar encode with HEVC. The time for that has been around 2 minutes.


After 12 hours of waiting I had been excited to see the AV1 video running in VLC and to have a look at it's quality. But the fortune has not been on my side: The video started stuttering a bit, ran for 14 seonds and then stopped while the audio continued to run. Obviously this has been to much for VLC.

So I decided to try Chrome Canary or Firefox Nightly for playback. But no luck again: Chrome and Firefox don't play videos in an mkv-container.

That's why I looked into the demos at bitmovin and recognized that they are using a webm container. So, i Tried to mux it into webm. But again no luck: ffmpeg doesn't currently support av1 in webm.

People who have read until here should draw their own conclusions.

Help automating demux, transcode, & remux of eac3 audio stream

$
0
0
Goal: Trying to avoid unnecessary transcoding due to eac3 audio streams on some mkv files in my library by adding a second (converted/transcoded) ac3 audio stream to mkv files. (While still preserving original mkv/eac3 streams)

Disclaimer: I’m new to this sort of thing and the only method I’ve found that works is to manually use these GUI apps with the following steps...

Current Working Method:
1. Using UsEac3To:
a. Demux mkv video & eac3 audio streams
b. Use libAften to encode a new ac3 stream from the demuxed eac3 stream
2. Using MKVToolNix GUI:
a. Use "multiplexing" task to remux mkv video stream and eac3/ac3 audio streams (ac3 set to default audio track)

Result: Mkv file with 2 audio streams (default set to ac3) able to direct stream without the need for transcoding.

Problem: This is far too many steps if I'm trying to convert an entire season. I have hundreds of files that could benefit from the addition of a default ac3 audio track.

Failed attempts using existing AIO tools...
1. Attempts using PopCorn MKV AudioConverter failed (Received "VideoTrack Not Found!" error, using latest version w/all necessary tools downloaded)
2. Attempts using MKV2AC3 failed (Fails to convert audio stream to ac3)

Questions:
1. Are there any other tools with which I can accomplish this?
2. How difficult would it be to create something like a batch file that I could drop video files onto in order to create the desired result? (Something that could do batch processing within a folder would be amazing)

Any direction here would be greatly appreciated. Apologies in advance if I used any incorrect terminology. Please let me know of any errors and I'll clarify/fix them.

Major problems copying files to a new My Book 8TB WD External Hard Drive

$
0
0
Hello everyone!

I have been purchasing WD external hard drives for my PC for about 10 years now. I have always been extremely happy with their hard drives. Every two years or so, I buy a new WD hard drive (always upgrading space), and I just copy all of my old files to the new hard drive, and store the old hard drive away in my closet.

In any case, I recently bought a My Book 8TB drive. I ended up having major problems with it, problems I have never experienced in the 10 years I've been buying WD hard drives.

After opening the hard drive, I copied all of my files (all digital pictures) to it from my old hard drive (about 319 GB of pictures). I copied it straight to the main hard drive "folder" itself. Like usual, it turned out there were 2 or 3 files that had names that were too big, so it gave me an error message stating something like, "this file is too big to be copied." This was no big deal. So I changed the name of these two or three files on the original hard drive, and then copied them over to my new hard drive. All was good.

However, then I ran into some significant problems. After copying all files over, I then created a new folder called "Family Pictures" on the new hard drive. I moved all copied files into this new folder. The move completed without any error messages whatsoever. I checked to see how many files were under "Family Pictures" (under "Properties"), and it was the correct number.

However, when I was scrolling through the pictures, I noticed that the thumbnails did not populate for a few pictures. The file was there - the correct name was there too. But when I clicked on it, it was blank and I got the error message, "Windows Photo Viewer can't open this picture because either Photo Viewer doesn't support this file format, or you don't have the latest updates to Photo Viewer." I knew right away that this was a "bogus" error message; I don't need any updates, because the same exact picture worked just fine on my original hard drive when I opened it. I knew the copy to the new hard drive didn't work correctly.

This was highly disturbing to me, because I wouldn't have known in any way that certain files did not copy over correctly if I hadn't checked - I never received an error message about this (like I usually always do), and the file appeared in the "file count" accurately. I never had this problem before. Now I'm worried that I might have other files that didn't copy over correctly. It would take forever for me to check each and every individual file (there are thousands and thousands). How can I fix this? (And more importantly, how do I prevent this from happening in the future?). I don't know what to call these, but to me they are "ghost" files, because they appear to be there but they are not.

Additionally, I tried to delete the "ghost" files from my hard drive (so that I could rename the original files on my other hard drive with shorter names and then recopy them to the new hard drive). But it wouldn't let me! I received the error message, "The source file name(s) are larger than is supported by the file system. Try moving to a location which has a shorter path name, or try renaming to shorter name(s) before attempting this operation." I can't delete these files, I can't rename them, I can't move them - they're just stuck there. These "ghost" files are now cluttering my hard drive. This is very obnoxious! I googled how to fix this, but I cannot get the "open a command line" solution to work. I also tried disabling the recycling bin, but that doesn't work either. Does anyone know how I can delete these files???

Finally, I have another problem - when I go to "Properties" under the new hard drive, I see that I have 405 GB of used space on the hard drive. This is insane, because I only copied 319 GB of pictures to the hard drive. What?!?! Where is that extra 86GB of used space coming from? Is that because of the "ghost" files? When I click on the folder I created, "Family Pictures," it states that this folder takes up 330 GB of space on the hard drive, but the "size on disk" is 388GB. I have no idea what that means, but it seems like I got completely ripped off of 58 GB for no reason (again, is it because of the "ghost" files?).

All of these issues are extraordinarily frustrating, and I have never once encountered any of these issues with a WD hard drive. I am tempted to return this (it seems defective) and switch to another brand if these issues aren't solved. If anyone knows how to solve any of these problems, I would greatly appreciate it!!

Additionally - even if I do solve these problems, I am now extremely paranoid that I'm going to "think" all of my files copy over to my new hard drive, but in reality some of them might be missing. Is there anyway to absolutely guarantee that all files copy over correctly? I never would have known that some files didn't copy over correctly if I hadn't spent 10 minutes randomly clicking a few files.

Thanks so much! Any help is greatly appreciated!!
Tony

extract streaming audio (clarovideo.com)

$
0
0
I'm trying to download the audio of a series of this page www.clarovideo.com

This is the link of the .mpd:


Code:

https://mxuspdashqro.clarovideo.com/multimediav81/plataforma_vod/MP4/201402/WMP4H05215MTDS_full/WMP4H05215MTDS_full_WV_DASH.ism/.mpd

This is what the .mpd file contains:


Code:

<?xml version="1.0" encoding="utf-8"?>
<!-- Created with Unified Streaming Platform(version=1.7.25) -->
<MPD
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xmlns="urn:mpeg:dash:schema:mpd:2011"
  xsi:schemaLocation="urn:mpeg:dash:schema:mpd:2011 http://standards.iso.org/ittf/PubliclyAvailableStandards/MPEG-DASH_schema_files/DASH-MPD.xsd"
  xmlns:cenc="urn:mpeg:cenc:2013"
  xmlns:mas="urn:marlin:mas:1-0:services:schemas:mpd"
  type="static"
  mediaPresentationDuration="PT42M43.506213S"
  maxSegmentDuration="PT3S"
  minBufferTime="PT10S"
  profiles="urn:mpeg:dash:profile:isoff-live:2011">
  <Period
    duration="PT42M43.506213S">
    <BaseURL>dash/</BaseURL>
    <AdaptationSet
      group="1"
      contentType="audio"
      minBandwidth="128000"
      maxBandwidth="128000"
      segmentAlignment="true"
      audioSamplingRate="44100"
      mimeType="audio/mp4"
      codecs="mp4a.40.2">
      <AudioChannelConfiguration
        schemeIdUri="urn:mpeg:dash:23003:3:audio_channel_configuration:2011"
        value="2">
      </AudioChannelConfiguration>
      <!-- Common Encryption -->
      <ContentProtection
        schemeIdUri="urn:mpeg:dash:mp4protection:2011"
        value="cenc"
        cenc:default_KID="A1D68F2F-97F8-707C-2334-1FEB10D0D0F1">
      </ContentProtection>
      <!-- Widevine -->
      <ContentProtection
        schemeIdUri="urn:uuid:EDEF8BA9-79D6-4ACE-A3C8-27DCD51D21ED">
      </ContentProtection>
      <!-- Marlin -->
      <ContentProtection
        schemeIdUri="urn:uuid:5E629AF5-38DA-4063-8977-97FFBD9902D4">
<mas:MarlinContentIds>
  <mas:MarlinContentId>urn:marlin:kid:a1d68f2f97f8707c23341feb10d0d0f1</mas:MarlinContentId>
</mas:MarlinContentIds>
      </ContentProtection>
      <SegmentTemplate
        timescale="44100"
        initialization="WMP4H05215MTDS_full_WV_DASH-$RepresentationID$.dash"
        media="WMP4H05215MTDS_full_WV_DASH-$RepresentationID$-$Time$.dash">
        <SegmentTimeline>
          <S t="0" d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="5" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="88064" r="6" />
          <S d="89088" />
          <S d="65536" />
        </SegmentTimeline>
      </SegmentTemplate>
      <Representation
        id="audio=128000"
        bandwidth="128000">
      </Representation>
    </AdaptationSet>
    <AdaptationSet
      group="2"
      contentType="video"
      par="16:9"
      minBandwidth="300000"
      maxBandwidth="2524000"
      minWidth="366"
      maxWidth="1280"
      minHeight="206"
      maxHeight="720"
      segmentAlignment="true"
      frameRate="30000/1001"
      mimeType="video/mp4"
      startWithSAP="1">
      <!-- Common Encryption -->
      <ContentProtection
        schemeIdUri="urn:mpeg:dash:mp4protection:2011"
        value="cenc"
        cenc:default_KID="A1D68F2F-97F8-707C-2334-1FEB10D0D0F1">
      </ContentProtection>
      <!-- Widevine -->
      <ContentProtection
        schemeIdUri="urn:uuid:EDEF8BA9-79D6-4ACE-A3C8-27DCD51D21ED">
      </ContentProtection>
      <!-- Marlin -->
      <ContentProtection
        schemeIdUri="urn:uuid:5E629AF5-38DA-4063-8977-97FFBD9902D4">
<mas:MarlinContentIds>
  <mas:MarlinContentId>urn:marlin:kid:a1d68f2f97f8707c23341feb10d0d0f1</mas:MarlinContentId>
</mas:MarlinContentIds>
      </ContentProtection>
      <SegmentTemplate
        timescale="30000"
        initialization="WMP4H05215MTDS_full_WV_DASH-$RepresentationID$.dash"
        media="WMP4H05215MTDS_full_WV_DASH-$RepresentationID$-$Time$.dash">
        <SegmentTimeline>
          <S t="0" d="60060" r="1279" />
          <S d="28028" />
        </SegmentTimeline>
      </SegmentTemplate>
      <Representation
        id="video=300000"
        bandwidth="300000"
        width="366"
        height="206"
        sar="1648:1647"
        codecs="avc1.42E01E"
        scanType="progressive">
      </Representation>
      <Representation
        id="video=600000"
        bandwidth="600000"
        width="448"
        height="252"
        codecs="avc1.42E01E"
        scanType="progressive">
      </Representation>
      <Representation
        id="video=900000"
        bandwidth="900000"
        width="544"
        height="306"
        codecs="avc1.42E01E"
        scanType="progressive">
      </Representation>
      <Representation
        id="video=1200000"
        bandwidth="1200000"
        width="686"
        height="386"
        sar="3088:3087"
        codecs="avc1.42E01E"
        scanType="progressive">
      </Representation>
      <Representation
        id="video=1500000"
        bandwidth="1500000"
        width="718"
        height="404"
        sar="3232:3231"
        codecs="avc1.42E01E"
        scanType="progressive">
      </Representation>
      <Representation
        id="video=1800000"
        bandwidth="1800000"
        width="832"
        height="468"
        codecs="avc1.42E01F"
        scanType="progressive">
      </Representation>
      <Representation
        id="video=2100000"
        bandwidth="2100000"
        width="1024"
        height="576"
        codecs="avc1.42E01F"
        scanType="progressive">
      </Representation>
      <Representation
        id="video=2524000"
        bandwidth="2524000"
        width="1280"
        height="720"
        codecs="avc1.42E01F"
        scanType="progressive">
      </Representation>
    </AdaptationSet>
  </Period>
</MPD>


I would like to download only the audio of this series (I guess the video is more complicated to download)

Anyone who knows about the issue could tell me how I can download the audio from this streaming?

Thank you.

embedding subtitles

$
0
0
I'm seeing a series that has embedded subtitles. The Audio is russian and it has embedded english subtitles .
I put portuguese subtitles but it is very frustrating to read them. I know there are some programs that build a box
with some background colour that solves the situation but I don't know what is it. Can anyone tell me what is that program?
Thank you for your help.

Convert 4K to Blu-Ray

$
0
0
Hello. Yesterday i downloaded Blu-Ray movie. This Blu-Ray made from UHD 4K. Quality more better like license blu-ray. How make this downscale without loss quality?

Ouput file blu-ray from 4K:

Format : AVC
Format/Info : Advanced Video Codec
Format profile : High@L4.1
Format settings : CABAC / 2 Ref Frames
Format settings, CABAC : Yes
Format settings, ReFrames : 2 frames
Codec ID : V_MPEG4/ISO/AVC
Duration : 2 h 5 min
Bit rate mode : Variable
Bit rate : 26.9 Mb/s
Width : 1 920 pixels
Height : 1 080 pixels
Display aspect ratio : 16:9
Frame rate mode : Constant
Frame rate : 23.976 (24000/1001) FPS
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.541
Stream size : 23.6 GiB (77%)

FFMPEG how to merge 2 stereo .wav audio files into one of 4 channels?

$
0
0
Hii, please can help a cat?

I have 2 audio files: 1.wav and 2 .wav.

Both are stereo (L+R) audio files.

I need to have an output.wav that is the "merge" of 1.wav and 2.wav so that output. wav is a 4 "channel" audio file. Is it possible with ffmpeg? thanks

Some guidance on capturing dual audio with Canon XA30

$
0
0
I'm fairly new to all this and have been tasked with recording some conferences for the company I work for. After some guidance on what to buy I've come away with a Canon XA30 along with two Sennheiser radio mics.

What I'm trying to get my head around is how the audio is captured if I have both mics connected to the dual XLR inputs on the camera. I understand that I can capture both audio streams but, assuming I have a 64gb SDXC card in the camera and hit record, how can I seperate the two audio streams from the video in post production?

If I'm capturing in AVCHD format and editing in Premiere, does the video and two audio streams appear as three seperate entities?

I am hoping to have a chance to test it this weekend but was curious in the mean time, the instruction manual and my lack of experience doesn't make it obvious.

Many thanks in advance for any help!

Laserdisc Conversion Service

$
0
0
Hey All!

I am Jared and I could use a bit of help. I just recently purchased a laserdisc of a movie ("Halloween Tree") for the exclusive audio commentary (because I'm a bit of a Ray Bradbury geek) . I was looking around for a conversion/transfer service to see if they could transfer the movie on to a dvd or thumb drive with the commentary track on it (which the cover says is on "Audio Track 1"). I've talked to two services thus far, one that had no idea if he could do that and the other was rather rude about it when denying the service. I'm not trying to pull anything on anyone, I promise. Hahaha I'm just trying to obtain something I've been wanting for a long time. If you or someone you know can help me on my quest to transfer a movie onto a dvd/thumb drive with and without audio commentary, I would be so very grateful. :D
Attached Thumbnails
Click image for larger version

Name:	20180621_133534_HDR.jpg
Views:	N/A
Size:	5.23 MB
ID:	45912  

Click image for larger version

Name:	20180621_133511_HDR.jpg
Views:	N/A
Size:	2.87 MB
ID:	45913  

How to batch translate multiple SRT files

$
0
0
I have hundreds of small SRT files that I want to translate into multiple languages (one language at a time is fine). I found the program "Subtitle Edit" which I'm finding handy to translate these files using Google Translate... but translating 1 file at a time is going to take me a very long time... 500+ files X 20+ languages = a lot of repetition!

Does anyone know a way to "batch" translate several SRT files to a specific language quickly?

I thought maybe the "Batch Convert" tool in Subtitle Edit might be the answer, but it looks like that's more for converting to different file types, and doesn't look like it's tied into Google Translate.

Any suggestions?

Thanks!

Rob.

Have tons of DVCam tapes. What are they? How to convert?

$
0
0
So I've got about 30-50 DVCam tapes. I don't know squat about this format. They are not mini-DV that much I know. Some are labeled "64 Advanced ME" some "128 Advanced ME". I can send these out for digital conversion, but I thought with this many tapes, it may be worth it to just purchase a used deck. I looked on eBay and it's a little overwhelming and not sure what I need. Some say DVCam and ALSO say Mini-DV. Some seem to have a Firewire port, some don't.

Any advice on how to get the video off of these? Should I just pony up several hundred (to thousands) to convert or can I get by on a $200 used deck? And if so, which model?

Thanks

Why Won't This Play On Settop Blu-ray Player ???

$
0
0
Hello All,

I have a video file that will not play on my settop Blu-ray player.
The error it gives says that it is not H.264

Here is the media info dump...
How to I get it to play???
What software can I use to convert it???

General
Complete name : E:\ Videofilename.mp4
Format : MPEG-4
Format profile : Base Media
Codec ID : isom (isom/iso2/avc1/mp41)
File size : 301 MiB
Duration : 7 min 55 s
Overall bit rate : 5 308 kb/s
Writing application : Lavf55.48.100

Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : High@L4.2
Format settings : CABAC / 3 Ref Frames
Format settings, CABAC : Yes
Format settings, RefFrames : 3 frames
Codec ID : avc1
Codec ID/Info : Advanced Video Coding
Duration : 7 min 54 s
Bit rate : 5 202 kb/s
Width : 1 920 pixels
Height : 1 080 pixels
Display aspect ratio : 16:9
Frame rate mode : Constant
Frame rate : 60.000 FPS
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.042
Stream size : 295 MiB (98%)

Audio
ID : 2
Format : AAC
Format/Info : Advanced Audio Codec
Format profile : LC
Codec ID : mp4a-40-2
Duration : 7 min 55 s
Bit rate mode : Constant
Bit rate : 93.6 kb/s
Channel(s) : 2 channels
Channel(s)_Original : 1 channel
Channel positions : Front: C
Sampling rate : 44.1 kHz
Frame rate : 43.066 FPS (1024 SPF)
Compression mode : Lossy
Stream size : 5.30 MiB (2%)
Default : Yes
Alternate group : 1

TIA

VHS to DVD Vertical White Lines

$
0
0
I recvd a DVD from a VHS transfer with these vertical white lines. What is that & how do I correct it?

Image
[Attachment 45914 - Click to enlarge]


Crop and replace with black? I tried cropping 32 frames & resizing with videoredo & it looked pretty good but it had a zoom effect. (Resulting in a new 720x480) Is there a better way? I will probably just keep this as a MKV - Not sure about a new DVD copy.. Thanks.

Free/Open source video capture software with schedule recorder

$
0
0
Hi. I'm looking for a good capture sotware (free or open source, if possible) that can do schedule recording. Normaly I would use either virtualdub or premiere pro, but unfortunately I can't do scheduled recordings with either of them. I tried CaptureFlux 5.2.3 but the image quality compared to VirtualDub & Premiere is awful. My sedup is a a vhs player wired to a time base corrector wired to a sony miniDV camera which is wired with a firewire to my PC. Unfortunately I tried a few programas that had scedulers (Sony Vegas and Cyberlink Power Director) but they don't recognise the cam and is always saying "please insert miniDV tape and restart.

Any suggestion/recommandation about this, please ? It'll be greatly appreciated.

Thanks to answer.

video vignette

$
0
0
What software would be best create the way he is sharp but there is a circle of blur around him
Attached Files

Hi

$
0
0
Hi friends i am new to this forum.

Sanyo VHR-510 Playback help

$
0
0
I was going to buy an anime movie from america since this one has subtitles with Japanese audio and i was wondering if my VCR could play NTSC tapes? Its pal btw.

idk much about my VCR since i got it for free in October last year.

If it cant, how would i go about getting it to work with NTSC tapes
Viewing all 45436 articles
Browse latest View live